summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig1-22/+0
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig1-154/+220
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong1-0/+33
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: remove redundant assignment of ifpColin Ian King1-1/+1
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong1-0/+30
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-2/+7
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-0/+11
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong1-0/+170
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong1-16/+32
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong1-4/+8
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-7/+20
2016-10-04xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong1-6/+30
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong1-0/+143
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong1-4/+5
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong1-0/+68
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong1-3/+11
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner1-15/+26
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner1-87/+2
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-15/+26
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig1-87/+2
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-2/+4
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-8/+47
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-1/+1
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-6/+19
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong1-0/+2
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-58/+58
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-23/+23
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-44/+11
2016-08-03xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong1-1/+3
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong1-28/+11
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong1-6/+6
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+9
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-13/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner1-43/+114
2016-03-15xfs: borrow indirect blocks from freed extent when availableBrian Foster1-10/+36
2016-03-15xfs: refactor delalloc indlen reservation split into helperBrian Foster1-19/+54
2016-03-15xfs: update freeblocks counter after extent deletionBrian Foster1-24/+34
2016-03-09Merge branch 'xfs-misc-fixes-4.6-3' into for-nextDave Chinner1-4/+1
2016-03-09xfs: remove impossible conditionLuis de Bethencourt1-4/+1
2016-03-07Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner1-3/+3
2016-03-02xfs: remove xfs_trans_get_block_resChristoph Hellwig1-3/+3
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-3/+3
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-4/+2
2016-01-08xfs: bmapbt checking on debug kernels too expensiveDave Chinner1-2/+8
2016-01-04libxfs: use a convenience variable instead of open-coding the forkDarrick J. Wong1-11/+12
2016-01-04xfs: get mp from bma->ip in xfs_bmap codeEric Sandeen1-2/+2
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner1-2/+33
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner1-2/+33