| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fail invalid incremental recursive send gracefully | Ryan Moeller | 2021-10-08 | 1 | -3/+8 |
* | Simplify and document OpenZFS library dependencies | Brian Behlendorf | 2021-10-07 | 4 | -452/+1788 |
* | Reject zfs send -RI with nonexistent fromsnap | Rich Ercolani | 2021-10-04 | 1 | -0/+17 |
* | Upstream: unmount snapshots before destroying them on macOS | Jorgen Lundman | 2021-09-20 | 4 | -1/+22 |
* | Use fallthrough macro | Brian Behlendorf | 2021-09-14 | 4 | -7/+6 |
* | Update ABI files via new libabigail version | George Melikov | 2021-09-02 | 1 | -3960/+2703 |
* | Add zpool_disable_datasets_os() / zfs_unmount_os() | Jorgen Lundman | 2021-08-31 | 4 | -0/+45 |
* | Make get_key_material_file fail more verbosely | Rich Ercolani | 2021-08-05 | 1 | -1/+1 |
* | Update ABI files with generated in CI worker | George Melikov | 2021-07-26 | 1 | -6117/+3765 |
* | Normalise /*FALLTHR{OUGH,U}*/ | наб | 2021-07-26 | 1 | -1/+1 |
* | Replace /*PRINTFLIKEn*/ with attribute(printf) | наб | 2021-07-26 | 1 | -5/+0 |
* | Remove old orig_fd variable from zfs send | Jorgen Lundman | 2021-07-21 | 1 | -2/+1 |
* | pass handle to do_unmount() | Jorgen Lundman | 2021-07-15 | 4 | -41/+39 |
* | Replace strchrnul() with strrchr() | Jorgen Lundman | 2021-07-07 | 1 | -1/+3 |
* | Fix flag copying in resume case | Paul Dagnelie | 2021-06-24 | 1 | -0/+4 |
* | Forbid basename(3) and dirname(3) | наб | 2021-06-11 | 1 | -1/+1 |
* | Added error for writing to /dev/ on Linux | Rich Ercolani | 2021-06-09 | 1 | -0/+1 |
* | lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hidden | наб | 2021-06-09 | 1 | -110/+73 |
* | libzfs: zfs_send: remove unused variable | наб | 2021-06-07 | 1 | -12/+0 |
* | libzfs: write_inuse_diffs_one: format strerror() with "%s" | наб | 2021-06-04 | 1 | -2/+3 |
* | Let zfs diff be more permissive | Rich Ercolani | 2021-06-04 | 1 | -12/+23 |
* | libzfs: convert to -fvisibility=hidden | наб | 2021-06-03 | 5 | -5592/+5058 |
* | libzfs: don't distribute libzfs_impl.h | наб | 2021-06-03 | 9 | -7/+271 |
* | A couple of small style cleanups | Colm | 2021-06-03 | 1 | -12/+24 |
* | libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmd | наб | 2021-05-29 | 2 | -630/+648 |
* | libzfs: format safety | наб | 2021-05-29 | 6 | -65/+52 |
* | freebsd/libzfs: import execvPe() from FreeBSD 13 | наб | 2021-05-26 | 1 | -19/+42 |
* | Don't abuse vfork() | наб | 2021-05-21 | 1 | -1/+1 |
* | libzfs: run_process: don't leak fd on reopen failure | наб | 2021-05-21 | 1 | -1/+3 |
* | libzfs: run_process: reuse line, don't leak it | наб | 2021-05-21 | 1 | -13/+10 |
* | libzfs: run_process: set O_NONBLOCK on lines pipe | наб | 2021-05-21 | 1 | -2/+3 |
* | FreeBSD: Don't force xattr mount option | Ryan Moeller | 2021-05-13 | 1 | -5/+0 |
* | libzfs: add keylocation=https://, backed by fetch(3) or libcurl | наб | 2021-05-12 | 4 | -4215/+6609 |
* | libzfs: zfs_asprintf(): don't return undefined pointer | наб | 2021-05-08 | 1 | -1/+3 |
* | libzfs: zpool_load_compat(): open feature file cloexec | наб | 2021-05-08 | 1 | -8/+10 |
* | undocumented libzfs API changes broke "zfs list" | Matthew Ahrens | 2021-05-06 | 4 | -16/+11 |
* | zfs get: don't lookup mount options when using "-s local" | Alan Somers | 2021-04-29 | 4 | -11/+16 |
* | receive: don't fail inheriting (-x) properties on wrong dataset type | Prawn | 2021-04-26 | 1 | -18/+28 |
* | libzfs: refresh property cache after inheriting userprop | наб | 2021-04-17 | 1 | -0/+1 |
* | libzfs: don't mark prompt+raw as retriable | наб | 2021-04-17 | 1 | -1/+1 |
* | libzfs: get rid of unused libzfs_handle::libzfs_{storeerr,chassis_id} | наб | 2021-04-13 | 1 | -119/+113 |
* | libzfs: get rid of libzfs_handle::libzfs_mnttab | наб | 2021-04-13 | 4 | -2734/+2598 |
* | libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPT | наб | 2021-04-12 | 1 | -1/+24 |
* | cmd/zfs receive: allow dry-run (-n) to check property args | Prawn | 2021-04-12 | 1 | -20/+20 |
* | Improvements to the 'compatibility' property | Colm | 2021-04-12 | 3 | -2673/+2772 |
* | Update libzfs.abi for zfs_send() change | Brian Behlendorf | 2021-04-11 | 1 | -2602/+2537 |
* | lib/: set O_CLOEXEC on all fds | наб | 2021-04-11 | 9 | -27/+21 |
* | libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fds | наб | 2021-04-11 | 3 | -6/+6 |
* | libzfs: zfs_crypto_create() requires a new key by definition: set newkey | наб | 2021-04-11 | 1 | -1/+1 |
* | libzfs_crypto.c: remove unused key_locator enum | наб | 2021-04-11 | 1 | -6/+0 |