summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong1-1/+0
2018-05-16xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-16xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong1-12/+16
2018-05-16xfs: factor out nodiscard helpersBrian Foster1-9/+4
2018-05-16xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong1-11/+18
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster1-1/+2
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-4/+13
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-4/+4
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong1-2/+4
2018-04-18xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+4
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-03-24xfs: refactor inode verifier error loggingDarrick J. Wong1-2/+3
2018-03-24xfs: refactor bmap record validationDarrick J. Wong1-3/+43
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-18xfs: 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-02xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-27xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig1-20/+7
2017-10-27xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig1-36/+51
2017-10-27xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig1-30/+26
2017-10-27xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig1-38/+9
2017-10-27xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig1-42/+12
2017-10-27xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig1-9/+7
2017-10-27xfs: remove xfs_bmse_shift_oneChristoph Hellwig1-110/+71
2017-10-27xfs: split xfs_bmap_shift_extentsChristoph Hellwig1-62/+135
2017-10-27xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig1-27/+20
2017-10-27xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-4/+0
2017-10-27xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig1-21/+2
2017-10-27xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig1-120/+47