aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* libzfs: refresh property cache after inheriting userpropнаб2021-06-231-0/+1
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-06-231-2/+2
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-06-231-1/+2
* Display pbkdf2iters property as plain numberFabio Buso2020-09-091-2/+3
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-031-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
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-2/+2
* OpenZFS 9330 - stack overflow when creating a deeply nested datasetSerapheim Dimitropoulos2018-07-091-0/+21
* Fix 'zfs remap <poolname@snapname>'LOLi2018-04-191-2/+14
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+18
* Fix calloc(3) arguments orderTomohiro Kusumi2018-04-121-5/+5
* OpenZFS 9286 - want refreservation=autoMike Gerdts2018-04-111-1/+67
* Correct swapped keylocation error messagesTom Caputi2018-04-091-4/+4
* Fedora 28: Fix misc bounds check compiler warningsTony Hutter2018-04-041-3/+11
* Misc fixes and cleanup for project quotaNasf-Fan2018-03-051-1/+2
* Project Quota on ZFSNasf-Fan2018-02-131-9/+23
* OpenZFS 8520 - lzc_rollbackAndriy Gapon2018-02-091-9/+23
* OpenZFS 8677 - Open-Context Channel ProgramsSerapheim Dimitropoulos2018-02-081-2/+2
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-7/+92
* OpenZFS 8898 - creating fs with checksum=skein on the boot pools fails ungrac...Yuri Pankov2018-01-111-1/+5
* Update for cppcheck v1.80Brian Behlendorf2017-11-181-1/+3
* Add convenience 'zfs_get' functionsJohn2017-10-191-0/+16