aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong1-14/+140
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-1/+1
2016-08-03xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong1-0/+4
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-0/+1
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-20/+20
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-14/+14
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-90/+2
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong1-2/+2
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner1-7/+25
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong1-7/+25
2016-06-21Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner1-213/+130
2016-06-21xfs: kill xfs_zero_remaining_bytesChristoph Hellwig1-119/+14
2016-06-21xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig1-115/+137