aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/brt.c
Commit message (Expand)AuthorAgeFilesLines
* BRT: Clear bv_entcount_dirty on destroyAlexander Motin10 days1-0/+1
* BRT: More optimizations after per-vdev splittingAlexander Motin12 days1-314/+242
* BRT: Rework structures and locks to be per-vdevAlexander Motin2024-11-151-451/+332
* BRT: Skip getting length in brt_entry_lookup()Alexander Motin2024-03-251-16/+2
* BRT: Make BRT block sizes configurableAlexander Motin2024-03-251-11/+11
* Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-251-2/+1
* BRT: Relax brt_pending_apply() lockingAlexander Motin2024-03-251-11/+5
* ZAP: Massively switch to _by_dnode() interfacesAlexander Motin2024-03-251-58/+14
* BRT: Skip duplicate BRT prefetchesAlexander Motin2024-03-251-3/+3
* BRT: Change brt_pending_tree sorting orderAlexander Motin2024-03-211-6/+7
* BRT: Limit brt_vdev_dump() to only one vdevAlexander Motin2023-12-061-47/+33
* Allow block cloning across encrypted datasetsoromenahar2023-12-051-4/+2
* ZIL: Call brt_pending_add() replaying TX_CLONE_RANGEAlexander Motin2023-11-291-7/+7
* brt: lift internal definitions into _impl headerRob Norris2023-11-271-163/+1
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-081-3/+3
* zdb: include cloned blocks in block statisticsRob N2023-08-011-0/+31
* brt_vdev_realloc: use vmem_alloc for large allocationRob Norris2023-07-241-3/+3
* Replace dead opensolaris.org license linksTino Reichardt2023-03-141-1/+1
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+1884