]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libzfs
libzfs_sendrecv: Fix leaked holds nvlist
[FreeBSD/FreeBSD.git] / lib / libzfs /
2022-02-02 Ryan Moellerlibzfs_sendrecv: Fix leaked holds nvlist
2022-02-02 Ryan Moellerlibzfs_sendrecv: Avoid extra avl_find
2022-02-02 Ryan Moellerlibzfs_sendrecv: Simplify out guid temporary
2022-02-02 Ryan Moellerlibzfs_sendrecv: Use size_t for payload_len
2022-02-02 набlibzfs: mount: don't leak mnt_param_t if mnt_func fails
2022-02-02 набlibzfs: share_proto: constify, staticify
2022-02-02 набlibzfs: const correctness
2022-01-28 набlibzfs: sendrecv: fix unused, remove argsused
2022-01-18 набlibefi: remove efi_type()
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2022-01-13 набlinux: libzfs: mount: fix uninitialised flags
2022-01-06 Paul DagnelieRevert "zfs list: Allow more fields in ZFS_ITER_SIMPLE...
2021-12-23 набlibzfs: fix unused, remove argsused
2021-12-20 Philipp RiedererFix error propagation from lzc_send_redacted
2021-12-17 набzcommon: pre-iterate over sysfs instead of statting...
2021-12-16 Allan Judezfs list: Allow more fields in ZFS_ITER_SIMPLE mode
2021-12-13 набlibzfs: diff: simplify superfluous stdio
2021-12-13 набlibzfs: diff: print_what() can return the symbol =...
2021-12-13 набlibzfs: diff: stream_bytes: use fputc, %hho formats...
2021-12-13 набlibzfs: zpool_set_vdev_prop: remove unused vprop
2021-12-13 набzfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabl...
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-11-30 Attila Fülöpget_key_material: fix style
2021-11-30 Harald van Dijkget_key_material: skip passphrase validation when loadi...
2021-11-30 Rich ErcolaniStop segfaulting on unmount error case
2021-11-30 Allan JudeVdev Properties Feature
2021-11-10 Dimitri John LedkovUpgrade to libabigail 2.0.0
2021-11-02 Rich ErcolaniAdd more explicit warning about dedup being dropped
2021-10-29 Mike SwansonDisable normalization implicitly when setting "utf8only...
2021-10-29 Fedor UporovDo not print UINT64_MAX value for some of zfs properties
2021-10-29 Rich ErcolaniAdd explicit error for device_rebuild being disabled
2021-10-29 Rich ErcolaniNormalize property names for zfs receive
2021-10-20 youzhongyangSkip snapshot in zfs_iter_mounted()
2021-10-08 Ryan MoellerFail invalid incremental recursive send gracefully
2021-10-07 Brian BehlendorfSimplify and document OpenZFS library dependencies
2021-10-04 Rich ErcolaniReject zfs send -RI with nonexistent fromsnap
2021-09-20 Jorgen LundmanUpstream: unmount snapshots before destroying them...
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-09-02 George MelikovUpdate ABI files via new libabigail version
2021-08-31 Jorgen LundmanAdd zpool_disable_datasets_os() / zfs_unmount_os()
2021-08-05 Rich ErcolaniMake get_key_material_file fail more verbosely
2021-07-26 George MelikovUpdate ABI files with generated in CI worker
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-07-22 Jorgen LundmanRemove old orig_fd variable from zfs send
2021-07-15 Jorgen Lundmanpass handle to do_unmount()
2021-07-08 Jorgen LundmanReplace strchrnul() with strrchr()
2021-06-24 Paul DagnelieFix flag copying in resume case
2021-06-11 набForbid basename(3) and dirname(3)
2021-06-10 Rich ErcolaniAdded error for writing to /dev/ on Linux
2021-06-10 набlib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}...
2021-06-08 набlibzfs: zfs_send: remove unused variable
2021-06-04 набlibzfs: write_inuse_diffs_one: format strerror() with...
2021-06-04 Rich ErcolaniLet zfs diff be more permissive
2021-06-03 набlibzfs: convert to -fvisibility=hidden
2021-06-03 набlibzfs: don't distribute libzfs_impl.h
2021-06-03 ColmA couple of small style cleanups
2021-05-29 набlibzfs: add zfs_get_underlying_type. Stop including...
2021-05-29 набlibzfs: format safety
2021-05-26 набfreebsd/libzfs: import execvPe() from FreeBSD 13
2021-05-21 набDon't abuse vfork()
2021-05-21 набlibzfs: run_process: don't leak fd on reopen failure
2021-05-21 набlibzfs: run_process: reuse line, don't leak it
2021-05-21 набlibzfs: run_process: set O_NONBLOCK on lines pipe
2021-05-13 Ryan MoellerFreeBSD: Don't force xattr mount option
2021-05-13 набlibzfs: add keylocation=https://, backed by fetch(3...
2021-05-08 набlibzfs: zfs_asprintf(): don't return undefined pointer
2021-05-08 набlibzfs: zpool_load_compat(): open feature file cloexec
2021-05-06 Matthew Ahrensundocumented libzfs API changes broke "zfs list"
2021-04-29 Alan Somerszfs get: don't lookup mount options when using "-s...
2021-04-27 Prawnreceive: don't fail inheriting (-x) properties on wrong...
2021-04-17 набlibzfs: refresh property cache after inheriting userprop
2021-04-17 набlibzfs: don't mark prompt+raw as retriable
2021-04-13 набlibzfs: get rid of unused libzfs_handle::libzfs_{storee...
2021-04-13 набlibzfs: get rid of libzfs_handle::libzfs_mnttab
2021-04-13 набlibzfs: zfs_mount_at(): load key for encryption root...
2021-04-12 Prawncmd/zfs receive: allow dry-run (-n) to check property...
2021-04-12 ColmImprovements to the 'compatibility' property
2021-04-12 Brian BehlendorfUpdate libzfs.abi for zfs_send() change
2021-04-11 набlib/: set O_CLOEXEC on all fds
2021-04-11 набlibzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV...
2021-04-11 набlibzfs: zfs_crypto_create() requires a new key by defin...
2021-04-11 набlibzfs_crypto.c: remove unused key_locator enum
2021-04-11 pablofsfAllow zfs to send replication streams with missing...
2021-04-06 matt-fiddzfs get -p only outputs 3 columns if "clones" property...
2021-04-03 Andrea GelminiFix various typos
2021-04-01 Brian BehlendorfBump libzfs.so and libzpool.so versions
2021-03-26 Matthew AhrensWhen specifying raidz vdev name, parity count should...
2021-03-22 Andrea GelminiRemoved duplicated includes
2021-03-08 Don BradyReturn finer grain errors in libzfs unmount_one
2021-03-03 James WahDon't bomb out when using keylocation=file://
2021-02-28 Martin MatuškaAdd missing checks for unsupported features
2021-02-24 Cedric Maunourysend_iterate_snap : doall send without fromsnap
2021-02-18 ColmAdd "compatibility" property for zpool feature sets
2021-01-27 Brian Behlendorfcppcheck: integrete cppcheck
2021-01-22 Brian BehlendorfOnly add supported features during pool creation
2021-01-21 Alan Somerszpool: speed up importing large pools (#11469)
2021-01-14 Ryan Moellerlibzfs_sendrecv: Use fnv* to verify nvlist/nvpair*
2020-12-18 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-12-14 Ryan LibbyFreeBSD libzfs: gcc requires __thread after static
next