| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GCC 12 compilation errors | szubersk | 2022-11-30 | 1 | -1/+1 |
* | cmd: zfs: fix missing mention of zfs diff -h | наб | 2022-11-28 | 1 | -1/+1 |
* | Adds the `-p` option to `zfs holds` | Mohamed Tawfik | 2022-11-08 | 1 | -9/+28 |
* | Fix theoretical use of uninitialized values | Richard Yao | 2022-10-19 | 1 | -1/+1 |
* | Fix userland memory leak in zfs_do_send() | Richard Yao | 2022-10-19 | 1 | -3/+34 |
* | Cleanup: Address Clang's static analyzer's unused code complaints | Richard Yao | 2022-10-14 | 1 | -2/+7 |
* | Fix unsafe string operations | Richard Yao | 2022-09-27 | 1 | -1/+2 |
* | Cleanup: Switch to strlcpy from strncpy | Richard Yao | 2022-09-27 | 1 | -2/+2 |
* | Fix userland resource leaks | Richard Yao | 2022-09-23 | 1 | -1/+4 |
* | Make zfs-share service resilient to stale exports | Don Brady | 2022-09-09 | 1 | -0/+3 |
* | Implement a new type of zfs receive: corrective receive (-c) | Alek P | 2022-07-28 | 1 | -1/+4 |
* | Add createtxg sort support for simple snapshot iterator | Ameer Hamza | 2022-07-25 | 3 | -8/+17 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 6 | -6/+6 |
* | Remaining {=> const} char|void *tag | наб | 2022-06-29 | 1 | -1/+1 |
* | 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 |