index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
1
-8
/
+10
2022-04-11
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
1
-1
/
+1
2022-01-06
xfs: warn about inodes with project id of -1
Darrick J. Wong
1
-0
/
+14
2021-08-20
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
1
-1
/
+2
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-2
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-3
/
+3
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
1
-1
/
+1
2021-07-15
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
1
-2
/
+16
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
1
-3
/
+2
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
1
-4
/
+0
2020-11-04
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
1
-2
/
+1
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
1
-5
/
+11
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
1
-8
/
+17
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-10
/
+0
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
1
-3
/
+1
2018-09-29
xfs: don't treat unknown di_flags2 as corruption in scrub
Eric Sandeen
1
-1
/
+3
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
1
-51
/
+51
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
1
-11
/
+11
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
1
-80
/
+80
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-05-30
xfs: add helpers to deal with transaction allocation and rolling
Darrick J. Wong
1
-2
/
+2
2018-05-15
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
1
-1
/
+4
2018-05-15
xfs: refactor scrub transaction allocation function
Darrick J. Wong
1
-3
/
+2
2018-03-23
xfs: move inode extent size hint validation to libxfs
Darrick J. Wong
1
-88
/
+12
2018-03-23
xfs: remove xfs_buf parameter from inode scrub methods
Darrick J. Wong
1
-56
/
+50
2018-03-23
xfs: inode scrubber shouldn't bother with raw checks
Darrick J. Wong
1
-89
/
+13
2018-01-17
xfs: cross-reference the block mappings when possible
Darrick J. Wong
1
-0
/
+34
2018-01-17
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
1
-14
/
+36
2018-01-17
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
1
-0
/
+4
2018-01-17
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
1
-0
/
+49
2018-01-17
xfs: cross-reference with the bnobt
Darrick J. Wong
1
-0
/
+15
2018-01-17
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
1
-0
/
+12
2018-01-17
xfs: fix a few erroneous process_error calls in the scrubbers
Darrick J. Wong
1
-1
/
+1
2018-01-08
xfs: have buffer verifier functions report failing address
Darrick J. Wong
1
-1
/
+1
2018-01-08
xfs: always grab transaction when scrubbing inode
Darrick J. Wong
1
-1
/
+1
2018-01-08
xfs: scrub inode nsec fields
Darrick J. Wong
1
-0
/
+10
2017-11-30
xfs: scrub inode mode properly
Darrick J. Wong
1
-1
/
+13
2017-11-09
xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}
Darrick J. Wong
1
-4
/
+4
2017-10-26
xfs: scrub inodes
Darrick J. Wong
1
-0
/
+611