aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* zdb: dump spill block pointer if presentChristian Schwarz2022-07-201-1/+8
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-201-3/+3
* zed: Look for NVMe DEVPATH if no ID_BUSTony Hutter2022-07-141-2/+11
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1139-39/+39
* zed: Ignore false 'atari' partitions in autoreplaceTony Hutter2022-07-111-8/+23
* Remaining {=> const} char|void *tagнаб2022-06-294-7/+7
* Enable -Wwrite-stringsнаб2022-06-2910-197/+183
* Fix -Wformat-overflow warning in zfs_project_handle_dir()Brian Behlendorf2022-06-271-4/+10
* Fix -Wformat-truncation warning in upgrade_set_callback()Brian Behlendorf2022-06-271-1/+1
* Add a "zstream decompress" subcommandAlan Somers2022-06-246-3/+372
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-143-9/+9
* Add Linux namespace delegation supportWill Andrews2022-06-101-0/+60
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-081-0/+89
* Replace EXTRA_DIST with dist_noinst_DATABrian Behlendorf2022-05-264-7/+7
* zed: Take no action on scrub/resilver checksum errorsBrian Behlendorf2022-05-241-0/+20
* zdb: Fix handling of nul termination in symlink targetsMark Johnston2022-05-201-1/+6
* libzfs: return (allocated) strings instead of filling buffersнаб2022-05-182-10/+2
* Remove final K&R definitionsнаб2022-05-182-6/+6
* zed: support subject as header in zed_notify_email()heeplr2022-05-182-3/+17
* zpool: max_width: monomorphise subtype iterationнаб2022-05-161-31/+12
* Replace libzfs sharing _nfs() and _smb() APIs with protocol listsнаб2022-05-122-53/+48
* ztest: O_CLOEXEC ztest_fd_randнаб2022-05-111-2/+1
* ztest: take -B ./path/to/ztest, LD_LIBRARY_PATH=./path/lib:$L_L_Pнаб2022-05-111-54/+39
* Remove enable_extended_FILE_stdio()наб2022-05-112-10/+1
* ztest: fix in-tree detection for automatic zdb pathнаб2022-05-101-3/+3
* ztest: use $ZDB instead of $ZDB_PATH for zdbнаб2022-05-101-4/+4
* cmd: move single-file binaries up, extract udev programs to udev/наб2022-05-1025-1029/+91
* autoconf: use include directives instead of recursing down cmdнаб2022-05-1040-378/+311
* cmd: zvol_id: don't build with -fno-stack-protector anymoreнаб2022-05-101-4/+0
* autoconf: use include directives instead of recursing down libнаб2022-05-1016-60/+62
* Workaround broken VDEV_UPATHRich Ercolani2022-05-103-10/+34
* zpool: guard vs_noalloc and vs_pspace with VDEV_STAT_VALID()наб2022-05-051-2/+2
* zfs: holds: dequadratifyнаб2022-04-271-1/+1
* zfs: holds: general cleanupнаб2022-04-271-11/+7
* man: zfs-send.8: fix -X synopses and descriptionнаб2022-04-251-69/+33
* zvol_wait: Ignore locked zvolsRichard Laager2022-04-221-4/+6
* cmd: zed: rc: drop "should be owned by root and 0600"наб2022-04-052-4/+1
* libspl: zed: event: use localtime_r()наб2022-04-051-5/+5
* zdb: standardise on ctime()наб2022-04-051-1/+1
* zed: functions: zed_log_err: forward to zed_log_msgнаб2022-04-011-2/+1
* zed: lets: all-debug: printenv -> envнаб2022-04-011-1/+1
* zfs, zpool: safe_malloc() duplicate argvнаб2022-04-012-2/+2
* zfs: simplify usage_prop_cb valuesнаб2022-04-011-4/+1
* zfs: main: don't NULL-check infallible safe_malloc()наб2022-03-302-3/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-236-12/+12
* Allow zfs send to exclude datasetsSean Eric Fagan2022-03-181-5/+92
* zfs: list: only accept whole type for -t, not tp[=whatever]наб2022-03-151-37/+26
* zfs: get: only accept whole type for -t, not tp[=whatever]наб2022-03-151-30/+22
* zfs: get: only accept whole source for -s, not src[=whatever]наб2022-03-151-31/+20
* zfs: get: only accept whole column for -o, not col[=whatever]наб2022-03-151-34/+26