Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tsoome

tsoome created a review on a pull request on TritonDataCenter/sdc-headnode

View on GitHub

tsoome pushed 40 commits to livelist+wait tsoome/illumos-gate
  • 16991 mdb ::printf should support VLA strings Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: C Fraire ... 4860b66
  • 16961 genunix: possible memory leaks Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDonald <dan... 694256d
  • 17020 Introduce a destroy_dataset helper Change-Id: I58fbfc1f79e773fa1cc41f951a7f2518db083d51 41ac01d
  • 17018 zfs: need noinline Change-Id: Ife5d057f00d9a8874d4a64e1003b161f7f9bd5b0 17e1b77
  • 17017 zfs: rename get_temporary_prop to zfs_get_temporary_prop Change-Id: I98bec29121f8fc855d15c334a37492a562dd9760 d760d8b
  • 17016 libzfs: zpool_clear_label fixes Change-Id: I5f5d3a1e9f3def57424e1ff06aa2479efce54629 0a861ba
  • 17012 ZTS: add new_fs Change-Id: Ic483e3c0671fbad9a1370b1540f4200bb9e7ac73 2ef026c
  • 17009 ZTS: enospc_002_pos can fail because of enospc_001_pos Change-Id: Ia2691d71ffa7fea21ee22e05cdba2a3314606a51 ca6969f
  • 17008 ZTS: left over file /var/tmp/file.pidnum Change-Id: I4a02556b3d34a15f9922491895d2c75bd253da66 b142bb9
  • 17007 ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around Change-Id: I3a6565ade5483bc6334fd4ca78... 7bf1bdf
  • 17006 ZTS: left over spare-dev1 and spare-dev2 Change-Id: I1d1128b2e3393516a2303972d54501fea38f5c1c 18a3362
  • 17004 Fix 'zfs get {user|group}objused@' functionality Change-Id: I2c01c72e063f1a2c4835de896ce8ddcb8474bb7d 265abd6
  • 16998 zfstest should use C locale Change-Id: Idaa9bd647c247c447a2b780c426ccc0579de6e84 994eaa4
  • 17001 ZTS: mixed up set_tunable32/set_tunable64 Change-Id: I5521140e9330b2a08212bf97110c8452f77ba295 03814c8
  • 17000 ZTS: fix removal_condense_export test case Change-Id: Ife9ba6819f1ee77f5ccdcfd961ce59ed7a882501 526ff9e
  • 16999 ZTS: history_007_pos mkdir should use -p Change-Id: I0196e292a74e6b09eff0a65b5ca949d15a036990 b47b2b9
  • 16931 Add types to featureflags in zfs Change-Id: If15265cf65f053a51fbb84ce1582317e60f0d510 ba6c6e3
  • Stack overflow in recursive bpobj_iterate_impl The function bpobj_iterate_impl overflows the stack when bpobjs are d... 7d55f3f
  • Parts from update below to make zdb changes a bit easier. Implement Redacted Send/Receive Redacted send/receive all... cb8496e
  • Fast Clone Deletion Deleting a clone requires finding blocks are clone-only, not shared with the snapshot. This was ... d946cb0
  • and 20 more ...

View on GitHub

tsoome pushed 4 commits to master tsoome/zfs
  • zfs_vnops_os.c: fallocate is valid but not supported on FreeBSD This works around /usr/lib/go-1.18/pkg/tool/linux_am... 478b095
  • ZTS: remove unused TESTDIRS from pam/cleanup.ksh Remove TESTDIRS as it is not set for pam tests. Reviewed-by: Brian... e94549d
  • vdev_open: clear async remove flag after reopen It's possible for a vdev to be flagged for async remove after the po... c02e1cf
  • ZTS: checkpoint_discard_busy should use save_tunable/restore_tunable Instead of using hardwired value for SPA_DISCAR... ee3bde9

View on GitHub

tsoome deleted a branch tsoome/zfs

pool_checkpoint

tsoome deleted a branch tsoome/zfs

testdir

tsoome pushed 2 commits to master tsoome/illumos-gate
  • 16991 mdb ::printf should support VLA strings Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: C Fraire ... 4860b66
  • 16961 genunix: possible memory leaks Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDonald <dan... 694256d

View on GitHub

tsoome created a review on a pull request on TritonDataCenter/smartos-live

View on GitHub

tsoome created a review on a pull request on TritonDataCenter/smartos-live

View on GitHub

tsoome created a review on a pull request on TritonDataCenter/illumos-extra

View on GitHub

tsoome created a comment on a pull request on openzfs/zfs
> Thanks. Just a nit that all existing `restore_tunable` uses do it under `log_must`. Would be good to add it here too. done.

View on GitHub

tsoome pushed 1 commit to pool_checkpoint tsoome/zfs
  • ZTS: checkpoint_discard_busy should use save_tunable/restore_tunable Instead of using hardwired value for SPA_DISCAR... 53a288c

View on GitHub

tsoome created a branch on tsoome/illumos-gate

livelist+wait - Community developed and maintained version of the OS/Net consolidation

tsoome deleted a branch tsoome/zfs

zfs_mount_all_fail

tsoome opened a pull request on openzfs/zfs
ZTS: remove unused TESTDIRS from pam/cleanup.ksh
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> <!--- Provide a general summary of your changes in the Title above --> Remove TE...
tsoome created a branch on tsoome/zfs

testdir - OpenZFS on Linux and FreeBSD

tsoome deleted a branch tsoome/zfs

testdir

tsoome opened a pull request on openzfs/zfs
ZTS: checkpoint_discard_busy should use save_tunable/restore_tunable
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> <!--- Provide a general summary of your changes in the Title above --> Instead o...
tsoome created a branch on tsoome/zfs

pool_checkpoint - OpenZFS on Linux and FreeBSD

tsoome deleted a branch tsoome/zfs

pool_checkpoint

tsoome pushed 1644 commits to master tsoome/zfs
  • Remove fastwrite mechanism. Fastwrite was introduced many years ago to improve ZIL writes spread between multiple t... b22bab2
  • Check the return value in clonefile test Reviewed-by: Brian Atkinson <[email protected]> Reviewed-by: Brian Behlen... e9c5931
  • Linux 6.5 compat: register_sysctl_table removed Additionally, the .child element of ctl_table has been removed in 6.... b35374f
  • Linux 6.5 compat: use disk_check_media_change when it exists When disk_check_media_change() exists, then define zfs... 3b8e318
  • Linux 6.5 compat: blkdev changes Multiple changes to the blkdev API were introduced in Linux 6.5. This includes pas... 43e8f6e
  • Linux 6.4 compat: iter_iov() function now used to get old iov member The iov_iter->iov member is now iov_iter->__iov... 325505e
  • Linux 4.20 compat: wrapper function for iov_iter type access An iov_iter_type() function to access the "type" member... 6751634
  • linux: zfs: ctldir: set [amc]time to snapshot's creation property If looking up a snapdir inode failed, hold pool co... a21ca18
  • zdb: include cloned blocks in block statistics This gives `zdb -b` support for clone blocks. Previously, it didn'... 114a399
  • readmmap.c: fix building with MUSL libc glibc includes sys/types.h from stdlib.h. This is not the case for MUSL, so... fcd61d9
  • linux/copy_file_range: properly request a fallback copy on Linux <5.3 Before Linux 5.3, the filesystem's copy_file_r... ead3eea
  • zpool_vdev_remove() should handle EALREADY error return When the vdev properties features was merged an extra check ... 12373b0
  • Revert "Linux 6.5 compat: register_sysctl_table removed" This reverts commit b35374fd6474603170fd9a3c7503da6eb13ac71... a5fdba1
  • Linux 6.5 compat: register_sysctl_table removed Additionally, the .child element of ctl_table has been removed in 6.... e47e9bb
  • Fix some typos Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Mateusz Piotrowski <0mp@FreeBSD.... a97b8fc
  • Refactor dmu_prefetch(). - Split dmu_prefetch_dnode() from dmu_prefetch() into a separate function. It is quite in... 6c94e64
  • linux/spl/kmem_cache: undefine `kmem_cache_alloc` before defining it When compiling a kernel with bcachefs and zfs, ... fdb8fff
  • Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_read The generic_file_splice_read function wa... 36261c8
  • libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1 POSIX timers target the process, not the thread (as d... 683edb3
  • zfs_clone_range should return a descriptive error codes Return the more descriptive error codes instead of `EXDEV` w... 019dea0
  • and 1624 more ...

View on GitHub

tsoome pushed 2 commits to master tsoome/illumos-gate
  • 17011 ZTS: functional/mount scripts are not removing /var/tmp/testdir.X dirs Reviewed by: Andrew Stormont <andyjstorm... 204eecd
  • 17005 ZTS: mmp_pool_destroy should remove MMP_DIR Reviewed by: C Fraire <[email protected]> Reviewed by: Bill Sommerfeld... be043fa

View on GitHub

tsoome created a comment on a pull request on openzfs/zfs
> > I don't see TESTDIRS defined anywhere. I wonder if we can remove these as well? > > Indeed. We should remove it from `tests/zfs-tests/tests/functional/pam/cleanup.ksh` as well. At least in t...

View on GitHub

tsoome pushed 1 commit to testdir tsoome/zfs
  • ZTS: functional/mount scripts are not removing /var/tmp/testdir.X dirs cleanup.ksh is assuming we have TESTDIRS set.... 65cdb9c

View on GitHub

tsoome opened a pull request on openzfs/zfs
ZTS: checkpoint_discard_busy does not set 16M on cleanup
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> <!--- Provide a general summary of your changes in the Title above --> Originall...
tsoome created a branch on tsoome/zfs

pool_checkpoint - OpenZFS on Linux and FreeBSD

tsoome opened a pull request on openzfs/zfs
ZTS: functional/mount scripts are not removing /var/tmp/testdir.X directories
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> <!--- Provide a general summary of your changes in the Title above --> cleanup.k...
tsoome created a branch on tsoome/zfs

testdir - OpenZFS on Linux and FreeBSD

tsoome opened a pull request on openzfs/zfs
ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> <!--- Provide a general summary of your changes in the Title above --> Before we c...
tsoome pushed 1 commit to zfs_mount_all_fail tsoome/zfs
  • ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around Before we can remove test files, we need to ... ef36b3b

View on GitHub

tsoome created a branch on tsoome/zfs

zfs_mount_all_fail - OpenZFS on Linux and FreeBSD

Load more