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