aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/reflink.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: clean up chained assignmentsGravatar David Sterba 1-2/+4
2022-07-25btrfs: balance btree dirty pages and delayed items after clone and dedupeGravatar Filipe Manana 1-1/+7
2022-07-25btrfs: remove redundant calls to flush_dcache_pageGravatar David Sterba 1-4/+1
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsGravatar Filipe Manana 1-0/+1
2022-06-21btrfs: fix race between reflinking and ordered extent completionGravatar Filipe Manana 1-4/+11
2022-05-16btrfs: add and use helper to assert an inode range is cleanGravatar Filipe Manana 1-2/+11
2022-05-16btrfs: remove inode_dio_wait() calls when starting reflink operationsGravatar Filipe Manana 1-10/+0
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-14btrfs: remove the cross file system checks from remapGravatar Josef Bacik 1-3/+1
2022-03-14btrfs: deal with unexpected extent type during reflinkingGravatar Filipe Manana 1-2/+4
2022-03-14btrfs: fix unexpected error path when reflinking an inline extentGravatar Filipe Manana 1-2/+5
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeGravatar Filipe Manana 1-3/+2
2022-03-14btrfs: stop copying old file extents when doing a full fsyncGravatar Filipe Manana 1-9/+14
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-1/+1
2021-10-26btrfs: subpage: add bitmap for PageChecked flagGravatar Qu Wenruo 1-1/+1
2021-10-26btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Gravatar Sidong Yang 1-1/+1
2021-06-21btrfs: reflink: make copy_inline_to_page() to be subpage compatibleGravatar Qu Wenruo 1-5/+9
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+22
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceGravatar Filipe Manana 1-16/+22
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+5
2021-05-17btrfs: release path before starting transaction when cloning inline extentGravatar Filipe Manana 1-0/+5
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternGravatar Ira Weiny 1-5/+1
2021-04-19btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flagsGravatar Filipe Manana 1-0/+25
2021-04-19btrfs: exclude mmaps while doing remapGravatar Josef Bacik 1-6/+24
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersGravatar Josef Bacik 1-2/+2
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-5/+1
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Gravatar Ira Weiny 1-5/+1
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledGravatar Filipe Manana 1-0/+18
2021-02-08btrfs: introduce btrfs_subpage for data inodesGravatar Qu Wenruo 1-1/+4
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceGravatar Filipe Manana 1-0/+15
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: update the number of bytes used by an inode atomicallyGravatar Filipe Manana 1-1/+1
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendGravatar Filipe Manana 1-1/+6
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-3/+0
2020-10-07btrfs: reschedule when cloning lots of extentsGravatar Johannes Thumshirn 1-0/+2
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameGravatar Filipe Manana 1-2/+2
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameGravatar Filipe Manana 1-1/+1
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoGravatar Filipe Manana 1-1/+0
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsGravatar Filipe Manana 1-0/+1
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeGravatar Nikolay Borisov 1-19/+19
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-07-27btrfs: reduce contention on log trees when logging checksumsGravatar Filipe Manana 1-0/+15
2020-07-27btrfs: make btrfs_delalloc_reserve_space take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_delalloc_release_space take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2020-04-08btrfs: fix lost i_size update after cloning inline extentGravatar Filipe Manana 1-0/+1
2020-03-23Btrfs: implement full reflink support for inline extentsGravatar Filipe Manana 1-87/+187