summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-14/+23
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong2018-06-041-1/+0
* xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong2018-05-161-2/+8
* xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2018-05-161-12/+16
* xfs: factor out nodiscard helpersBrian Foster2018-05-161-9/+4
* xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2018-05-161-11/+18
* xfs: don't discard on free of unwritten extentsBrian Foster2018-05-101-1/+2
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-4/+13
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-4/+4
* xfs: bmap debugging should never panic the systemDarrick J. Wong2018-05-091-2/+4
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2018-04-181-0/+4
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1
* xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-241-2/+3
* xfs: refactor bmap record validationDarrick J. Wong2018-03-241-3/+43
* xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-291-0/+20
* xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-291-2/+30
* xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong2018-01-291-13/+17
* xfs: bmap code cleanupShan Hai2018-01-291-24/+8
* xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2018-01-181-1/+9
* xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong2018-01-081-2/+2
* xfs: account for null transactions in bunmapiDarrick J. Wong2017-12-141-1/+1
* xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen2017-11-281-2/+4
* xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig2017-11-061-2/+2
* xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig2017-11-061-12/+14
* xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig2017-11-061-15/+16
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-10/+10
* xfs: simplify xfs_reflink_convert_cowChristoph Hellwig2017-11-061-1/+2
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-229/+212
* xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig2017-11-061-12/+8
* xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig2017-11-061-3/+3
* xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig2017-11-061-11/+6
* xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig2017-11-061-3/+3
* xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-11-061-17/+18
* xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig2017-11-061-5/+5
* xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig2017-11-061-4/+5
* xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-11-061-11/+16
* xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-11-061-1/+1
* xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig2017-11-061-4/+4
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig2017-10-271-20/+7
* xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig2017-10-271-36/+51
* xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig2017-10-271-30/+26
* xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig2017-10-271-38/+9
* xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig2017-10-271-42/+12
* xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig2017-10-271-9/+7
* xfs: remove xfs_bmse_shift_oneChristoph Hellwig2017-10-271-110/+71
* xfs: split xfs_bmap_shift_extentsChristoph Hellwig2017-10-271-62/+135
* xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2017-10-271-27/+20