summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2017-10-27xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-27xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-10-27xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-20xfs: move bmbt owner change to last step of extent swapBrian Foster
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang
2017-06-07xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong
2017-06-07xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-04-12xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-04-08xfs: don't reserve blocks for right shift transactionsBrian Foster
2017-04-08xfs: fix eofblocks race with file extending async dio writesBrian Foster
2017-04-08xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-02-04xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong
2017-01-12xfs: provide helper for counting extents from if_bytesEric Sandeen
2017-01-06xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong
2016-10-05xfs: refactor swapext codeDarrick J. Wong
2016-10-05xfs: various swapext cleanupsDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-05xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong
2016-09-25xfs: remote attribute blocks aren't really userdataDave Chinner
2016-08-03xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong
2016-06-21Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner
2016-06-21xfs: kill xfs_zero_remaining_bytesChristoph Hellwig
2016-06-21xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig
2016-06-01xfs: make several functions staticEric Sandeen
2016-06-01xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox
2016-04-05xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-06Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-07xfs: lock rt summary inode on allocationDave Chinner
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster