summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2017-10-26xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig
2017-10-26xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig
2017-10-26xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig
2017-10-26xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig
2017-10-26xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig
2017-10-26xfs: remove post-bmap tracing in xfs_bmap_local_to_extentsChristoph Hellwig
2017-10-26xfs: make better use of the 'state' variable in xfs_bmap_del_extent_realChristoph Hellwig
2017-10-26xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig
2017-10-26xfs: refactor btree pointer checksDarrick J. Wong
2017-10-26xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig
2017-10-26xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-10-26xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-10-26xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-10-26xfs: refactor xfs_bmap_add_extent_hole_realChristoph Hellwig
2017-10-26xfs: refactor xfs_bmap_add_extent_hole_delayChristoph Hellwig
2017-10-26xfs: refactor xfs_del_extent_realChristoph Hellwig
2017-10-26xfs: use the state defines in xfs_bmap_del_extent_realChristoph Hellwig
2017-10-26xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Christoph Hellwig
2017-10-26xfs: move some more code into xfs_bmap_del_extent_realChristoph Hellwig
2017-10-26xfs: use xfs_bmap_del_extent_delay for the data fork as wellChristoph Hellwig
2017-10-26xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig
2017-10-26xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig
2017-10-26xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig
2017-10-26xfs: 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