summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2020-06-01xfs: remove old swap extents implementationatomic-file-updates_2020-06-01Darrick J. Wong
2020-06-01xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2020-06-01xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong
2020-06-01xfs: consolidate all of the xfs_swap_extent_forks codeDarrick J. Wong
2020-06-01xfs: port xfs_swap_extents_rmap to our new codeDarrick J. Wong
2020-06-01xfs: create deferred log items for extent swappingDarrick J. Wong
2020-06-01xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2020-06-01xfs: actually account for quota changes in xfs_swap_extentsDarrick J. Wong
2020-06-01xfs: force inactivation before fallocate when space is lowDarrick J. Wong
2020-06-01xfs: refactor the predicate part of xfs_free_eofblocksDarrick J. Wong
2020-06-01xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2020-06-01Darrick J. Wong
2020-06-01xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2020-06-01xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong
2020-03-19xfs: remove the di_version field from struct icdinodexfs-5.7-merge-6Christoph Hellwig
2020-03-02xfs: rework collapse range into an atomic operationBrian Foster
2020-03-02xfs: rework insert range into an atomic operationBrian Foster
2020-03-02xfs: open code insert range extent split helperBrian Foster
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2019-11-11xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig
2019-10-31xfs: properly serialise fallocate against AIO+DIOxfs-5.5-merge-7Dave Chinner
2019-10-29xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-28xfs: consolidate preallocation in xfs_file_fallocatexfs-5.5-merge-5Christoph Hellwig
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz
2019-08-30xfs: cleanup xfs_fsb_to_dbChristoph Hellwig
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flag argumentsxfs-5.3-merge-1Eric Sandeen
2019-04-26xfs: add missing error check in xfs_prepare_shift()Brian Foster
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner
2018-11-20xfs: extent shifting doesn't fully invalidate page cacheDave Chinner
2018-10-18xfs: cancel COW blocks before swapextxfs-4.20-merge-1Christoph Hellwig
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-09-29xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian 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 helperxfs-4.19-merge-2Christoph 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: pull up dfops from xfs_itruncate_extents()Brian Foster