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