aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* Relax (ref)reservation constraints on ZVOLsLOLi2017-09-121-14/+0
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-11/+125
* Fix parsable 'zfs get' for compressratiosLOLi2017-08-031-3/+8
* zfs promote|rename .../%recv should be an errorLOLi2017-07-281-0/+7
* OpenZFS 7600 - zfs rollback should pass target snapshot to kernelAndriy Gapon2017-07-041-7/+12
* OpenZFS 8418 - zfs_prop_get_table() call in zfs_validate_name() is a no-opMarcel Telka2017-07-041-1/+0
* GCC 7.1 fixesTony Hutter2017-06-281-8/+14
* OpenZFS 8264 - want support for promoting datasets in libzfs_coreGiuseppe Di Natale2017-06-261-13/+7
* Make createtxg and guid properties publicChristian Schwarz2017-05-091-0/+1
* Fix NULL pointer dereference in 'zfs create'LOLi2017-05-091-1/+3
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-021-4/+23
* OpenZFS 6931 - lib/libzfs: cleanup gcc warningsGeorge Melikov2017-02-071-5/+25
* OpenZFS 4521 - zfstest is trying to execute evil "zfs unmount -a"Giuseppe Di Natale2017-02-031-1/+10
* OpenZFS 7386 - zfs get does not work properly with bookmarksGeorge Melikov2017-01-261-13/+105
* OpenZFS 7571 - non-present readonly numeric ZFS props do not have default valueGeorge Melikov2017-01-241-1/+2
* OpenZFS 7604 - if volblocksize property is the default, it displays as "-" ra...George Melikov2017-01-231-1/+4
* OpenZFS 6428 - set canmount=off on unmounted filesystem tries to unmount chil...George Melikov2017-01-231-2/+3
* OpenZFS 6052 - decouple lzc_create() from the implementation detailsGeorge Melikov2017-01-231-3/+3
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-8/+8
* Fix coverity defects: CID 147551, 147552cao2016-10-201-2/+5
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-4/+18
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+6
* Fix coverity defects: CID 147563, 147560cao2016-09-301-0/+5
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-201-5/+6
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-5/+3
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-291-2/+1
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-1/+1
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-16/+16
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-15/+12
* Implement large_dnode pool featureNed Bass2016-06-241-0/+1
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-1/+0
* OpenZFS 3993, 4700Adam Stevko2016-05-111-2/+2
* OpenZFS 6873 - zfs_destroy_snaps_nvl leaks errlistChris Williamson2016-05-091-2/+5
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-4/+2
* Illumos 4953, 4954, 4955Matthew Ahrens2016-01-151-8/+6
* Illumos 6298 - zfs_create_008_neg and zpool_create_023_negJoe Stein2016-01-151-18/+36
* Illumos 3557, 3558, 3559, 3560George Wilson2016-01-151-6/+16
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-291-43/+119
* Add temporary mount optionsBrian Behlendorf2015-09-031-2/+2
* Check large block feature flag on volumesBrian Behlendorf2015-08-281-2/+8
* Illumos 5813 - zfs_setprop_error(): Handle errno value E2BIG.Will Andrews2015-07-101-0/+6
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-12/+18
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-0/+29
* Support the "version" property on volumes via the zfs_prop_get_int() APITim Chase2015-04-241-0/+3
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-33/+113
* Return default value on numeric properties failing the "head check.Tim Chase2014-07-011-1/+3
* Check the dataset type more rigorously when fetching properties.Tim Chase2014-05-061-6/+13
* Report atime and relatime as the property's actual value.Tim Chase2014-04-161-2/+2
* Remount datasets for "zfs inherit".Gunnar Beutner2014-03-241-0/+9