summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig2017-11-061-15/+0Star
* 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-271-0/+4
* xfs: split xfs_bmap_shift_extentsChristoph Hellwig2017-10-271-8/+6Star
* xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2017-10-271-12/+2Star
* xfs: inline xfs_shift_file_space into callersChristoph Hellwig2017-10-271-90/+102
* xfs: simplify the xfs_getbmap interfaceChristoph Hellwig2017-10-271-29/+9Star
* xfs: rewrite getbmap using the xfs_iext_* helpersChristoph Hellwig2017-10-271-317/+208Star
* 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-041-2/+22
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-261-1/+13
* xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-011-11/+10Star
* 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/+7Star
|\
| * xfs: more do_div cleanupsEric Sandeen2017-04-251-4/+1Star
| * xfs: drop iolock from reclaim context to appease lockdepBrian Foster2017-04-121-5/+3Star
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-041-4/+3Star
| * xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-041-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-181-9/+4Star
* xfs: don't reserve blocks for right shift transactionsBrian Foster2017-02-171-10/+10
* xfs: remove unused full argument from bmapEric Sandeen2017-01-311-4/+2Star
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-01-311-0/+3
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-311-25/+16Star
* 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/+5Star
* xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-20/+14Star
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2016-11-081-2/+5
* xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-061-3/+159
* xfs: refactor swapext codeDarrick J. Wong2016-10-061-131/+144
* xfs: various swapext cleanupsDarrick J. Wong2016-10-061-16/+16
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-061-0/+2
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-2/+7
* xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong2016-10-061-0/+15
* xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-061-14/+140
* xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-1/+1
* xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong2016-08-031-0/+4
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-0/+1
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-20/+20