aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig1-7/+4
2018-03-15xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig1-2/+2
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster1-9/+20
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong1-2/+2
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig1-15/+0
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-5/+7
2017-10-26xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_spaceChristoph Hellwig1-0/+4
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig1-8/+6
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig1-12/+2
2017-10-26xfs: inline xfs_shift_file_space into callersChristoph Hellwig1-90/+102
2017-10-26xfs: simplify the xfs_getbmap interfaceChristoph Hellwig1-29/+9
2017-10-26xfs: rewrite getbmap using the xfs_iext_* helpersChristoph Hellwig1-317/+208
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner1-0/+2
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong1-1/+13
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig1-11/+10
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster1-10/+47
2017-09-01xfs: move bmbt owner change to last step of extent swapBrian Foster1-18/+26
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-4/+6
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong1-43/+66
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong1-10/+13
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong1-2/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-12/+12
2017-06-19xfs: avoid harmless gcc-7 warningsArnd Bergmann1-2/+2
2017-05-16xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang1-1/+1
2017-05-16xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong1-2/+6
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-04-25xfs: more do_div cleanupsEric Sandeen1-4/+1
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster1-5/+3
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-1/+1
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig1-4/+3
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig1-9/+4
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster1-10/+10
2017-01-30xfs: remove unused full argument from bmapEric Sandeen1-4/+2
2017-01-30xfs: fix eofblocks race with file extending async dio writesBrian Foster1-0/+3
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster1-25/+16
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong1-10/+18
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-7/+5
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen1-20/+14
2016-11-08xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong1-3/+159
2016-10-05xfs: refactor swapext codeDarrick J. Wong1-131/+144
2016-10-05xfs: various swapext cleanupsDarrick J. Wong1-16/+16
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+2
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-2/+7
2016-10-05xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong1-0/+15