summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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-181-12/+12
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-181-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-101-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-121-87/+288
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-301-4/+4
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-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
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-0/+28
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-106/+106
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-29/+28
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-15/+3
* xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong2018-07-171-12/+12
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: validate btree records on retrievalDave Chinner2018-06-061-1/+40
* xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2018-05-151-0/+81
* xfs: add missing rmap error returnDarrick J. Wong2018-05-101-0/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1
* xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2018-01-171-0/+67
* xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong2017-12-211-24/+52
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-0/+25
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-2/+1
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+2
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-0/+28
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-7/+21
* xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-051-1/+384
* xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-051-2/+512
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-7/+8
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-0/+259
* xfs: add rmap btree insert and delete helpersDarrick J. Wong2016-08-031-1/+46