aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dir.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ENOSPC for extended quotaAkash B2023-09-281-14/+8
* Use list_remove_head() where possible.Alexander Motin2023-06-091-2/+1
* Suppress Clang Static Analyzer warning in dsl_dir_rename_sync()Richard Yao2023-03-081-0/+2
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-3/+2
* Fix potential NULL pointer dereference regressionRichard Yao2022-11-101-1/+1
* quota: disable quota check for ZVOLMariusz Zaborski2022-11-081-4/+18
* Avoid null pointer dereference in dsl_fs_ss_limit_check()Allan Jude2022-10-291-13/+12
* quota: extend quota for datasetMariusz Zaborski2022-10-281-1/+11
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-4/+2
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-1/+1
* Add DD_FIELD string for snapshots_changed propertyUmer Saleem2022-09-021-2/+2
* Updates for snapshots_changed propertyUmer Saleem2022-08-241-13/+22
* Add snapshots_changed as propertyUmer Saleem2022-08-021-3/+14
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-4/+4
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* 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