summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: convert unwritten status of reverse mappingsDarrick J. Wong2016-08-031-0/+441
* xfs: remove an extent from the rmap btreeDarrick J. Wong2016-08-031-5/+215
* xfs: add an extent to the rmap btreeDarrick J. Wong2016-08-031-5/+221
* xfs: teach rmapbt to support interval queriesDarrick J. Wong2016-08-031-0/+43
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+96
* xfs: introduce rmap extent operation stubsDarrick J. Wong2016-08-031-0/+89