aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dataset.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* OpenZFS 7235 - remove unused func dsl_dataset_set_blkptrGeorge Melikov2017-01-171-14/+0
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-1/+1
* Fix spellingka72017-01-031-1/+1
* Don't count '@' for dataset namelen if not a snapshotChunwei Chen2016-12-091-1/+5
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-0/+8
* Fix coverity defects: CID 147563, 147560cao2016-09-301-0/+8
* Fix coverity defects: 147658, 147652, 147651cao2016-09-291-1/+2
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-0/+8
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-1/+1
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-5/+5
* void integer overflow on computation of refquota_slackColin Ian King2016-07-271-1/+2
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-16/+35
* OpenZFS 6562 - Refquota on receive doesn't account for overageDan McDonald2016-06-281-3/+28
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-2/+144
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-0/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-30/+6