aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_objset.c
Commit message (Expand)AuthorAgeFilesLines
* module: zfs: fix unused, remove argsusedнаб2021-12-231-6/+4
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2021-11-111-2/+32
* Avoid 64bit division in multilist index functionsAlexander Motin2021-06-291-1/+9
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-1/+1
* Re-embed multilist_t storageAlexander Motin2021-06-101-16/+14
* Relax special_small_blocks assertion.Alexander Motin2021-01-231-1/+1
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-10/+17
* Dangling reference from dmu_objset_upgradeAndy Fiddaman2020-12-211-1/+8
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-55/+80
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-161-11/+24
* Throw const on some stringsRyan Moeller2020-10-021-1/+1
* Add zstd support to zfsMichael Niewöhner2020-08-201-2/+7
* Remove duplicate include of sys/zfeature.h in dmu_objset.cAllan Jude2020-07-311-1/+0
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-2/+6
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-21/+28
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-5/+6
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-18/+9
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-281-2/+1
* Convert dbuf dirty record record list to a list_tMatthew Macy2020-02-051-4/+2
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-6/+13
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-3/+3
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* OpenZFS restructuring - zvolMatthew Macy2019-09-251-1/+1
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-2/+2
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()Serapheim Dimitropoulos2019-08-151-4/+13
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-1/+1
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-06-251-5/+14
* Remove code for zfs remapMatthew Ahrens2019-06-241-95/+0
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-7/+0
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+1
* Prevent user accounting on readonly poolloli10K2019-02-191-2/+4
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+26
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-9/+9
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-1/+1
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-7/+13
* Pool allocation classesDon Brady2018-09-051-0/+20
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-1/+1
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-0/+8
* OpenZFS 9330 - stack overflow when creating a deeply nested datasetSerapheim Dimitropoulos2018-07-091-0/+4
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Adopt pyzfs from ClusterHQloli10K2018-05-011-1/+1
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-171-4/+5
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+111
* Fix race in dnode_check_slots_free()Tom Caputi2018-04-101-0/+15
* Decryption error handling improvementsTom Caputi2018-03-311-1/+5
* OpenZFS 9164 - assert: newds == os->os_dsl_datasetAndriy Gapon2018-03-301-7/+5
* Misc fixes and cleanup for project quotaNasf-Fan2018-03-051-1/+1