index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
orphanage.c
Age
Commit message (
Expand
)
Author
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
2024-11-05
xfs: refactor directory tree root predicates
Darrick J. Wong
2024-11-05
xfs: rename metadata inode predicates
Darrick J. Wong
2024-04-23
xfs: invalidate dentries for a file before moving it to the orphanage
Darrick J. Wong
2024-04-23
xfs: fix iunlock calls in xrep_adoption_trans_alloc
Darrick J. Wong
2024-04-23
xfs: fix corruptions in the directory tree
Darrick J. Wong
2024-04-23
xfs: adapt the orphanage code to handle parent pointers
Darrick J. Wong
2024-04-23
xfs: Add parent pointers to rename
Allison Henderson
2024-04-23
xfs: add parent attributes to link
Allison Henderson
2024-04-15
xfs: ensure dentry consistency when the orphanage adopts a file
Darrick J. Wong
2024-04-15
xfs: move orphan files to the orphanage
Darrick J. Wong