summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: trim writepage mapping to within eofBrian Foster2017-10-161-0/+11
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-2/+2
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
* xfs: fix compiler warningsDarrick J. Wong2017-09-021-1/+1
* xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-011-4/+3
* xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-011-16/+4
* xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-92/+88
* xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-25/+29
* xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig2017-09-011-5/+7
* xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig2017-09-011-4/+7
* xfs: add a xfs_iext_update_extent helperChristoph Hellwig2017-09-011-6/+6
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-2/+2
* xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-011-1/+1
* xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-07-261-0/+12
* xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-07-201-0/+9
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-7/+6
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-8/+30
* xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-14/+2
* xfs: more do_div cleanupsEric Sandeen2017-04-251-1/+1
* xfs: remove bmap block allocation retriesChristoph Hellwig2017-04-251-29/+0
* xfs: remove xfs_bmap_remap_allocChristoph Hellwig2017-04-251-58/+2
* xfs: introduce xfs_bmapi_remapChristoph Hellwig2017-04-251-45/+112
* xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig2017-04-251-59/+64
* xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig2017-04-251-6/+3
* xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig2017-04-251-1/+1
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-081-3/+7
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-081-10/+14
* 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