index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
refcount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
2024-11-05
1
-1
/
+2
*
xfs: port refcount repair to the new refcount bag structure
Darrick J. Wong
2024-02-22
1
-0
/
+12
*
xfs: repair refcount btrees
Darrick J. Wong
2023-12-15
1
-1
/
+1
*
xfs: fix duplicate includes
Dave Chinner
2023-04-20
1
-3
/
+1
*
xfs: flag refcount btree records that could be merged
Darrick J. Wong
2023-04-12
1
-0
/
+44
*
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
2023-04-12
1
-0
/
+21
*
xfs: check the reference counts of gaps in the refcount btree
Darrick J. Wong
2023-04-12
1
-5
/
+90
*
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
2023-04-12
1
-4
/
+4
*
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
2023-04-12
1
-11
/
+3
*
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
2023-04-12
1
-0
/
+2
*
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
2023-04-12
1
-0
/
+2
*
xfs: add a tracepoint to report incorrect extent refcounts
Darrick J. Wong
2023-04-12
1
-1
/
+4
*
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-12
1
-1
/
+1
*
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-04-12
1
-2
/
+2
*
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2022-11-17
1
-6
/
+6
*
xfs: check record domain when accessing refcount records
Darrick J. Wong
2022-10-31
1
-2
/
+2
*
xfs: refactor domain and refcount checking
Darrick J. Wong
2022-10-31
1
-6
/
+4
*
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
2022-10-31
1
-13
/
+10
*
xfs: refactor refcount record usage in xchk_refcountbt_rec
Darrick J. Wong
2022-10-31
1
-30
/
+24
*
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
2022-10-31
1
-3
/
+2
*
xfs: make is_log_ag() a first class helper
Dave Chinner
2022-07-07
1
-0
/
+2
*
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
1
-4
/
+3
*
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
2021-08-19
1
-1
/
+1
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-19
1
-1
/
+1
*
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
1
-1
/
+2
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
1
-3
/
+2
*
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
2020-11-11
1
-5
/
+3
*
xfs: convert btree cursor ag-private member name
Dave Chinner
2020-03-13
1
-1
/
+1
*
xfs: removed unused error variable from xchk_refcountbt_rec
Aliasgar Surti
2019-10-07
1
-2
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-10
/
+0
*
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-12-12
1
-10
/
+5
*
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
2018-12-12
1
-5
/
+6
*
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
1
-35
/
+35
*
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
1
-8
/
+8
*
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-07-23
1
-57
/
+57
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-15
/
+1
*
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
2018-05-16
1
-4
/
+4
*
xfs: clean up scrub usage of KM_NOFS
Darrick J. Wong
2018-05-16
1
-1
/
+1
*
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
2018-01-18
1
-0
/
+67
*
xfs: cross-reference the rmapbt data with the refcountbt
Darrick J. Wong
2018-01-18
1
-2
/
+334
*
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
2018-01-18
1
-0
/
+1
*
xfs: cross-reference with the bnobt
Darrick J. Wong
2018-01-18
1
-0
/
+2
*
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
2018-01-18
1
-0
/
+14
*
xfs: scrub refcount btrees
Darrick J. Wong
2017-10-27
1
-0
/
+99