summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong
2018-04-17xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-23xfs: refactor inode verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong
2018-01-29xfs: bmap code cleanupShan Hai
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong
2017-12-14xfs: account for null transactions in bunmapiDarrick J. Wong
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig
2017-10-26xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig
2017-10-26xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig
2017-10-26xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig
2017-10-26xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig