| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow zfs to send replication streams with missing snapshots | pablofsf | 2021-04-11 | 1 | -13/+23 |
* | zfs get -p only outputs 3 columns if "clones" property is empty | matt-fidd | 2021-04-06 | 1 | -1/+2 |
* | Fix various typos | Andrea Gelmini | 2021-04-02 | 1 | -1/+1 |
* | Bump libzfs.so and libzpool.so versions | Brian Behlendorf | 2021-04-01 | 1 | -1/+1 |
* | When specifying raidz vdev name, parity count should match | Matthew Ahrens | 2021-03-26 | 1 | -0/+30 |
* | Removed duplicated includes | Andrea Gelmini | 2021-03-22 | 3 | -4/+0 |
* | Return finer grain errors in libzfs unmount_one | Don Brady | 2021-03-08 | 3 | -6/+30 |