| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable -Wwrite-strings | наб | 2022-06-29 | 1 | -58/+55 |
* | 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 |
* | Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property | Allan Jude | 2022-06-14 | 2 | -7/+7 |
* | Add Linux namespace delegation support | Will Andrews | 2022-06-10 | 1 | -0/+60 |
* | libzfs: return (allocated) strings instead of filling buffers | наб | 2022-05-18 | 1 | -5/+1 |
* | Replace libzfs sharing _nfs() and _smb() APIs with protocol lists | наб | 2022-05-12 | 1 | -51/+46 |
* | autoconf: use include directives instead of recursing down cmd | наб | 2022-05-10 | 2 | -17/+12 |
* | autoconf: use include directives instead of recursing down lib | наб | 2022-05-10 | 1 | -4/+5 |
* | 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 |
* | zfs, zpool: safe_malloc() duplicate argv | наб | 2022-04-01 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | zfs: wait: only accept whole activity for -t, not act[=whatever] | наб | 2022-03-15 | 1 | -15/+13 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 3 | -3/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -5/+5 |
* | Revert "Added error for writing to /dev/ on Linux" | наб | 2022-03-08 | 1 | -38/+2 |
* | Correct compilation errors reported by GCC 10/11 | Damian Szuberski | 2022-02-20 | 1 | -5/+3 |
* | userspace: mark arguments used | наб | 2022-02-18 | 1 | -0/+2 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 1 | -2/+3 |
* | Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode" | Paul Dagnelie | 2022-01-06 | 3 | -82/+37 |
* | zfs: iter: fix unused, remove argsused | наб | 2021-12-21 | 1 | -3/+2 |
* | zfs list: Allow more fields in ZFS_ITER_SIMPLE mode | Allan Jude | 2021-12-16 | 3 | -37/+82 |
* | t/z_diff/socket, zfs: main: fix unused argument warnings, ARGSUSED tags | наб | 2021-12-13 | 1 | -8/+5 |
* | zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escaping | наб | 2021-12-13 | 1 | -1/+4 |
* | Add `const` to nvlist functions to properly expose their real behavior | Paul Dagnelie | 2021-12-06 | 1 | -1/+2 |
* | Use fallthrough macro | Brian Behlendorf | 2021-09-14 | 1 | -0/+1 |
* | Normalise /*FALLTHR{OUGH,U}*/ | наб | 2021-07-26 | 1 | -1/+0 |
* | Prune /*NOTREACHED*/ | наб | 2021-07-26 | 1 | -3/+2 |
* | Correct zfs-send(8) on readonly sends | Rich Ercolani | 2021-07-16 | 1 | -1/+1 |
* | Added error for writing to /dev/ on Linux | Rich Ercolani | 2021-06-09 | 1 | -2/+36 |
* | libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmd | наб | 2021-05-29 | 1 | -2/+3 |
* | undocumented libzfs API changes broke "zfs list" | Matthew Ahrens | 2021-05-06 | 1 | -2/+2 |
* | zfs get: don't lookup mount options when using "-s local" | Alan Somers | 2021-04-29 | 1 | -2/+2 |
* | libzfs: get rid of libzfs_handle::libzfs_mnttab | наб | 2021-04-13 | 1 | -20/+11 |
* | Allow zfs to send replication streams with missing snapshots | pablofsf | 2021-04-11 | 1 | -1/+12 |
* | Removed duplicated includes | Andrea Gelmini | 2021-03-22 | 1 | -2/+0 |
* | Fix report_mount_progress never calling set_progress_header | Andriy Gapon | 2021-02-18 | 1 | -3/+0 |
* | cppcheck: integrete cppcheck | Brian Behlendorf | 2021-01-26 | 1 | -0/+2 |
* | Use the correct return type for getopt | sterlingjensen | 2020-12-17 | 1 | -1/+1 |
* | Add -u option to 'zfs create' | Ryan Moeller | 2020-12-04 | 1 | -2/+18 |
* | Distributed Spare (dRAID) Feature | Brian Behlendorf | 2020-11-13 | 1 | -12/+118 |