aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_objset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+1
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-35/+153
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-0/+17
* OpenZFS 7104 - increase indirect block sizeMatthew Ahrens2017-02-091-3/+9
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-021-2/+3
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-271-2/+13
* OpenZFS 7606 - dmu_objset_find_dp() takes a long time while importing poolGeorge Melikov2017-01-261-4/+24
* Fix spellingka72017-01-031-1/+1