summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig1-1/+2
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-229/+212
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig1-12/+8
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig1-3/+3
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig1-11/+6
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig1-3/+3
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-17/+18
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig1-5/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig1-11/+16
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig1-1/+1
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig1-4/+4
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig1-20/+7
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig1-36/+51
2017-10-26xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig1-30/+26
2017-10-26xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig1-38/+9
2017-10-26xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig1-42/+12
2017-10-26xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig1-9/+7
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig1-110/+71
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig1-62/+135
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig1-27/+20
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-4/+0
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig1-21/+2
2017-10-26xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig1-120/+47
2017-10-26xfs: remove post-bmap tracing in xfs_bmap_local_to_extentsChristoph Hellwig1-2/+0
2017-10-26xfs: make better use of the 'state' variable in xfs_bmap_del_extent_realChristoph Hellwig1-2/+1
2017-10-26xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig1-36/+9
2017-10-26xfs: refactor btree pointer checksDarrick J. Wong1-2/+2
2017-10-26xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig1-8/+6
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig1-106/+39
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig1-84/+30
2017-10-26xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-104/+104
2017-10-26xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig1-23/+9
2017-10-26xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig1-86/+95
2017-10-26xfs: refactor xfs_bmap_add_extent_hole_realChristoph Hellwig1-27/+21
2017-10-26xfs: refactor xfs_bmap_add_extent_hole_delayChristoph Hellwig1-10/+11
2017-10-26xfs: refactor xfs_del_extent_realChristoph Hellwig1-30/+30
2017-10-26xfs: use the state defines in xfs_bmap_del_extent_realChristoph Hellwig1-12/+9
2017-10-26xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Christoph Hellwig1-12/+12
2017-10-26xfs: move some more code into xfs_bmap_del_extent_realChristoph Hellwig1-24/+17
2017-10-26xfs: use xfs_bmap_del_extent_delay for the data fork as wellChristoph Hellwig1-217/+114
2017-10-26xfs: rename bno to end in __xfs_bunmapiChristoph Hellwig1-25/+24
2017-10-26xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapiChristoph Hellwig1-5/+1
2017-10-26xfs: use xfs_iext_get_extent instead of open coding itChristoph Hellwig1-20/+16
2017-10-26xfs: 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