aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster1-6/+5
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-4/+3
2018-07-11xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster1-6/+3
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-8/+4
2018-07-11xfs: use ->t_dfops in cancel cow blocks operationBrian Foster1-6/+8
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-1/+1
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster1-3/+2
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster1-12/+15
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-4/+4
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster1-3/+4
2018-07-11xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster1-7/+4
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig1-30/+0
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig1-33/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong1-2/+2
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-1/+1
2018-05-10xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner1-2/+6
2018-05-10xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner1-2/+4
2018-03-15xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig1-9/+8
2018-03-15xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig1-1/+1
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster1-1/+1
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner1-2/+2
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong1-0/+7
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong1-4/+11
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong1-10/+15
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong1-2/+3
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong1-1/+47
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong1-0/+5
2017-12-21xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong1-0/+2
2017-12-14xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong1-1/+1
2017-12-14xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong1-0/+3
2017-12-14xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong1-1/+2
2017-12-14xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong1-0/+11
2017-12-08fs: xfs: remove duplicate includesPravin Shedge1-2/+0
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig1-18/+11
2017-11-06xfs: iterate backwards in xfs_reflink_cancel_cow_blocksChristoph Hellwig1-4/+12