aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-081-6/+14
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-081-2/+0
* dsl_dir_tempreserve_impl: remove unused `deferred` variableChristian Schwarz2022-02-041-2/+1
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+4
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-07-161-33/+79
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-5/+6
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-011-3/+3
* Always track temporary fses and snapshots for accountingPaul Dagnelie2020-08-261-17/+6
* Fix i/o error handling of livelists and zap iterationMatthew Ahrens2020-08-051-60/+61
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-1/+1
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-9/+20
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-2/+3
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-0/+113
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-3/+3
* Add FreeBSD jail support hooksMatthew Macy2019-12-111-1/+3
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-1/+1
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* Fast Clone DeletionSara Hartse2019-07-261-1/+103
* Remove code for zfs remapMatthew Ahrens2019-06-241-46/+0
* 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