summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-251-1/+1
* xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-251-2/+2
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-4/+24
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-211-23/+38
* xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-67/+0
* xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-211-1/+9
* xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-171-1/+1
* xfs: split up the xfs_reflink_end_cow work into smaller transactionsDarrick J. Wong2018-12-121-94/+138
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-211-4/+13
* xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2018-11-191-0/+1
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-137/+36
|\
| * xfs: remove [cm]time update from reflink callsDarrick J. Wong2018-10-301-6/+1
| * xfs: remove xfs_reflink_remap_rangeDarrick J. Wong2018-10-301-66/+4
| * xfs: remove redundant remap partial EOF block checksDarrick J. Wong2018-10-301-19/+0
| * xfs: support returning partial reflink resultsDarrick J. Wong2018-10-301-5/+12
| * xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong2018-10-301-19/+18
| * xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-301-2/+2
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-2/+2
| * vfs: remap helper should update destination inode metadataDarrick J. Wong2018-10-301-23/+0
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-10/+11
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-301-1/+1
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-1/+1
* | xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig2018-10-181-2/+6
* | xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig2018-10-181-10/+5
* | xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig2018-10-181-7/+5
|/
* xfs: fix data corruption w/ unaligned reflink rangesDave Chinner2018-10-061-13/+34
* xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner2018-10-061-0/+21
* xfs: update ctime and remove suid before cloning filesDarrick J. Wong2018-10-051-0/+25
* xfs: zero posteof blocks when cloning above eofDarrick J. Wong2018-10-051-8/+25
* xfs: refactor clonerange preparation into a separate helperDarrick J. Wong2018-10-051-27/+73
* xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4
* xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner2018-09-291-50/+77
* xfs: fold dfops into the transactionBrian Foster2018-08-021-3/+2
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-12/+9
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-3/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-4/+0
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-0/+1
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-1/+1
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-4/+4
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-25/+12
* xfs: use internal dfops in cow blocks cancelBrian Foster2018-07-261-4/+2
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-4/+4
* xfs: use ->t_firstblock in reflink cow block cancelBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-4/+2
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-3/+3
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-6/+5
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-111-4/+3
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-111-6/+3