aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_objset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ZIL claiming should not start user accountingTom Caputi2018-02-201-2/+17
* Project Quota on ZFSNasf-Fan2018-02-131-32/+149
* Change os->os_next_write_raw to work per txgTom Caputi2018-02-021-2/+2
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-0/+10
* Long hold the dataset during upgradeArkadiusz Bubała2017-11-101-4/+14
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-8/+3
* Encryption patch follow-upTom Caputi2017-10-111-7/+18
* dmu_objset: release bonus buffer in failure pathGvozden Neskovic2017-08-301-0/+1
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-57/+239
* OpenZFS 8199 - multi-threaded dmu_object_alloc()Matthew Ahrens2017-06-091-0/+6
* OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffersMatthew Ahrens2017-06-071-1/+1