aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig1-2/+0
2019-10-28xfs: consolidate preallocation in xfs_file_fallocateChristoph Hellwig1-2/+0
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner1-0/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-10-26xfs: simplify the xfs_getbmap interfaceChristoph Hellwig1-3/+7
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner1-0/+13
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig1-0/+1
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong1-0/+4
2017-01-30xfs: remove unused full argument from bmapEric Sandeen1-1/+1
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster1-2/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-1/+1
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-2/+0
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner1-1/+0
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong1-1/+0
2016-06-01xfs: make several functions staticEric Sandeen1-2/+0
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon1-0/+2
2015-01-09xfs: move xfs_bmap_finish prototypeDave Chinner1-2/+0
2015-01-09xfs: move struct xfs_bmalloca to libxfsDave Chinner1-34/+1
2014-07-15xfs: refine the allocation stack switchDave Chinner1-8/+5
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner1-7/+6
2014-06-06xfs: block allocation work needs to be kswapd awareDave Chinner1-6/+7
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-0/+2
2013-10-21xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig1-3/+2
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig1-0/+4
2013-08-12xfs: consolidate extent swap codeDave Chinner1-0/+3
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-0/+11
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+96