summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_util.c
AgeCommit message (Expand)Author
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-10-26xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_spaceChristoph Hellwig
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig
2017-10-26xfs: inline xfs_shift_file_space into callersChristoph Hellwig
2017-10-26xfs: simplify the xfs_getbmap interfaceChristoph Hellwig
2017-10-26xfs: rewrite getbmap using the xfs_iext_* helpersChristoph Hellwig
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong
2017-09-01xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-01xfs: move bmbt owner change to last step of extent swapBrian Foster
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: avoid harmless gcc-7 warningsArnd Bergmann
2017-05-16xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang
2017-05-16xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-25xfs: more do_div cleanupsEric Sandeen
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster
2017-01-30xfs: remove unused full argument from bmapEric Sandeen
2017-01-30xfs: fix eofblocks race with file extending async dio writesBrian Foster
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen
2016-11-08xfs: 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-26xfs: 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