summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-3/+3
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-12/+12
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong1-2/+2
2021-06-02xfs: remove agno from btree cursorDave Chinner1-54/+54
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-5/+5
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-3/+3
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner1-13/+19
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi1-9/+0
2020-11-11xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong1-9/+18
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-55/+55
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong1-7/+6
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-1/+1
2019-11-13xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-87/+288
2019-08-31xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong1-4/+4
2019-08-30xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-5/+5
2019-08-28xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong1-1/+0
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong1-17/+16
2019-08-28xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong1-1/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-7/+0
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-0/+28
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-106/+106
2018-08-03xfs: pass transaction to xfs_defer_add()Brian Foster1-29/+28
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-15/+3
2018-07-18xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong1-12/+12
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-1/+40
2018-05-16xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong1-0/+81
2018-05-10xfs: add missing rmap error returnDarrick J. Wong1-0/+2
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-01-18xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong1-0/+67
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong1-24/+52
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong1-0/+25
2017-11-02xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-06-28xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-2/+1
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong1-1/+2
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-04-04xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+28
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong1-7/+21
2016-10-06xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong1-1/+384
2016-10-06xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong1-2/+512
2016-10-05xfs: introduce the CoW forkDarrick J. Wong1-7/+8
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-0/+259
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong1-1/+46
2016-08-03xfs: convert unwritten status of reverse mappingsDarrick J. Wong1-0/+441
2016-08-03xfs: remove an extent from the rmap btreeDarrick J. Wong1-5/+215
2016-08-03xfs: add an extent to the rmap btreeDarrick J. Wong1-5/+221
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong1-0/+43