summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong2024-07-021-4/+2
* xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig2024-07-021-4/+2
* xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig2024-07-021-18/+1
* xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong2024-07-021-17/+5
* xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong2024-07-021-111/+73
* xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong2024-07-021-22/+11
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-33/+121
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-221-13/+24
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-6/+6
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-4/+73
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-221-1/+5
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-1/+1
* xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-141-1/+1
* xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong2023-07-021-7/+3
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-121-59/+133
* xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong2023-04-121-1/+4
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-121-4/+8
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-121-0/+5
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-121-0/+22
* xfs: complain about bad records in query_range helpersDarrick J. Wong2023-04-121-15/+25
* xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2023-04-121-23/+39
* xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong2023-04-121-5/+4
* xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2023-04-121-18/+11
* xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-051-26/+24
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-7/+2
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-4/+4
* xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2022-04-281-14/+36
* xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong2022-04-271-14/+38
* xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong2022-04-271-37/+22
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-231-1/+20
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-12/+12
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-191-2/+2
* xfs: remove agno from btree cursorDave Chinner2021-06-021-54/+54
* xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-5/+5
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-3/+3
* xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-13/+19
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-9/+0
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-111-1/+1
* xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong2020-09-251-9/+18
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-55/+55
* xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong2020-03-121-7/+6
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-1/+1
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-131-87/+288
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-311-4/+4
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-301-5/+5
* xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-281-1/+0
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-281-17/+16
* xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong2019-08-281-1/+4