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