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
/
dir.c
Age
Commit message (
Expand
)
Author
2024-11-05
xfs: scrub metadata directories
Darrick J. Wong
2024-11-05
xfs: refactor directory tree root predicates
Darrick J. Wong
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
2024-04-23
xfs: deferred scrub of dirents
Darrick J. Wong
2024-04-23
xfs: check dirents have parent pointers
Darrick J. Wong
2024-04-15
xfs: online repair of directories
Darrick J. Wong
2024-04-15
xfs: validate explicit directory free block owners
Darrick J. Wong
2024-04-15
xfs: validate explicit directory block buffer owners
Darrick J. Wong
2024-04-15
xfs: validate explicit directory data buffer owners
Darrick J. Wong
2024-04-15
xfs: validate directory leaf buffer owners
Darrick J. Wong
2024-04-15
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
2024-02-22
xfs: create a predicate to determine if two xfs_names are the same
Darrick J. Wong
2023-12-15
xfs: abort directory parent scrub scans if we encounter a zapped directory
Darrick J. Wong
2023-12-15
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
2023-04-11
xfs: manage inode DONTCACHE status at irele time
Darrick J. Wong
2023-04-11
xfs: always check the existence of a dirent's child inode
Darrick J. Wong
2023-04-11
xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED
Darrick J. Wong
2023-04-11
xfs: streamline the directory iteration code for scrub
Darrick J. Wong
2023-04-11
xfs: use the directory name hash function for dir scrubbing
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: fully initialize xfs_da_args in xchk_directory_blocks
Darrick J. Wong
2022-10-10
Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-10-04
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
2022-08-17
Change calling conventions for filldir_t
Al Viro
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2021-12-21
xfs: fix a bug in the online fsck directory leaf1 bestcount check
Darrick J. Wong
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: scrub: Remove incorrect check executed on block format directories
Chandan Babu R
2020-12-09
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
2020-11-18
xfs: directory scrub should check the null bestfree entries too
Darrick J. Wong
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-03-26
xfs: directory bestfree check should release buffers
Darrick J. Wong
2020-03-12
xfs: mark dir corrupt when lookup-by-hash fails
Darrick J. Wong
2019-11-22
xfs: remove the mappedbno argument to xfs_da_read_buf
Christoph Hellwig
2019-11-22
xfs: remove the mappedbno argument to xfs_dir3_leaf_read
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_bestfree_p
Christoph Hellwig
2019-11-10
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_entry_tag_p
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_entsize
Christoph Hellwig
2019-11-10
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
Christoph Hellwig
2019-11-10
xfs: cleanup xchk_directory_data_bestfree
Christoph Hellwig
2019-11-10
xfs: cleanup xchk_dir_rec
Christoph Hellwig
2019-11-10
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
2019-11-10
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
2019-11-10
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
Christoph Hellwig
2019-11-10
xfs: devirtualize ->leaf_hdr_from_disk
Christoph Hellwig
[next]