| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable -Wwrite-strings | наб | 2022-06-29 | 10 | -197/+183 |
* | Fix -Wformat-overflow warning in zfs_project_handle_dir() | Brian Behlendorf | 2022-06-27 | 1 | -4/+10 |
* | Fix -Wformat-truncation warning in upgrade_set_callback() | Brian Behlendorf | 2022-06-27 | 1 | -1/+1 |
* | Add a "zstream decompress" subcommand | Alan Somers | 2022-06-24 | 6 | -3/+372 |
* | Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property | Allan Jude | 2022-06-14 | 3 | -9/+9 |
* | Add Linux namespace delegation support | Will Andrews | 2022-06-10 | 1 | -0/+60 |
* | Introduce BLAKE3 checksums as an OpenZFS feature | Tino Reichardt | 2022-06-08 | 1 | -0/+89 |
* | Replace EXTRA_DIST with dist_noinst_DATA | Brian Behlendorf | 2022-05-26 | 4 | -7/+7 |
* | zed: Take no action on scrub/resilver checksum errors | Brian Behlendorf | 2022-05-24 | 1 | -0/+20 |
* | zdb: Fix handling of nul termination in symlink targets | Mark Johnston | 2022-05-20 | 1 | -1/+6 |
* | libzfs: return (allocated) strings instead of filling buffers | наб | 2022-05-18 | 2 | -10/+2 |
* | Remove final K&R definitions | наб | 2022-05-18 | 2 | -6/+6 |
* | zed: support subject as header in zed_notify_email() | heeplr | 2022-05-18 | 2 | -3/+17 |
* | zpool: max_width: monomorphise subtype iteration | наб | 2022-05-16 | 1 | -31/+12 |
* | Replace libzfs sharing _nfs() and _smb() APIs with protocol lists | наб | 2022-05-12 | 2 | -53/+48 |
* | ztest: O_CLOEXEC ztest_fd_rand | наб | 2022-05-11 | 1 | -2/+1 |
* | ztest: take -B ./path/to/ztest, LD_LIBRARY_PATH=./path/lib:$L_L_P | наб | 2022-05-11 | 1 | -54/+39 |
* | Remove enable_extended_FILE_stdio() | наб | 2022-05-11 | 2 | -10/+1 |
* | ztest: fix in-tree detection for automatic zdb path | наб | 2022-05-10 | 1 | -3/+3 |
* | ztest: use $ZDB instead of $ZDB_PATH for zdb | наб | 2022-05-10 | 1 | -4/+4 |
* | cmd: move single-file binaries up, extract udev programs to udev/ | наб | 2022-05-10 | 25 | -1029/+91 |
* | autoconf: use include directives instead of recursing down cmd | наб | 2022-05-10 | 40 | -378/+311 |
* | cmd: zvol_id: don't build with -fno-stack-protector anymore | наб | 2022-05-10 | 1 | -4/+0 |
* | autoconf: use include directives instead of recursing down lib | наб | 2022-05-10 | 16 | -60/+62 |
* | Workaround broken VDEV_UPATH | Rich Ercolani | 2022-05-10 | 3 | -10/+34 |
* | zpool: guard vs_noalloc and vs_pspace with VDEV_STAT_VALID() | наб | 2022-05-05 | 1 | -2/+2 |
* | zfs: holds: dequadratify | наб | 2022-04-27 | 1 | -1/+1 |
* | zfs: holds: general cleanup | наб | 2022-04-27 | 1 | -11/+7 |
* | man: zfs-send.8: fix -X synopses and description | наб | 2022-04-25 | 1 | -69/+33 |
* | zvol_wait: Ignore locked zvols | Richard Laager | 2022-04-22 | 1 | -4/+6 |
* | cmd: zed: rc: drop "should be owned by root and 0600" | наб | 2022-04-05 | 2 | -4/+1 |
* | libspl: zed: event: use localtime_r() | наб | 2022-04-05 | 1 | -5/+5 |
* | zdb: standardise on ctime() | наб | 2022-04-05 | 1 | -1/+1 |
* | zed: functions: zed_log_err: forward to zed_log_msg | наб | 2022-04-01 | 1 | -2/+1 |
* | zed: lets: all-debug: printenv -> env | наб | 2022-04-01 | 1 | -1/+1 |
* | zfs, zpool: safe_malloc() duplicate argv | наб | 2022-04-01 | 2 | -2/+2 |
* | zfs: simplify usage_prop_cb values | наб | 2022-04-01 | 1 | -4/+1 |
* | zfs: main: don't NULL-check infallible safe_malloc() | наб | 2022-03-30 | 2 | -3/+1 |
* | Switch from _Noreturn to __attribute__((noreturn)) | Brian Behlendorf | 2022-03-23 | 6 | -12/+12 |
* | Allow zfs send to exclude datasets | Sean Eric Fagan | 2022-03-18 | 1 | -5/+92 |
* | zfs: list: only accept whole type for -t, not tp[=whatever] | наб | 2022-03-15 | 1 | -37/+26 |
* | zfs: get: only accept whole type for -t, not tp[=whatever] | наб | 2022-03-15 | 1 | -30/+22 |
* | zfs: get: only accept whole source for -s, not src[=whatever] | наб | 2022-03-15 | 1 | -31/+20 |
* | zfs: get: only accept whole column for -o, not col[=whatever] | наб | 2022-03-15 | 1 | -34/+26 |
* | zpool: get: there's one fewer column than in zfs get | наб | 2022-03-15 | 1 | -2/+2 |
* | zfs: wait: only accept whole activity for -t, not act[=whatever] | наб | 2022-03-15 | 1 | -15/+13 |
* | zpool: get: only accept whole columns for -o, not col[=whatever] | наб | 2022-03-15 | 1 | -31/+23 |
* | zpool: wait: only accept whole columns for -t, not col[=whatever] | наб | 2022-03-15 | 1 | -20/+15 |
* | Replace FMD_B_{TRUE,FALSE} with B_{TRUE,FALSE} | наб | 2022-03-15 | 3 | -12/+7 |
* | Integrate carcass of libspl/i/s/vtoc.h into i/s/efi_partition.h | наб | 2022-03-15 | 1 | -1/+0 |