aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reflink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana1-2/+2
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana1-1/+1
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana1-1/+0
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana1-0/+1
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov1-19/+19
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov1-1/+1
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