summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-031-1/+9
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-1/+1
|\ \
| * | block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-1/+1
| |/
* | xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-031-1/+9
|/
* xfs: simplify xfs_rtallocate_extentChristoph Hellwig2017-02-171-9/+4
* xfs: don't reserve blocks for right shift transactionsBrian Foster2017-02-161-10/+10
* xfs: remove unused full argument from bmapEric Sandeen2017-01-301-4/+2
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-01-301-0/+3
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-301-25/+16
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-01-261-10/+18
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-7/+5
* xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-20/+14
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2016-11-081-2/+5
* xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-051-3/+159
OpenPOWER on IntegriCloud