aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAge
* 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
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-12
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-12
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-12
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-12
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-12
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-12
* xfs: use ->t_dfops in cancel cow blocks operationBrian Foster2018-07-12
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-12
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-12
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-12
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-12
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-12
* xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster2018-07-12
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-12
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-12