summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAge
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-09
* xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-23
* xfs: refactor bmap record validationDarrick J. Wong2018-03-23
* xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-29
* xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-29
* xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong2018-01-29
* xfs: bmap code cleanupShan Hai2018-01-29
* xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2018-01-17
* xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong2018-01-08
* xfs: account for null transactions in bunmapiDarrick J. Wong2017-12-14
* xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen2017-11-28
* xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig2017-11-06
* xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig2017-11-06
* xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig2017-11-06
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-06
* xfs: simplify xfs_reflink_convert_cowChristoph Hellwig2017-11-06
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-06
* xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig2017-11-06
* xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig2017-11-06
* xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig2017-11-06
* xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig2017-11-06
* xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-11-06
* xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig2017-11-06
* xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig2017-11-06
* xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-11-06
* xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-11-06
* xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-11-06
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-01
* xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig2017-10-26
* xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig2017-10-26
* xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig2017-10-26
* xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig2017-10-26
* xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig2017-10-26
* xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig2017-10-26
* xfs: remove xfs_bmse_shift_oneChristoph Hellwig2017-10-26
* xfs: split xfs_bmap_shift_extentsChristoph Hellwig2017-10-26
* xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2017-10-26
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-26
* xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig2017-10-26
* xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig2017-10-26
* xfs: remove post-bmap tracing in xfs_bmap_local_to_extentsChristoph Hellwig2017-10-26
* xfs: make better use of the 'state' variable in xfs_bmap_del_extent_realChristoph Hellwig2017-10-26
* xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig2017-10-26
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-26
* xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig2017-10-26
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig2017-10-26
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-26
* xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-10-26
* xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-10-26
* xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig2017-10-26