summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-1/+1
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-2/+2
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-37/+6
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+2
* xfs_bmap_util: use swap macroGustavo A. R. Silva2018-07-171-23/+5
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-6/+6
* xfs: use ->t_firstblock in extent swapBrian Foster2018-07-111-4/+2
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-111-2/+2
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-3/+2
* xfs: use ->t_firstblock in insert/collapse rangeBrian Foster2018-07-111-6/+4
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-4/+3
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-111-4/+4
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-11/+6
* xfs: use ->t_dfops for rmap extent swap operationsBrian Foster2018-07-111-13/+19
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-111-6/+8
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-111-4/+5
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-111-2/+3
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-111-4/+5
* xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong2018-06-241-1/+16
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-241-0/+4
* xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-06-211-53/+32
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-4/+8
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: factor out nodiscard helpersBrian Foster2018-05-151-2/+2
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-3/+3
* xfs: skip online discard during eofblocks trimsBrian Foster2018-05-101-2/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1
* xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-151-7/+4
* xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig2018-03-151-2/+2
* xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster2018-03-111-9/+20
* xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-291-2/+2
* xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig2017-11-061-15/+0
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-5/+7
* xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_spaceChristoph Hellwig2017-10-261-0/+4
* xfs: split xfs_bmap_shift_extentsChristoph Hellwig2017-10-261-8/+6
* xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2017-10-261-12/+2
* xfs: inline xfs_shift_file_space into callersChristoph Hellwig2017-10-261-90/+102
* xfs: simplify the xfs_getbmap interfaceChristoph Hellwig2017-10-261-29/+9
* xfs: rewrite getbmap using the xfs_iext_* helpersChristoph Hellwig2017-10-261-317/+208
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-111-0/+2
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-031-2/+22
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-251-1/+13
* xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-011-11/+10
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-011-10/+47
* xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-011-18/+26
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-4/+6
* xfs: refactor the ifork block counting functionDarrick J. Wong2017-06-201-43/+66