aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAge
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-11
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-04
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-25
* xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-01
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-01
* xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-01
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-01
* xfs: refactor the ifork block counting functionDarrick J. Wong2017-06-20
* xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong2017-06-20
* xfs: reflink find shared should take a transactionDarrick J. Wong2017-06-19
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-19
* xfs: avoid harmless gcc-7 warningsArnd Bergmann2017-06-19
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-16
* xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-16
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-06
|\
| * xfs: more do_div cleanupsEric Sandeen2017-04-25
| * xfs: drop iolock from reclaim context to appease lockdepBrian Foster2017-04-12
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-03
| * xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-03
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\ \
| * | block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-08
| |/
* / xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-03
|/
* xfs: simplify xfs_rtallocate_extentChristoph Hellwig2017-02-17
* xfs: don't reserve blocks for right shift transactionsBrian Foster2017-02-16
* xfs: remove unused full argument from bmapEric Sandeen2017-01-30
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-01-30
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-30
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-01-26
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-29
* xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-07
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2016-11-07
* xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-05
* xfs: refactor swapext codeDarrick J. Wong2016-10-05
* xfs: various swapext cleanupsDarrick J. Wong2016-10-05
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-05
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-05
* xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong2016-10-05
* xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-05
* xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-25
* xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong2016-08-02
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-02
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-02
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-02
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-02
* xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2016-08-02
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-20
|\
| * xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-20
* | Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner2016-06-20
|\ \
| * | xfs: kill xfs_zero_remaining_bytesChristoph Hellwig2016-06-20
| * | xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig2016-06-20
| |/