]> git.proxmox.com Git - mirror_zfs.git/history - cmd
config: don't link libudev on FreeBSD
[mirror_zfs.git] / cmd /
2023-03-24 Tino ReichardtAdd colored output to zfs list
2023-03-24 Tino ReichardtColorize zpool iostat output
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-03-08 Richard YaoRefactor loop in dump_histogram()
2023-03-08 Richard YaoCleanup: Remove constant comparisons reported by CodeQL
2023-03-08 Richard YaoFix TOCTOU race in zpool_do_labelclear()
2023-03-08 Alexander MotinMore adaptive ARC eviction
2023-03-07 Rob NBetter handling for future crypto parameters
2023-03-07 George AmanakisFix a typo in ac2038a
2023-03-06 Richard YaoFix memory leak in ztest
2023-03-02 Tino ReichardtUpdate BLAKE3 for using the new impl handling
2023-03-02 Rob Nzdb: add decryption support
2023-02-22 Paul DagnelieImprove error message of zfs redact
2023-02-07 Rob N ★zdb: zero-pad checksum output
2023-02-02 George AmanakisTeach zdb about DMU_OT_ERROR_LOG objects
2023-02-02 rob-wingzfs_main.c: fix unused variable error with GCC
2023-02-02 Ameer HamzaFix console progress reporting for recursive send
2023-01-25 Brian BehlendorfImprove resilver ETAs
2023-01-23 Richard YaoReject streams that set ->drr_payloadlen to unreasonabl...
2023-01-23 rob-wingConfigure zed's diagnosis engine with vdev properties
2023-01-17 Ameer HamzaUse setproctitle to report progress of zfs send
2023-01-17 Rob Wingzpool-set: print error message when pool or vdev is...
2023-01-17 Rob Wingzpool-set: update usage text
2023-01-11 rob-wingzpool: do guid-based comparison in is_vdev_cb()
2023-01-10 Brian Behlendorfztest: update ztest_dmu_snapshot_create_destroy()
2023-01-10 Brian Behlendorfztest: ztest_dsl_prop_set_uint64() ENOSPC consistency
2023-01-10 Brian Behlendorfztest: reduce `zpool split` frequency
2023-01-10 Brian Behlendorfztest: update expectation for sparing a special device
2023-01-09 Ameer Hamzazed: add hotplug support for spare vdevs
2023-01-05 Alexander MotinUpdate arc_summary and arcstat outputs
2022-12-22 Matthew Ahrensdeadlock between spa_errlog_lock and dp_config_rwlock
2022-12-21 Brian BehlendorfRevert "zdb: zdb_ddt_leak_init() reads uninitialized...
2022-12-14 Allan Judezfs list: Allow more fields in ZFS_ITER_SIMPLE mode
2022-12-14 Marcel MenzelChange ZEVENT_POOL_GUID to ZEVENT_POOL to display pool...
2022-12-12 Richard YaoAddress theoretical uninitialized variable usage in...
2022-12-08 Richard Yaozdb: Handle theoretical buffer overflow when printing...
2022-12-08 Richard Yaozdb: zdb_ddt_leak_init() reads uninitialized memory...
2022-12-08 Richard Yaoztest: comparisons against errno should not assign...
2022-12-08 Richard YaoFix potential buffer overflow in zpool command
2022-12-08 Richard Yaozdb: Fix big parameter passed by value
2022-12-08 Richard YaoCleanup: zhack should not declare function prototypes...
2022-11-30 szuberskFix GCC 12 compilation errors
2022-11-29 Richard Yaozdb: Silence Coverity complaint about verify_livelist_a...
2022-11-29 Ameer Hamzazed: unclean disk attachment faults the vdev
2022-11-28 набcmd: zfs: fix missing mention of zfs diff -h
2022-11-10 Paul DagnelieAdd ability to recompress send streams with new compres...
2022-11-08 Mohamed TawfikAdds the `-p` option to `zfs holds`
2022-11-03 Richard YaoAddress warnings about possible division by zero from...
2022-11-03 Brooks DavisUse intptr_t when storing an integer in a pointer
2022-10-29 Richard YaoIntroduce kmem_scnprintf()
2022-10-29 Richard YaoCleanup dump_bookmarks()
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-28 Andrew InnesFix multiplication converted to larger type
2022-10-21 Ameer Hamzazed: Avoid core dump if wholedisk property does not...
2022-10-20 Richard YaoFix theoretical use of uninitialized values
2022-10-20 Richard YaoFix userland memory leak in zfs_do_send()
2022-10-18 Richard YaoFix NULL pointer dereference in zdb
2022-10-18 Richard YaoZED: Fix uninitialized value reads
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-10-14 Alan Somerszstream: allow decompress to fix metadata for uncompres...
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-12 Richard YaoAdd defensive assertions
2022-10-11 Serapheim Dimitrop... zvol_wait logic may terminate prematurely
2022-10-07 Richard YaoHandle possible null pointers from malloc/strdup/strndup()
2022-10-04 shodanshokRemove ambiguity on demand vs prefetch stats reported...
2022-10-04 Umer SaleemExpose libzutil error info in libpc_handle_t
2022-10-01 Richard YaoFix userland dereference NULL return value bugs
2022-09-30 Richard YaoReduce false positives from Static Analyzers
2022-09-29 Richard YaoFix unreachable code in zstreamdump
2022-09-29 Richard YaoFix unchecked return values
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-27 Richard YaoFix unsafe string operations
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-09-23 Richard YaoFix userland resource leaks
2022-09-23 Richard YaoFix unchecked return values and unused return values
2022-09-23 Tony Hutterzpool: Don't print "repairing" on force faulted drives
2022-09-22 Richard YaoCleanup: Change 1 used in bitshifts to 1ULL
2022-09-20 Richard YaoFix potential NULL pointer dereference in zfsdle_vdev_o...
2022-09-20 Richard YaoFix usage of zed_log_msg() and zfs_panic_recover()
2022-09-16 Tino ReichardtFix BLAKE3 tuneable and module loading on Linux and...
2022-09-15 Richard YaoAdd zfs_btree_verify_intensity kernel module parameter
2022-09-13 Richard YaoFix memory leak in ztest
2022-09-12 Richard YaoFix file descriptor handling in zdb_copy_object()
2022-09-09 Don BradyMake zfs-share service resilient to stale exports
2022-09-08 Tony Hutterzed: Fix config_sync autoexpand flood
2022-09-06 SamuelFix column width in 'zpool iostat -v' and 'zpool list -v'
2022-09-02 Ameer HamzaAdd zilstat script to report zil kstats in a user frien...
2022-09-02 Andrew InnesAlloc zdb_cd_t to fix stack issue
2022-08-22 Paul DagneliePrevent zevent list from consuming all of kernel memory
2022-08-12 r-ricciarcstat: fix -p option
2022-08-05 Stéphane Lesimplezpool: fix redundancy check after vdev removal
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-25 Ameer HamzaAdd createtxg sort support for simple snapshot iterator
2022-07-21 Christian Schwarzzdb: dump spill block pointer if present
2022-07-21 ixhamzaAdd support for per dataset zil stats and use wmsum...
2022-07-14 Tony Hutterzed: Look for NVMe DEVPATH if no ID_BUS
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
next