summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong1-2/+30
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong1-1/+9
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong1-2/+2
2017-12-14xfs: account for null transactions in bunmapiDarrick J. Wong1-1/+1
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen1-2/+4
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig1-2/+2
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig1-12/+14
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig1-15/+16
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-10/+10
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