aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reflink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21btrfs: reflink: make copy_inline_to_page() to be subpage compatibleQu Wenruo1-5/+9
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-16/+22
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana1-16/+22
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+5
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana1-0/+5
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-5/+1
2021-04-19btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flagsFilipe Manana1-0/+25
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik1-6/+24
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik1-2/+2
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov1-5/+5
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+1
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny1-5/+1
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana1-0/+18
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-1/+4
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-0/+15
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-1/+1
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana1-1/+6
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-3/+0
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