aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/dmu.h
Commit message (Expand)AuthorAgeFilesLines
* ZIL: Call brt_pending_add() replaying TX_CLONE_RANGEAlexander Motin2023-11-291-2/+1
* Consider `dnode_t` allocations in dbuf cache size accountingRob N2023-11-171-0/+13
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-111-0/+4
* Refactor dmu_prefetch().Alexander Motin2023-08-071-0/+1
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-0/+1
* Don't use dmu_buf_is_dirty() for unassigned transaction.Pawel Jakub Dawidek2023-05-111-1/+1
* Deny block cloning is dbuf size doesn't match BP size.Pawel Jakub Dawidek2023-05-111-1/+1
* Add dmu_tx_hold_append() interfaceBrian Behlendorf2023-05-091-0/+3
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+8
* Add options to zfs redundant_metadata propertyAkash B2022-10-191-0/+7
* Fix double const qualifier declarationsTino Reichardt2022-09-301-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-2/+2
* make DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return B_TRUE or B_FALSEChristian Schwarz2022-09-071-2/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-20/+23
* Improve log spacemap load timeAlexander Motin2022-04-261-0/+2
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+0
* include: dmu.h: fix unused, remove argsusedнаб2021-12-231-1/+0
* Remove FreeBSD's local copy of the dmu_buf_hold_array() functionPawel Jakub Dawidek2021-10-131-0/+2
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-3/+0
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-6/+6
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-12/+0
* dmu.h: remove stale declaration dmu_objset_snapshot_tmpChristian Schwarz2020-10-131-1/+0
* Throw const on some stringsRyan Moeller2020-10-021-1/+1
* Annotate unused parameters on inline definitions as suchKyle Evans2020-07-231-1/+2
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-3/+10
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-3/+1
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-241-1/+1
* Minor diff reduction with ZoF in include/sysMatthew Macy2019-11-271-1/+0
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+2
* Prefix struct rangelockMatthew Macy2019-11-011-1/+1
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-111-1/+3
* OpenZFS restructuring - zvolMatthew Macy2019-09-251-1/+1
* Fix typos in include/Andrea Gelmini2019-08-301-1/+1
* Fast Clone DeletionSara Hartse2019-07-261-0/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-0/+1
* Remove code for zfs remapMatthew Ahrens2019-06-241-5/+0
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+3
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-1/+2
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-131-1/+2
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-061-0/+1
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-2/+2
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-101-3/+7
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-111-1/+2
* Pool allocation classesDon Brady2018-09-051-2/+13
* OpenZFS 9442 - decrease indirect block size of spacemapsMatthew Ahrens2018-07-251-0/+3
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-1/+6
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-0/+1
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-1/+1