aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* Revert special case code from pre-hashtable nvlist eraMark Maybee2021-01-271-12/+1
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-4/+2
* Add zstd support to zfsMichael Niewöhner2020-08-201-1/+84
* FreeBSD: fix the build with Clang 11Ryan Moeller2020-08-171-2/+2
* zfs promote does not delete livelist of originMatthew Ahrens2020-07-311-2/+2
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-6/+8
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-5/+9
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-10/+18
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-2/+2
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-1/+7
* Mark dsl_dataset_deactivate_feature_impl staticMatthew Macy2019-12-091-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-5/+5
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-4/+4
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-2/+2
* Make module tunables cross platformMatthew Macy2019-09-051-9/+7
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-4/+4
* Mark dsl_livelist_should_disable() staticAllan Jude2019-08-131-1/+1
* Fast Clone DeletionSara Hartse2019-07-261-13/+223
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-98/+312
* Mutex leak in dsl_dataset_hold_obj()Jorgen Lundman2019-03-211-0/+4
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-0/+31
* Fix lockdep between ds_lock and dd_lock in dsl_dataset_namelen()mzhivich2019-03-111-1/+1
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-43/+188
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-1/+1
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-22/+65
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-5/+5
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-1/+1
* Always wait for txg sync when umounting datasetTom Caputi2018-08-271-20/+0
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-4/+8
* Add ASSERT to debug encryption key mapping issuesTom Caputi2018-06-181-0/+9
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-17/+212
* Fix coverity defects: zfs channel programsDon Brady2018-02-201-4/+1
* OpenZFS 8520 - lzc_rollbackAndriy Gapon2018-02-091-6/+43
* OpenZFS 8600 - ZFS channel programs - snapshotChris Williamson2018-02-081-9/+2
* OpenZFS 8592 - ZFS channel programs - rollbackBrad Lewis2018-02-081-10/+3
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-103/+400
* Change os->os_next_write_raw to work per txgTom Caputi2018-02-021-1/+1
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-37/+21
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-30/+93
* OpenZFS 7600 - zfs rollback should pass target snapshot to kernelAndriy Gapon2017-07-041-1/+16
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-1/+6
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-38/+0
* OpenZFS 7843 - get_clones_stat() is suboptimal for lots of clonesBrian Behlendorf2017-03-071-1/+12
* OpenZFS 7199 - dsl_dataset_rollback_sync may try to free already free blocksAndriy Gapon2017-02-241-3/+57
* Allow c99 code to compileMatthew Ahrens2017-02-081-2/+1
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-021-10/+8
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-271-4/+21
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-261-5/+30
* Suspend/resume zvol for recv and rollbackChunwei Chen2017-01-191-3/+2