| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 14 | -14/+14 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 11 | -94/+76 |
* | Add physical device size to SIZE column in 'zpool list -v' | Akash B | 2022-03-08 | 1 | -2/+7 |
* | Revert "Added error for writing to /dev/ on Linux" | наб | 2022-03-08 | 1 | -38/+2 |
* | Use _Noreturn (C11; GNU89) properly | Alejandro Colomar | 2022-03-04 | 4 | -9/+9 |
* | zpool: main: list: don't pay for printf | наб | 2022-03-04 | 1 | -9/+9 |
* | zpool: main: list: -v: update dash spacing for special vdevs | наб | 2022-03-04 | 1 | -2/+2 |
* | zpool: main: use ARRAY_SIZE(class_name) instead of 3 | наб | 2022-03-04 | 1 | -3/+3 |
* | Fix erroneous zstreamdump warning | Paul Dagnelie | 2022-02-26 | 1 | -1/+6 |
* | ztest: Fix ASSERT in ztest_objset_destroy_cb() | Brian Behlendorf | 2022-02-26 | 1 | -1/+9 |
* | zed: Misc multipath autoreplace fixes | Tony Hutter | 2022-02-24 | 2 | -16/+173 |
* | log xattr=sa create/remove/update to ZIL | Jitendra Patidar | 2022-02-22 | 2 | -0/+26 |
* | Correct compilation errors reported by GCC 10/11 | Damian Szuberski | 2022-02-20 | 2 | -6/+4 |
* | raidz_test: silence unsigned >=0 warnings | наб | 2022-02-18 | 2 | -11/+14 |
* | userspace: mark arguments used | наб | 2022-02-18 | 1 | -0/+2 |
* | Rename fallthrough to zfs_fallthrough | Jorgen Lundman | 2022-02-15 | 3 | -3/+3 |
* | `mount.zfs -o zfsutil` leverages `zfs_mount_at()` | Damian Szuberski | 2022-02-08 | 1 | -13/+34 |
* | Add `--enable=all` to ShellCheck by default | Damian Szuberski | 2022-02-07 | 6 | -7/+1 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 5 | -7/+28 |
* | zed-functions.sh: escape newline to produce valid json | Phil Kauffman | 2022-02-03 | 1 | -1/+1 |
* | Add enumerated vdev names to 'zpool iostat -v' and 'zpool list -v' | Akash B | 2022-02-03 | 1 | -4/+4 |
* | Report dnodes with faulty bonuslen | George Amanakis | 2022-02-03 | 1 | -0/+8 |
* | Fix trivial calloc(3) arguments order | Tomohiro Kusumi | 2022-02-02 | 1 | -1/+1 |
* | zpool: misc. cleanup | наб | 2022-02-01 | 1 | -7/+4 |
* | zpool: main: print hostids with PRIx64 | наб | 2022-02-01 | 1 | -8/+7 |
* | zpool: main: const correctness, use time_t for time | наб | 2022-02-01 | 1 | -6/+6 |
* | Replace *CTASSERT() with _Static_assert() | наб | 2022-01-26 | 1 | -31/+41 |
* | Fix problem with zdb -d | Paul Zuchowski | 2022-01-20 | 1 | -30/+84 |
* | module/*.ko: prune .data, global .rodata | наб | 2022-01-14 | 2 | -8/+7 |
* | Removed Python 2 and Python 3.5- support | Damian Szuberski | 2022-01-13 | 5 | -1199/+6 |
* | Add ShellCheck's `--enable=all` inside `cmd/` | Damian Szuberski | 2022-01-06 | 25 | -27/+61 |
* | Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode" | Paul Dagnelie | 2022-01-06 | 4 | -83/+38 |
* | Long opts for zdb | Manoj Joseph | 2022-01-06 | 1 | -58/+123 |