summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reflink.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-271-0/+15
* btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov2020-07-271-1/+2
* btrfs: fix lost i_size update after cloning inline extentFilipe Manana2020-04-081-0/+1
* Btrfs: implement full reflink support for inline extentsFilipe Manana2020-03-231-87/+187
* Btrfs: simplify inline extent handling when doing reflinksFilipe Manana2020-03-231-39/+14
* Btrfs: move all reflink implementation code into its own fileFilipe Manana2020-03-231-0/+729