summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)Author
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: use ->t_dfops in cancel cow blocks operationBrian Foster
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: cow unwritten conversion uses uninitialized dfopsBrian Foster
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner
2018-05-10xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner
2018-03-15xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig
2018-03-15xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner
2018-01-29xfs: check reflink allocation mappingsDarrick J. Wong
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong
2018-01-29xfs: reflink should break pnfs leases before sharing blocksDarrick J. Wong
2018-01-29xfs: call xfs_qm_dqattach before performing reflink operationsDarrick J. Wong
2017-12-21xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong
2017-12-14xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong
2017-12-14xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong
2017-12-14xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong
2017-12-14xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong
2017-12-08fs: xfs: remove duplicate includesPravin Shedge
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig
2017-11-06xfs: iterate backwards in xfs_reflink_cancel_cow_blocksChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-07-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong
2017-06-19xfs: separate function to check if inode shares extentsDarrick J. Wong
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-02-16xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong
2017-02-09xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-06xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig
2017-02-06xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong