aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* Refine special_small_blocks property validationDon Brady2023-05-121-1/+7
* libzfs: add v2 iterator interfacesRob N2023-04-101-9/+9
* nvpair: Constify string functionsRichard Yao2023-03-141-15/+15
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-15/+54
* Do not pass -1 to strerror() from zfs_send_cb_impl()Richard Yao2022-12-081-0/+3
* recvd_props_mode: use a uintptr_t to stash nvlistsBrooks Davis2022-11-031-5/+5
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+1
* Fix userland dereference NULL return value bugsRichard Yao2022-09-301-0/+2
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-4/+4
* Fix userland resource leaksRichard Yao2022-09-231-0/+1
* Updates for snapshots_changed propertyUmer Saleem2022-08-241-1/+1
* Add snapshots_changed as propertyUmer Saleem2022-08-021-0/+20
* Add createtxg sort support for simple snapshot iteratorAmeer Hamza2022-07-251-0/+14
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-6/+6
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-10/+12
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-21/+21
* libspl/include: remove unused/empty headersнаб2022-05-181-1/+0
* Replace libzfs sharing _nfs() and _smb() APIs with protocol listsнаб2022-05-121-2/+2
* Publish libshare protocols, use enum-based APIнаб2022-05-121-4/+5
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-46/+21
* libzfs: Convert to fnvpair functionsRyan Moeller2022-03-141-19/+14
* Flex non-pretty-printed properties and raw-/pretty-print remaining onesнаб2022-03-041-0/+2
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-201-5/+2
* libzfs: Fail making a dataset handle gracefullyRyan Moeller2022-02-181-4/+9
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-2/+2
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-38/+13
* libzfs: fix unused, remove argsusedнаб2021-12-231-0/+1
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-13/+38
* Disable normalization implicitly when setting "utf8only=off"Mike Swanson2021-10-291-0/+9
* Do not print UINT64_MAX value for some of zfs propertiesFedor Uporov2021-10-291-7/+6
* Upstream: unmount snapshots before destroying them on macOSJorgen Lundman2021-09-201-1/+4
* Use fallthrough macroBrian Behlendorf2021-09-141-3/+2
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-261-1/+1
* libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmdнаб2021-05-291-0/+10
* libzfs: format safetyнаб2021-05-291-15/+11
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-061-12/+7
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-291-7/+12
* libzfs: refresh property cache after inheriting userpropнаб2021-04-171-0/+1
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-131-9/+9
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-111-2/+2
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-04-061-1/+2
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-221-2/+0
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-19/+74
* Display pbkdf2iters property as plain numberFabio Buso2020-09-081-2/+3
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-011-9/+23
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-36/+2
* Add prototypesArvind Sankar2020-06-181-108/+0
* Mark functions as staticArvind Sankar2020-06-181-4/+4