aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix more leaks detected by ASANJoao Carlos Mendes Luis2020-04-221-2/+7
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-0/+28
* Disable get_numeric_property for xattr on FreeBSDMatthew Macy2020-01-211-0/+2
* Increase allowed 'special_small_blocks' maximum valueBrian Behlendorf2019-12-031-4/+13
* Remove inappropiate error message suggesting to use '-r'InsanePrawn2019-11-151-4/+2
* Use zfs_ioctl with zfs_cmd_t in libzfsMatthew Macy2019-10-231-6/+6
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* Fix typos in lib/Andrea Gelmini2019-09-021-2/+2