| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace /*PRINTFLIKEn*/ with attribute(printf) | наб | 2021-07-26 | 4 | -24/+10 |
* | Remove old orig_fd variable from zfs send | Jorgen Lundman | 2021-07-21 | 1 | -2/+1 |
* | Detect HAVE_LARGE_STACKS at compile time | Kevin Bowling | 2021-07-16 | 2 | -0/+4 |
* | pass handle to do_unmount() | Jorgen Lundman | 2021-07-15 | 4 | -41/+39 |
* | file reference counts can get corrupted | George Wilson | 2021-07-10 | 1 | -11/+9 |
* | 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 |
* | Annotated dprintf as printf-like | Rich Ercolani | 2021-06-22 | 1 | -1/+1 |
* | Fix importing with symlinks | Rich Ercolani | 2021-06-14 | 1 | -0/+1 |
* | Forbid basename(3) and dirname(3) | наб | 2021-06-11 | 3 | -24/+33 |
* | libzutil: import: filter out unsuitable files earlier | наб | 2021-06-11 | 2 | -11/+16 |
* | linux/libzutil: zpool_open_func: don't dup name, extract untouchables | наб | 2021-06-11 | 1 | -23/+12 |
* | libzutil: add zfs_{base,dir}name() | наб | 2021-06-11 | 2 | -672/+698 |
* | linux/libzutil: use ARRAY_SIZE instead of constant for search paths | наб | 2021-06-11 | 2 | -7/+6 |
* | Remove pool io kstats (#12212) | Alexander Motin | 2021-06-10 | 2 | -36/+0 |
* | 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 | 16 | -2225/+2097 |
* | libefi: remove efi_auto_sense() | наб | 2021-06-09 | 2 | -1791/+1744 |
* | libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat | Alan Somers | 2021-06-08 | 1 | -2/+2 |
* | libzfs: zfs_send: remove unused variable | наб | 2021-06-07 | 1 | -12/+0 |
* | libzutil: zpool_find_config: remove unused variable | наб | 2021-06-07 | 1 | -4/+1 |
* | More aggsum optimizations | Alexander Motin | 2021-06-07 | 2 | -0/+56 |
* | 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 |
* | Fix error check in nvlist_print_json_string | Ryan Moeller | 2021-06-04 | 1 | -8/+7 |
* | libzfs: convert to -fvisibility=hidden | наб | 2021-06-03 | 5 | -5592/+5058 |
* | libefi: efi_get_devname: don't allocate procfs path | наб | 2021-06-03 | 1 | -10/+3 |
* | libzfs: don't distribute libzfs_impl.h | наб | 2021-06-03 | 11 | -9/+272 |
* | 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 |