aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Fix TXG_MASK cstyleBrian Behlendorf2019-04-121-3/+3
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+26
* zfs_ioc_unload_key can drop extra spa refDon Brady2018-08-031-1/+2
* OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the systemDon Brady2018-07-301-1/+1
* OpenZFS 9330 - stack overflow when creating a deeply nested datasetSerapheim Dimitropoulos2018-07-091-5/+26
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-13/+24
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-3/+3
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-1/+51
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-35/+112
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-0/+7
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-13/+30
* Reduce stack usage of dsl_dir_tempreserve_implDeHackEd2017-06-121-6/+19
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-22/+18
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-3/+4
* Fix coverity defects: 147658, 147652, 147651cao2016-09-291-1/+2
* Fix coverity defects: CID 147650, 147649, 147647, 147646cao2016-09-251-1/+2
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-12/+15
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-3/+3
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-121-8/+4
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-5/+7
* Illumos 4901 - zfs filesystem/snapshot limit leaksJerry Jelinek2015-05-041-5/+11
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-10/+28
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-89/+100
* Illumos 3897 - zfs filesystem and snapshot limits (fix leak)Alex Reece2015-04-281-0/+1
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-3/+588
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-5/+5
* Correct error returns to unify cross-pool operation error handlingBoris Protopopov2014-12-191-2/+2
* Illumos 4171, 4172Matthew Ahrens2014-07-251-1/+9
* dmu_tx kstat cleanupNed Bass2014-03-041-0/+2
* Remove recursion from dsl_dir_willuse_space()Andrew Barnes2014-03-041-11/+17
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-3/+3
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-161-0/+5
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-30/+20
* Illumos #4046Matthew Ahrens2013-11-051-8/+13
* Illumos #3699, #3739Martin Matuska2013-11-041-11/+26
* Illumos #3582, #3584Adam Leventhal2013-11-041-1/+2
* Illumos #3598Matthew Ahrens2013-10-311-19/+19
* Illumos #3588Matthew Ahrens2013-10-311-0/+2
* Illumos #3464Matthew Ahrens2013-09-041-335/+258
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-28/+39
* Illumos #3006Madhav Suresh2013-06-191-6/+6
* Switch KM_SLEEP to KM_PUSHPAGENed Bass2013-02-061-2/+2
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-081-7/+3
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-031-8/+0
* Illumos #3129, #3130George Wilson2012-10-031-5/+7
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-5/+5
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+7
* Fix stack dsl_dir_open_spa()Brian Behlendorf2010-08-311-5/+8
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-1/+1