aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/brt.c
Commit message (Expand)AuthorAgeFilesLines
* 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