]> git.proxmox.com Git - mirror_zfs.git/history - cmd
Revert "Reduce dbuf_find() lock contention"
[mirror_zfs.git] / cmd /
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
2022-07-11 Tony Hutterzed: Ignore false 'atari' partitions in autoreplace
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-29 набEnable -Wwrite-strings
2022-06-27 Brian BehlendorfFix -Wformat-overflow warning in zfs_project_handle_dir()
2022-06-27 Brian BehlendorfFix -Wformat-truncation warning in upgrade_set_callback()
2022-06-24 Alan SomersAdd a "zstream decompress" subcommand
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-06-10 Will AndrewsAdd Linux namespace delegation support
2022-06-08 Tino ReichardtIntroduce BLAKE3 checksums as an OpenZFS feature
2022-05-26 Brian BehlendorfReplace EXTRA_DIST with dist_noinst_DATA
2022-05-24 Brian Behlendorfzed: Take no action on scrub/resilver checksum errors
2022-05-20 Mark Johnstonzdb: Fix handling of nul termination in symlink targets
2022-05-18 набlibzfs: return (allocated) strings instead of filling...
2022-05-18 набRemove final K&R definitions
2022-05-18 heeplrzed: support subject as header in zed_notify_email()
2022-05-16 набzpool: max_width: monomorphise subtype iteration
2022-05-12 набReplace libzfs sharing _nfs() and _smb() APIs with...
2022-05-11 набztest: O_CLOEXEC ztest_fd_rand
2022-05-11 набztest: take -B ./path/to/ztest, LD_LIBRARY_PATH=./path...
2022-05-11 набRemove enable_extended_FILE_stdio()
2022-05-10 набztest: fix in-tree detection for automatic zdb path
2022-05-10 набztest: use $ZDB instead of $ZDB_PATH for zdb
2022-05-10 набcmd: move single-file binaries up, extract udev program...
2022-05-10 набautoconf: use include directives instead of recursing...
2022-05-10 набcmd: zvol_id: don't build with -fno-stack-protector...
2022-05-10 набautoconf: use include directives instead of recursing...
2022-05-10 Rich ErcolaniWorkaround broken VDEV_UPATH
2022-05-05 набzpool: guard vs_noalloc and vs_pspace with VDEV_STAT_VA...
2022-04-27 набzfs: holds: dequadratify
2022-04-27 набzfs: holds: general cleanup
2022-04-25 набman: zfs-send.8: fix -X synopses and description
2022-04-22 Richard Laagerzvol_wait: Ignore locked zvols
2022-04-05 набcmd: zed: rc: drop "should be owned by root and 0600"
2022-04-05 набlibspl: zed: event: use localtime_r()
2022-04-05 набzdb: standardise on ctime()
2022-04-02 набzed: functions: zed_log_err: forward to zed_log_msg
2022-04-02 набzed: lets: all-debug: printenv -> env
2022-04-02 набzfs, zpool: safe_malloc() duplicate argv
2022-04-02 набzfs: simplify usage_prop_cb values
2022-03-30 набzfs: main: don't NULL-check infallible safe_malloc()
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-19 Sean Eric FaganAllow zfs send to exclude datasets
2022-03-15 набzfs: list: only accept whole type for -t, not tp[=whatever]
2022-03-15 набzfs: get: only accept whole type for -t, not tp[=whatever]
2022-03-15 набzfs: get: only accept whole source for -s, not src...
2022-03-15 набzfs: get: only accept whole column for -o, not col...
2022-03-15 набzpool: get: there's one fewer column than in zfs get
2022-03-15 набzfs: wait: only accept whole activity for -t, not act...
2022-03-15 набzpool: get: only accept whole columns for -o, not col...
2022-03-15 набzpool: wait: only accept whole columns for -t, not...
2022-03-15 набReplace FMD_B_{TRUE,FALSE} with B_{TRUE,FALSE}
2022-03-15 набIntegrate carcass of libspl/i/s/vtoc.h into i/s/efi_par...
2022-03-15 набForbid b{copy,zero,cmp}(). Don't include <strings.h...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-09 Akash BAdd physical device size to SIZE column in 'zpool list -v'
2022-03-08 набRevert "Added error for writing to /dev/ on Linux"
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-03-04 набzpool: main: list: don't pay for printf
2022-03-04 набzpool: main: list: -v: update dash spacing for special...
2022-03-04 набzpool: main: use ARRAY_SIZE(class_name) instead of 3
2022-02-26 Paul DagnelieFix erroneous zstreamdump warning
2022-02-26 Brian Behlendorfztest: Fix ASSERT in ztest_objset_destroy_cb()
2022-02-24 Tony Hutterzed: Misc multipath autoreplace fixes
2022-02-22 Jitendra Patidarlog xattr=sa create/remove/update to ZIL
2022-02-21 Damian SzuberskiCorrect compilation errors reported by GCC 10/11
2022-02-18 набraidz_test: silence unsigned >=0 warnings
2022-02-18 набuserspace: mark arguments used
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-08 Damian Szuberski`mount.zfs -o zfsutil` leverages `zfs_mount_at()`
2022-02-07 Damian SzuberskiAdd `--enable=all` to ShellCheck by default
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-02-03 Phil Kauffmanzed-functions.sh: escape newline to produce valid json
2022-02-03 Akash BAdd enumerated vdev names to 'zpool iostat -v' and...
2022-02-03 George AmanakisReport dnodes with faulty bonuslen
2022-02-02 Tomohiro KusumiFix trivial calloc(3) arguments order
2022-02-02 набzpool: misc. cleanup
2022-02-02 набzpool: main: print hostids with PRIx64
2022-02-02 набzpool: main: const correctness, use time_t for time
2022-01-26 набReplace *CTASSERT() with _Static_assert()
next