summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4Star
* xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner2018-09-291-50/+77
* xfs: fold dfops into the transactionBrian Foster2018-08-031-3/+2Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-12/+9Star
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-031-3/+1Star
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-4/+0Star
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-031-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/+12Star
* xfs: use internal dfops in cow blocks cancelBrian Foster2018-07-261-4/+2Star
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-4/+4
* xfs: use ->t_firstblock in reflink cow block cancelBrian Foster2018-07-121-2/+1Star
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-4/+2Star
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-3/+3
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-121-6/+5Star
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-121-4/+3Star
* xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-121-6/+3Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-8/+4Star
* xfs: use ->t_dfops in cancel cow blocks operationBrian Foster2018-07-121-6/+8
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-121-1/+1
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-3/+2Star
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-121-12/+15
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-4/+4
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-121-3/+4
* xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster2018-07-121-7/+4Star
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-121-30/+0Star
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-121-33/+0Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-2/+2
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-1/+1
* xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner2018-05-101-2/+6
* xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner2018-05-101-2/+4
* xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig2018-03-151-9/+8Star
* xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig2018-03-151-1/+1
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-121-1/+1
* xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-121-2/+2
* xfs: check reflink allocation mappingsDarrick J. Wong2018-01-291-0/+7
* xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-291-4/+11
* xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-291-10/+15
* xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-291-2/+3
* xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong2018-01-291-1/+47
* xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong2018-01-291-0/+5
* xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong2017-12-211-0/+2
* xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong2017-12-141-1/+1
* xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong2017-12-141-0/+3
* xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong2017-12-141-1/+2
* xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong2017-12-141-0/+11
* fs: xfs: remove duplicate includesPravin Shedge2017-12-091-2/+0Star