summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)Author
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-05-02xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2019-07-26xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner
2019-07-26xfs: fix pagecache truncation prior to reflinkDarrick J. Wong
2019-02-12xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner
2018-10-05xfs: update ctime and remove suid before cloning filesDarrick J. Wong
2018-10-05xfs: zero posteof blocks when cloning above eofDarrick J. Wong
2018-10-05xfs: refactor clonerange preparation into a separate helperDarrick J. Wong
2018-09-29xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig
2018-09-29xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: use internal dfops in cow blocks cancelBrian Foster
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in reflink cow block cancelBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster
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