index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: repair inode records
Darrick J. Wong
2023-12-15
1
-1
/
+5
*
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
2023-12-15
1
-1
/
+1
*
xfs: add missing nrext64 inode flag check to scrub
Darrick J. Wong
2023-12-15
1
-0
/
+4
*
xfs: try to attach dquots to files before repairing them
Darrick J. Wong
2023-12-15
1
-0
/
+4
*
xfs: make xchk_iget safer in the presence of corrupt inode btrees
Darrick J. Wong
2023-12-06
1
-2
/
+2
*
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
2023-10-17
1
-1
/
+2
*
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
2023-08-10
1
-4
/
+2
*
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
2023-08-10
1
-1
/
+4
*
xfs: don't take the MMAPLOCK when scrubbing file metadata
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: retain the AGI when we can't iget an inode to scrub the core
Darrick J. Wong
2023-04-11
1
-23
/
+154
*
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
2023-04-11
1
-0
/
+1
*
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
2023-04-11
1
-0
/
+3
*
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-04-11
1
-2
/
+2
*
xfs: don't warn about files that are exactly s_maxbytes long
Darrick J. Wong
2022-11-16
1
-1
/
+1
*
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
1
-8
/
+10
*
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
2022-04-11
1
-1
/
+1
*
xfs: warn about inodes with project id of -1
Darrick J. Wong
2022-01-06
1
-0
/
+14
*
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
2021-08-20
1
-1
/
+2
*
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
1
-2
/
+1
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-3
/
+3
*
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
1
-1
/
+1
*
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
2021-07-15
1
-2
/
+16
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
1
-3
/
+2
*
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2020-12-09
1
-4
/
+0
*
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
2020-11-04
1
-2
/
+1
*
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
1
-5
/
+11
*
xfs: redefine xfs_timestamp_t
Darrick J. Wong
2020-09-15
1
-8
/
+17
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-10
/
+0
*
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-12-12
1
-3
/
+1
*
xfs: don't treat unknown di_flags2 as corruption in scrub
Eric Sandeen
2018-09-29
1
-1
/
+3
*
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
1
-51
/
+51
*
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
1
-11
/
+11
*
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-07-23
1
-80
/
+80
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-15
/
+1
*
xfs: add helpers to deal with transaction allocation and rolling
Darrick J. Wong
2018-05-30
1
-2
/
+2
*
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
2018-05-15
1
-1
/
+4
*
xfs: refactor scrub transaction allocation function
Darrick J. Wong
2018-05-15
1
-3
/
+2
*
xfs: move inode extent size hint validation to libxfs
Darrick J. Wong
2018-03-23
1
-88
/
+12
*
xfs: remove xfs_buf parameter from inode scrub methods
Darrick J. Wong
2018-03-23
1
-56
/
+50
*
xfs: inode scrubber shouldn't bother with raw checks
Darrick J. Wong
2018-03-23
1
-89
/
+13
*
xfs: cross-reference the block mappings when possible
Darrick J. Wong
2018-01-17
1
-0
/
+34
*
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
2018-01-17
1
-14
/
+36
*
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
2018-01-17
1
-0
/
+4
*
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
2018-01-17
1
-0
/
+49
*
xfs: cross-reference with the bnobt
Darrick J. Wong
2018-01-17
1
-0
/
+15
*
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
2018-01-17
1
-0
/
+12
*
xfs: fix a few erroneous process_error calls in the scrubbers
Darrick J. Wong
2018-01-17
1
-1
/
+1
[next]