index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
trace.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: use accessor functions for summary info words
Darrick J. Wong
2023-10-19
1
-5
/
+5
*
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
2023-10-18
1
-2
/
+2
*
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
2023-10-18
1
-1
/
+2
*
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-30
1
-32
/
+359
|
\
|
*
xfs: rewrite xchk_inode_is_allocated to work properly
Darrick J. Wong
2023-08-10
1
-0
/
+22
|
*
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
2023-08-10
1
-1
/
+2
|
*
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
2023-08-10
1
-0
/
+34
|
*
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
2023-08-10
1
-0
/
+20
|
*
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
2023-08-10
1
-0
/
+2
|
*
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
2023-08-10
1
-1
/
+4
|
*
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
2023-08-10
1
-0
/
+114
|
*
xfs: create a big array data structure
Darrick J. Wong
2023-08-10
1
-0
/
+121
|
*
xfs: reap large AG metadata extents when possible
Darrick J. Wong
2023-08-10
1
-2
/
+35
|
*
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
2023-08-10
1
-9
/
+8
|
*
xfs: cull repair code that will never get used
Darrick J. Wong
2023-08-10
1
-22
/
+0
*
|
xfs: stabilize fs summary counters for online fsck
Darrick J. Wong
2023-08-04
1
-0
/
+26
|
/
*
xfs: disable reaping in fscounters scrub
Darrick J. Wong
2023-05-02
1
-1
/
+0
*
xfs: scrub should use ECHRNG to signal that the drain is needed
Darrick J. Wong
2023-04-12
1
-0
/
+1
*
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
2023-04-12
1
-0
/
+33
*
xfs: add a tracepoint to report incorrect extent refcounts
Darrick J. Wong
2023-04-12
1
-0
/
+35
*
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: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-19
1
-5
/
+5
*
xfs: start documenting common units and tags used in tracepoints
Darrick J. Wong
2021-08-19
1
-0
/
+4
*
xfs: decode scrub flags in ftrace output
Darrick J. Wong
2021-08-19
1
-2
/
+12
*
xfs: standardize inode generation formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-1
/
+1
*
xfs: resolve fork names in trace output
Darrick J. Wong
2021-08-19
1
-8
/
+8
*
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
2021-08-19
1
-4
/
+4
*
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
2021-08-19
1
-3
/
+3
*
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-1
/
+1
*
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-12
/
+12
*
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-17
/
+17
*
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-4
/
+4
*
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
2021-08-19
1
-12
/
+4
*
xfs: convert btree cursor inode-private member names
Dave Chinner
2020-03-13
1
-2
/
+2
*
ftrace: Rework event_create_dir()
Peter Zijlstra
2019-11-27
1
-3
/
+3
*
xfs: add online scrub for superblock counters
Darrick J. Wong
2019-04-30
1
-1
/
+62
*
xfs: clean up the inode cluster checking in the inobt scrub
Darrick J. Wong
2019-02-12
1
-0
/
+45
*
xfs: stringify scrub types in ftrace output
Darrick J. Wong
2018-12-19
1
-26
/
+77
*
xfs: stringify btree cursor types in ftrace output
Darrick J. Wong
2018-12-19
1
-12
/
+26
*
xfs: fix function pointer type in ftrace format
Darrick J. Wong
2018-12-19
1
-1
/
+1
*
xfs: refactor the xrep_extent_list into xfs_bitmap
Darrick J. Wong
2018-07-31
1
-1
/
+0
*
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
1
-16
/
+16
*
xfs: shorten xfs_repair_ prefix to xrep_
Darrick J. Wong
2018-07-23
1
-20
/
+20
*
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-07-23
1
-35
/
+35
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-15
/
+1
*
xfs: create tracepoints for online repair
Darrick J. Wong
2018-05-16
1
-0
/
+258
*
xfs: remove xfs_buf parameter from inode scrub methods
Darrick J. Wong
2018-03-24
1
-26
/
+5
*
xfs: make tracepoint inode number format consistent
Darrick J. Wong
2018-01-29
1
-6
/
+6
*
xfs: set up scrub cross-referencing helpers
Darrick J. Wong
2018-01-18
1
-0
/
+22
[next]