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