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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix folio dirtying for XFILE_ALLOC callers
Darrick J. Wong
2024-08-26
1
-1
/
+1
*
xfs: attr forks require attr, not attr2
Darrick J. Wong
2024-08-14
1
-1
/
+7
*
xfs: convert comma to semicolon
Chen Ni
2024-07-29
1
-1
/
+1
*
xfs: fix file_path handling in tracepoints
Darrick J. Wong
2024-07-29
1
-6
/
+4
*
xfs: fix a memory leak
Darrick J. Wong
2024-07-29
1
-1
/
+1
*
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
2024-07-02
2
-5
/
+7
*
xfs: move dirent update hooks to xfs_dir2.c
Darrick J. Wong
2024-07-02
1
-0
/
+1
*
xfs: separate the icreate logic around INIT_XATTRS
Darrick J. Wong
2024-07-02
1
-1
/
+1
*
xfs: wrap inode creation dqalloc calls
Darrick J. Wong
2024-07-02
1
-5
/
+4
*
xfs: pack icreate initialization parameters into a separate structure
Darrick J. Wong
2024-07-02
1
-5
/
+7
*
xfs: Remove header files which are included more than once
Wenchao Hao
2024-07-01
1
-1
/
+0
*
xfs: don't open-code u64_to_user_ptr
Darrick J. Wong
2024-05-27
1
-1
/
+1
*
xfs: drop xfarray sortinfo folio on error
Darrick J. Wong
2024-05-27
1
-3
/
+6
*
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-22
1
-5
/
+5
*
xfs: create a helper to compute the blockcount of a max sized remote value
Darrick J. Wong
2024-05-02
1
-2
/
+2
*
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
2024-04-30
2
-8
/
+0
*
xfs: refactor dir format helpers
Christoph Hellwig
2024-04-26
2
-16
/
+11
*
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
2024-04-26
1
-18
/
+1
*
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
2024-04-26
1
-19
/
+1
*
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
2024-04-26
1
-18
/
+1
*
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
2024-04-26
1
-34
/
+1
*
xfs: Remove unused function xrep_dir_self_parent
Jiapeng Chong
2024-04-24
1
-21
/
+0
*
xfs: invalidate dentries for a file before moving it to the orphanage
Darrick J. Wong
2024-04-23
2
-29
/
+20
*
xfs: exchange-range for repairs is no longer dynamic
Darrick J. Wong
2024-04-23
10
-45
/
+25
*
xfs: fix iunlock calls in xrep_adoption_trans_alloc
Darrick J. Wong
2024-04-23
1
-1
/
+1
*
xfs: drop the scrub file's iolock when transaction allocation fails
Darrick J. Wong
2024-04-23
1
-1
/
+3
*
xfs: only iget the file once when doing vectored scrub-by-handle
Darrick J. Wong
2024-04-23
1
-0
/
+45
*
xfs: use dontcache for grabbing inodes during scrub
Darrick J. Wong
2024-04-23
3
-11
/
+21
*
xfs: introduce vectored scrub mode
Darrick J. Wong
2024-04-23
3
-1
/
+229
*
xfs: move xfs_ioc_scrub_metadata to scrub.c
Darrick J. Wong
2024-04-23
2
-3
/
+28
*
xfs: reduce the rate of cond_resched calls inside scrub
Darrick J. Wong
2024-04-23
6
-31
/
+74
*
xfs: fix corruptions in the directory tree
Darrick J. Wong
2024-04-23
8
-7
/
+924
*
xfs: report directory tree corruption in the health information
Darrick J. Wong
2024-04-23
1
-0
/
+1
*
xfs: invalidate dirloop scrub path data when concurrent updates happen
Darrick J. Wong
2024-04-23
3
-1
/
+244
*
xfs: teach online scrub to find directory tree structure problems
Darrick J. Wong
2024-04-23
10
-1
/
+1165
*
xfs: inode repair should ensure there's an attr fork to store parent pointers
Darrick J. Wong
2024-04-23
1
-0
/
+41
*
xfs: repair link count of nondirectories after rebuilding parent pointers
Darrick J. Wong
2024-04-23
1
-0
/
+107
*
xfs: adapt the orphanage code to handle parent pointers
Darrick J. Wong
2024-04-23
3
-0
/
+43
*
xfs: actually rebuild the parent pointer xattrs
Darrick J. Wong
2024-04-23
5
-22
/
+699
*
xfs: add a per-leaf block callback to xchk_xattr_walk
Darrick J. Wong
2024-04-23
6
-8
/
+20
*
xfs: implement live updates for parent pointer repairs
Darrick J. Wong
2024-04-23
2
-5
/
+100
*
xfs: repair directory parent pointers by scanning for dirents
Darrick J. Wong
2024-04-23
2
-3
/
+447
*
xfs: replay unlocked parent pointer updates that accrue during xattr repair
Darrick J. Wong
2024-04-23
2
-2
/
+509
*
xfs: implement live updates for directory repairs
Darrick J. Wong
2024-04-23
4
-22
/
+218
*
xfs: repair directories by scanning directory parent pointers
Darrick J. Wong
2024-04-23
1
-6
/
+341
*
xfs: salvage parent pointers when rebuilding xattr structures
Darrick J. Wong
2024-04-23
2
-9
/
+65
*
xfs: make the reserved block permission flag explicit in xfs_attr_set
Darrick J. Wong
2024-04-23
1
-1
/
+1
*
xfs: remove some boilerplate from xfs_attr_set
Darrick J. Wong
2024-04-23
1
-0
/
+4
*
xfs: check parent pointer xattrs when scrubbing
Darrick J. Wong
2024-04-23
1
-0
/
+16
*
xfs: walk directory parent pointers to determine backref count
Darrick J. Wong
2024-04-23
6
-1
/
+177
[next]