summaryrefslogtreecommitdiff
path: root/fs/btrfs/reflink.c
AgeCommit message (Expand)Author
2021-06-21btrfs: reflink: make copy_inline_to_page() to be subpage compatibleQu Wenruo
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
2021-04-19btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flagsFilipe Manana
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-10-07btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeNikolay Borisov
2020-04-08btrfs: fix lost i_size update after cloning inline extentFilipe Manana
2020-03-23Btrfs: implement full reflink support for inline extentsFilipe Manana
2020-03-23Btrfs: simplify inline extent handling when doing reflinksFilipe Manana
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana