summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+4
2020-01-09xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2019-10-05xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2017-12-20xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-1/+1
2017-10-16xfs: trim writepage mapping to within eofBrian Foster1-0/+11
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer1-2/+2
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-02xfs: fix compiler warningsDarrick J. Wong1-1/+1
2017-09-01xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong1-4/+3
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig1-16/+4
2017-09-01xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig1-92/+88
2017-09-01xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig1-25/+29
2017-09-01xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig1-5/+7
2017-09-01xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig1-4/+7
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig1-6/+6
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-2/+2
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig1-1/+1
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig1-0/+12
2017-07-21xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong1-0/+9
2017-06-28xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-7/+6
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong1-8/+30
2017-05-16xfs: fix warnings about unused stack variablesDarrick J. Wong1-2/+0
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig1-14/+2
2017-04-25xfs: more do_div cleanupsEric Sandeen1-1/+1
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig1-29/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig1-58/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig1-3/+7
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster1-10/+14
2017-02-17xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-17xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-17xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-07xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig1-1/+2
2017-02-03xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-02-03xfs: filter out obviously bad btree pointersDarrick J. Wong1-4/+1
2017-01-31xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen1-15/+4
2017-01-31xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen1-2/+2
2017-01-25xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-01-23xfs: fix COW writeback raceChristoph Hellwig1-12/+32
2017-01-10xfs: fix bogus minleft manipulationsChristoph Hellwig1-3/+0
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-4/+10
2016-12-05xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong1-1/+4
2016-12-05xfs: complain if we don't get nextents bmap recordsDarrick J. Wong1-1/+2
2016-12-05xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen1-1/+3
2016-12-05xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen1-1/+1
2016-11-28Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner1-4/+36