summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_util.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-031-1/+9
* xfs: simplify xfs_rtallocate_extentChristoph Hellwig2017-02-181-9/+4Star
* xfs: don't reserve blocks for right shift transactionsBrian Foster2017-02-171-10/+10
* xfs: remove unused full argument from bmapEric Sandeen2017-01-311-4/+2Star
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-01-311-0/+3
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-311-25/+16Star
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-01-261-10/+18
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-7/+5Star
* xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-20/+14Star
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2016-11-081-2/+5
* xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-061-3/+159
* xfs: refactor swapext codeDarrick J. Wong2016-10-061-131/+144
* xfs: various swapext cleanupsDarrick J. Wong2016-10-061-16/+16
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-061-0/+2
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-2/+7
* xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong2016-10-061-0/+15
* xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-061-14/+140
* xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-1/+1
* xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong2016-08-031-0/+4
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-0/+1
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-20/+20
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-14/+14
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-90/+2Star
* xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2016-08-031-2/+2
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-211-7/+25
|\
| * xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-211-7/+25
* | Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner2016-06-211-213/+130Star
|\ \
| * | xfs: kill xfs_zero_remaining_bytesChristoph Hellwig2016-06-211-119/+14Star
| * | xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig2016-06-211-115/+137
| |/
* | xfs: make several functions staticEric Sandeen2016-06-011-1/+1
* | xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster2016-06-011-3/+1Star
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-11/+4Star
|\
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-11/+4Star
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-32/+13Star
|\ \ | |/ |/|
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-32/+13Star
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-3/+5
|\
| * Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner2016-03-061-2/+2
| |\
| | * xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-2/+2
| * | xfs: lock rt summary inode on allocationDave Chinner2016-02-081-1/+3
| |/
* / dax: give DAX clearing code correct bdevRoss Zwisler2016-02-271-1/+2
|/
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-27/+16Star
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-0/+36
|\
| * xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-031-0/+36
* | xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2015-10-121-1/+1
|/
* xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-191-4/+6
* xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster2015-08-191-14/+7Star
* xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster2015-08-191-35/+49
* Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-43/+23Star
|\
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-6/+5Star