summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong2017-06-201-10/+13
* xfs: reflink find shared should take a transactionDarrick J. Wong2017-06-191-2/+2
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-12/+12
* xfs: avoid harmless gcc-7 warningsArnd Bergmann2017-06-191-2/+2
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
* xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-161-2/+6
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-13/+7
|\
| * xfs: more do_div cleanupsEric Sandeen2017-04-251-4/+1
| * xfs: drop iolock from reclaim context to appease lockdepBrian Foster2017-04-121-5/+3
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-031-4/+3