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