Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16997 zfs.h correct comments in zfs_ioc Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Yuri Pankov <y... dbade23
tsoome pushed 31 commits to livelist tsoome/illumos-gate
- ZTS: fix removal_condense_export test case It's been observed in the CI that the required 25% of obsolete bytes in t... 2f14683
- ZTS: mixed up set_tunable32/set_tunable64 Change-Id: I5521140e9330b2a08212bf97110c8452f77ba295 4a4ff37
- 16931 Add types to featureflags in zfs Change-Id: If15265cf65f053a51fbb84ce1582317e60f0d510 ba8604f
- Stack overflow in recursive bpobj_iterate_impl The function bpobj_iterate_impl overflows the stack when bpobjs are d... c2e1f84
- Parts from update below to make zdb changes a bit easier. Implement Redacted Send/Receive Redacted send/receive all... f1f3864
- Fast Clone Deletion Deleting a clone requires finding blocks are clone-only, not shared with the snapshot. This was ... a952ab6
- Mark dsl_livelist_should_disable() static This function is not used outside of dsl_dataset.c Reviewed-by: Brian Beh... 0342237
- Add fast path for zfs_ioc_space_snaps() handling of empty_bpobj When there are many snapshots, calls to zfs_ioc_spac... 3cdd75b
- Add subcommand to wait for background zfs activity to complete Currently the best way to wait for the completion of ... 5a51588
- Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common() This commit fixes the following build failure ... 3f0a9cd
- Add trim support to zpool wait Manual trims fall into the category of long-running pool activities which people migh... 195a006
- Add 'zfs wait' command Add a mechanism to wait for delete queue to drain. When doing redacted send/recv, many workf... 8e6acd0
- Rework error handling in zpool_trim() When a manual trim is run against an entire pool, errors about particular devi... 7d714b7
- Avoid adding new primitives in zpool wait zpool wait brought in sem_init() and family, which is a primitive set not ... 17b80e4
- Extend zdb to print inconsistencies in livelists and metaslabs Livelists and spacemaps are data structures that are ... 31b8f2a
- zfs promote does not delete livelist of origin When a clone is promoted, its livelist is no longer accurate, so it i... 659c4d3
- Fix i/o error handling of livelists and zap iteration Pool-wide metadata is stored in the MOS (Meta Object Set). Th... 1138ad3
- Fix stack frame size: spa_livelist_delete_cb() Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian B... fadb544
- Livelist logic should handle dedup blkptrs Update the logic to handle the dedup-case of consecutive FREEs in the liv... 87bb87f
- zpool: wait: only accept whole columns for -t, not col[=whatever] Reviewed-by: Brian Behlendorf <[email protected]... 10b9e6f
- and 11 more ...
tsoome pushed 19 commits to livelist tsoome/illumos-gate
- Add trim support to zpool wait Manual trims fall into the category of long-running pool activities which people migh... b1ebfa1
- Add 'zfs wait' command Add a mechanism to wait for delete queue to drain. When doing redacted send/recv, many workf... a91ddad
- Rework error handling in zpool_trim() When a manual trim is run against an entire pool, errors about particular devi... f1cc05e
- Avoid adding new primitives in zpool wait zpool wait brought in sem_init() and family, which is a primitive set not ... 5857f84
- Extend zdb to print inconsistencies in livelists and metaslabs Livelists and spacemaps are data structures that are ... f86df10
- zfs promote does not delete livelist of origin When a clone is promoted, its livelist is no longer accurate, so it i... 6740c58
- Fix i/o error handling of livelists and zap iteration Pool-wide metadata is stored in the MOS (Meta Object Set). Th... dcc631d
- Fix stack frame size: spa_livelist_delete_cb() Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian B... 3db8f21
- Livelist logic should handle dedup blkptrs Update the logic to handle the dedup-case of consecutive FREEs in the liv... 5feac9d
- zpool: wait: only accept whole columns for -t, not col[=whatever] Reviewed-by: Brian Behlendorf <[email protected]... ce44419
- zfs: wait: only accept whole activity for -t, not act[=whatever] Reviewed-by: Brian Behlendorf <[email protected]... bbd82d8
- Fix panic in dsl_process_sub_livelist for EINTR = Issue Recently we hit an assertion panic in `dsl_process_sub_live... 7b90251
- zdb: Silence Coverity complaint about verify_livelist_allocs() svb is declared on the stack. We then set parts of sv... 063941c
- Fix livelist assertions for dedup and cloning Two block pointers in livelist pointing to the same location may be ca... b95b8b0
- zpool wait: print timestamp before the header list, status and iostat all display the -T timestamp before the header... 6206ea2
- need noinline Change-Id: Ife5d057f00d9a8874d4a64e1003b161f7f9bd5b0 26ec0db
- ZTS: add new_fs Change-Id: Ic483e3c0671fbad9a1370b1540f4200bb9e7ac73 ef32a16
- packaging.deps Change-Id: I7a259837f01338e44336693d24819cf841ea803e 7c0f480
- rename get_temporary_prop to zfs_get_temporary_prop Change-Id: I98bec29121f8fc855d15c334a37492a562dd9760 60abdf0
tsoome created a branch on tsoome/illumos-gate
livelist - Community developed and maintained version of the OS/Net consolidation
tsoome pushed 2 commits to master tsoome/illumos-gate
- 16967 cxgbe: clean up unused TCP_OFFLOAD_ENABLE Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Ryan Ze... a2057e4
- 16979 stdbit.h _Generic pieces could work in C11 Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman... fdb843b
tsoome pushed 5 commits to gcc14 tsoome/illumos-extra
tsoome pushed 4 commits to gcc14 tsoome/illumos-extra
tsoome pushed 7 commits to gcc14 tsoome/illumos-extra
- OS-8605 update wget to 1.25.0 Reviewed by: Brianna Bennett <[email protected]> Reviewed by: Toomas Soome <toomas.soo... bbaed45
- OS-8607 Broken LANG/LC inheritance starting with OpenSSH 9.8p1 Portions-contributed-by: Andy Fiddaman <illumos@fidda... fc397e2
- OS-8608 Update curl to 8.11.1 Reviewed by: Brianna Bennett <[email protected]> Reviewed by: Toomas Soome <toomas.soo... ff09a3c
- fix bash configure for gcc14 cd0220b
- bind 63fc7b0
- coreutils 5521ec4
- gnupg 3c5112b
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16949 apix: passing freed memory 'prop_val' Reviewed by: Marcel Telka <[email protected]> Reviewed by: Andy Fiddaman <i... bbd2595
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16908 unix: overwrite may leak 'buf' Reviewed by: Jason King <[email protected]> Reviewed by: Vitali... 148b53d
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16948 want __cacheline_aligned Reviewed by: Patrick Mooney <[email protected]> Approved by: Dan McDonald <danmcd@m... 6faf524
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16955 ecc: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Dan McDonald <danmcd@m... 5de8599
tsoome pushed 2 commits to master tsoome/illumos-gate
- 16922 i86pc: support AMD C-states Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Andy Fiddaman... f7d9ddd
- 16726 in/out VM_EXIT should not assert on CPUs without DecodeAssist Reviewed by: Patrick Mooney <[email protected]... 8cf9ea4
tsoome pushed 4 commits to master tsoome/illumos-gate
- 16950 Gate should build with python 3.13 Reviewed by: Jason King <[email protected]> Reviewed by: To... bf34775
- 16946 some comments about DDI interrupts could use correction Reviewed by: Toomas Soome <[email protected]> Reviewed by: ... b4a2f1d
- 16947 smbios(8) could be 64bit Reviewed by: Jason King <[email protected]> Reviewed by: Robert Musta... 482d9a1
- 16935 Use gcc 14 as shadow compiler Reviewed by: Patrick Mooney <[email protected]> Reviewed by: Toomas Soome <tso... b7fe974
tsoome pushed 3 commits to master tsoome/illumos-gate
- 16945 uts should use KPRINTFLIKE Reviewed by: Dan McDonald <[email protected]> Reviewed by: Andy Fiddaman <illumos@fiddam... 39b8de0
- 16903 ses: possible memory leak of 'driveids' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... 9f755ee
- 16902 uhci: possible memory leak of 'pp' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fidd... 80f91f3
tsoome pushed 1 commit to master tsoome/illumos-gate
- 15364 Provide common hexdump function library 16938 smbios oprintf format problems Reviewed by: Robert Mustacchi <rm+... 43379a2
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16900 procfs: possible memory leak of 'thing' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... 2d5f855
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16944 fix formatting errors in readdir(3c) and opendir(3c) Reviewed by: Toomas Soome <[email protected]> Reviewed by: Seb... c96fde5
tsoome pushed 1 commit to master TritonDataCenter/illumos-joyent
- OS-8606 uts should use KPRINTFLIKE (#487) Reviewed by: Dan McDonald <[email protected]> Approved by: Dan McDonald <danm... d6e1841