aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-051-8/+181
* Remove code for zfs remapMatthew Ahrens2019-06-241-30/+0
* Fix error message on promoting encrypted datasetTom Caputi2019-06-241-0/+10
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-10/+3
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-6/+49
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-06-131-0/+10
* Refactor parent dataset handling in libzfs zfs_rename()Tomohiro Kusumi2019-05-281-9/+4
* zfs: don't pretty-print objsetid propertyloli10K2019-05-241-1/+4
* Avoid retrieving unused snapshot propsAlek P2019-03-121-2/+9
* Improve error message for zfs create with @ or # in nameDamian Wojsław2019-02-251-38/+39
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-5/+0
* OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-141-11/+13
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-151-13/+33
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-1/+1
* Improve snapshot listing error messageMd Islam2018-10-301-2/+4
* Fix changelist mounted-dataset iterationAlek P2018-10-101-1/+3
* OpenZFS 9616 - Bogus error when attempting to set property on read-only poolAndrew Stormont2018-10-031-3/+8
* Pool allocation classesDon Brady2018-09-051-0/+30