summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-4/+10
|\
| * xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong2016-12-051-1/+4
| * xfs: complain if we don't get nextents bmap recordsDarrick J. Wong2016-12-051-1/+2
| * xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen2016-12-051-1/+3
| * xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen2016-12-051-1/+1
* | Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner2016-11-281-4/+36
|\ \ | |/
| * xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-281-2/+21
| * xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong2016-11-281-2/+15
* | Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner2016-11-241-169/+65
|\ \ | |/
| * xfs: remove NULLEXTNUMChristoph Hellwig2016-11-241-1/+1
| * xfs: remove xfs_bmap_search_extentsChristoph Hellwig2016-11-241-91/+0
| * xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-241-2/+6
| * xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig2016-11-241-27/+13
| * xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig2016-11-241-8/+7
| * xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig2016-11-241-8/+6
| * xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig2016-11-241-32/+32
* | Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner2016-11-101-26/+23
|\ \ | |/
| * xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-26/+23
* | xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong2016-11-081-1/+4
|/
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-201-22/+0
* 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/+0
* xfs: remove redundant assignment of ifpColin Ian King2016-10-201-1/+1
* xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-051-0/+30
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-2/+7
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-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-041-16/+32
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-041-4/+8
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-7/+20
* xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-041-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/+2
|\ \
| * | xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-191-87/+2
| |/
* | 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/+11
* 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/+11
OpenPOWER on IntegriCloud