| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libspl: staticify buf and pagesize, rename aok to libspl_assert_ok | наб | 2021-06-03 | 7 | -4548/+7791 |
* | A couple of small style cleanups | Colm | 2021-06-03 | 1 | -12/+24 |
* | libzfs_core: Fix some style violations | Ryan Moeller | 2021-06-01 | 1 | -2/+5 |
* | 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 |
* | Introduce write-mostly sums | Alexander Motin | 2021-05-27 | 2 | -0/+69 |
* | Reinstate the old zpool read label logic as a fallback | Rich Ercolani | 2021-05-26 | 1 | -3/+101 |
* | linux/libzutil: zfs_path_order: remove strtok | наб | 2021-05-26 | 1 | -6/+5 |
* | libzutil: zfs_resolve_shortname: remove strtok | наб | 2021-05-26 | 1 | -4/+4 |
* | libzutil: zfs_strcmp_shortname: remove strtok | наб | 2021-05-26 | 1 | -7/+6 |
* | libzutil: zfs_strcmp_pathname: don't allocate, remove strtok | наб | 2021-05-26 | 1 | -9/+8 |
* | libzfs_core: fini: don't check for refcount twice | наб | 2021-05-26 | 1 | -2/+1 |
* | freebsd/libzfs: import execvPe() from FreeBSD 13 | наб | 2021-05-26 | 1 | -19/+42 |
* | linux/libshare: smb: don't leak share name in smb_disable_share_one() | наб | 2021-05-21 | 1 | -1/+1 |
* | 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 |
* | libzfsbootenv: lzbe_set_boot_device(): don't free undefined pointer | наб | 2021-05-08 | 1 | -4/+3 |
* | zfs_get_enclosure_sysfs_path(): don't free undefined pointer | наб | 2021-05-08 | 1 | -2/+3 |
* | zfs_get_enclosure_sysfs_path(): don't leak dev path | наб | 2021-05-08 | 1 | -7/+2 |
* | libzfs: zpool_load_compat(): don't free undefined pointers | наб | 2021-05-08 | 1 | -4/+8 |
* | 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 |
* | libzutil: fix dm_get_underlying_path() return if not a DM device | наб | 2021-04-30 | 1 | -1/+1 |
* | 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 |
* | libshare: nfs: commonify nfs_enable_share() | наб | 2021-04-19 | 4 | -91/+62 |
* | freebsd/libshare: nfs: make nfs_is_shared() thread-safe | наб | 2021-04-19 | 1 | -5/+1 |
* | libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share() | наб | 2021-04-19 | 5 | -132/+101 |
* | libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADER | наб | 2021-04-19 | 5 | -104/+95 |
* | libshare: nfs: don't leak nfs_lock_fd when lock fails | наб | 2021-04-19 | 2 | -8/+18 |
* | libspl: implement atomics in terms of atomics | наб | 2021-04-18 | 5 | -1696/+48 |
* | 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 |
* | linux/libspl: gethostid: read from /proc/sys/kernel/spl/hostid, simplify | наб | 2021-04-15 | 1 | -24/+17 |
* | libspl: lift common bits of getexecname() | наб | 2021-04-15 | 5 | -72/+99 |
* | 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 | 5 | -2738/+2598 |
* | linux/libspl: getextmntent(): don't leak mnttab FILE* | наб | 2021-04-13 | 1 | -0/+1 |
* | 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 |
* | libuutil: purge unused functions | наб | 2021-04-12 | 5 | -1143/+1102 |
* | 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 | 21 | -60/+49 |
* | libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fds | наб | 2021-04-11 | 4 | -7/+7 |