aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)Author
2019-03-01xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
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
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-28xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2016-11-28xfs: always succeed when deduping zero bytesDarrick J. Wong
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_end_cowChristoph Hellwig
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocksChristoph Hellwig