summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: tune down agno asserts in the bmap codeChristoph Hellwig2017-02-161-16/+6
* xfs: split indlen reservations fairly when under reservedBrian Foster2017-02-161-18/+43
* xfs: handle indlen shortage on delalloc extent mergeBrian Foster2017-02-161-3/+6
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-061-1/+2
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-021-30/+50
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-021-4/+1
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-301-15/+4
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-301-2/+2
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
* xfs: fix COW writeback raceChristoph Hellwig2017-01-231-12/+32
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-091-3/+0
* 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
|\ \