index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
inode.c
Age
Commit message (
Expand
)
Author
2024-04-15
xfs: ensure unlinked list state is consistent with nlink during scrub
Darrick J. Wong
2023-12-15
xfs: repair inode records
Darrick J. Wong
2023-12-15
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
2023-12-15
xfs: add missing nrext64 inode flag check to scrub
Darrick J. Wong
2023-12-15
xfs: try to attach dquots to files before repairing them
Darrick J. Wong
2023-12-06
xfs: make xchk_iget safer in the presence of corrupt inode btrees
Darrick J. Wong
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
2023-04-11
xfs: don't take the MMAPLOCK when scrubbing file metadata
Darrick J. Wong
2023-04-11
xfs: retain the AGI when we can't iget an inode to scrub the core
Darrick J. Wong
2023-04-11
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Darrick J. Wong
2023-04-11
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2023-04-11
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
2023-04-11
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
2023-04-11
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-11
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2022-11-16
xfs: don't warn about files that are exactly s_maxbytes long
Darrick J. Wong
2022-04-11
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
2022-01-06
xfs: warn about inodes with project id of -1
Darrick J. Wong
2021-08-20
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-07-15
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2020-11-04
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
2019-06-28
xfs: remove unused header files
Eric Sandeen
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-09-29
xfs: don't treat unknown di_flags2 as corruption in scrub
Eric Sandeen
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-30
xfs: add helpers to deal with transaction allocation and rolling
Darrick J. Wong
2018-05-15
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
2018-05-15
xfs: refactor scrub transaction allocation function
Darrick J. Wong
2018-03-23
xfs: move inode extent size hint validation to libxfs
Darrick J. Wong
2018-03-23
xfs: remove xfs_buf parameter from inode scrub methods
Darrick J. Wong
2018-03-23
xfs: inode scrubber shouldn't bother with raw checks
Darrick J. Wong
2018-01-17
xfs: cross-reference the block mappings when possible
Darrick J. Wong
2018-01-17
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
2018-01-17
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
2018-01-17
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
2018-01-17
xfs: cross-reference with the bnobt
Darrick J. Wong
2018-01-17
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
[next]