index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
xfs: don't fail repairs on metadata files with no attr fork
Darrick J. Wong
1
-3
/
+5
2024-10-11
xfs: fix integer overflow in xrep_bmap
Darrick J. Wong
1
-1
/
+1
2024-10-07
xfs: scrub: convert comma to semicolon
Yan Zhen
1
-2
/
+2
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2024-09-09
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
1
-3
/
+3
2024-09-01
xfs: replace shouty XFS_BM{BT,DR} macros
Darrick J. Wong
2
-7
/
+7
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
3
-14
/
+11
2024-09-01
xfs: add xchk_setup_nothing and xchk_nothing helpers
Darrick J. Wong
2
-40
/
+18
2024-09-01
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
1
-1
/
+1
2024-08-26
xfs: fix folio dirtying for XFILE_ALLOC callers
Darrick J. Wong
1
-1
/
+1
2024-08-14
xfs: attr forks require attr, not attr2
Darrick J. Wong
1
-1
/
+7
2024-07-29
xfs: convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-29
xfs: fix file_path handling in tracepoints
Darrick J. Wong
1
-6
/
+4
2024-07-29
xfs: fix a memory leak
Darrick J. Wong
1
-1
/
+1
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
2
-5
/
+7
2024-07-02
xfs: move dirent update hooks to xfs_dir2.c
Darrick J. Wong
1
-0
/
+1
2024-07-02
xfs: separate the icreate logic around INIT_XATTRS
Darrick J. Wong
1
-1
/
+1
2024-07-02
xfs: wrap inode creation dqalloc calls
Darrick J. Wong
1
-5
/
+4
2024-07-02
xfs: pack icreate initialization parameters into a separate structure
Darrick J. Wong
1
-5
/
+7
2024-07-01
xfs: Remove header files which are included more than once
Wenchao Hao
1
-1
/
+0
2024-05-27
xfs: don't open-code u64_to_user_ptr
Darrick J. Wong
1
-1
/
+1
2024-05-27
xfs: drop xfarray sortinfo folio on error
Darrick J. Wong
1
-3
/
+6
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-5
/
+5
2024-05-02
xfs: create a helper to compute the blockcount of a max sized remote value
Darrick J. Wong
1
-2
/
+2
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
2
-8
/
+0
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
2
-16
/
+11
2024-04-26
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
1
-18
/
+1
2024-04-26
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
1
-19
/
+1
2024-04-26
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
1
-18
/
+1
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
1
-34
/
+1
2024-04-24
xfs: Remove unused function xrep_dir_self_parent
Jiapeng Chong
1
-21
/
+0
2024-04-23
xfs: invalidate dentries for a file before moving it to the orphanage
Darrick J. Wong
2
-29
/
+20
2024-04-23
xfs: exchange-range for repairs is no longer dynamic
Darrick J. Wong
10
-45
/
+25
2024-04-23
xfs: fix iunlock calls in xrep_adoption_trans_alloc
Darrick J. Wong
1
-1
/
+1
2024-04-23
xfs: drop the scrub file's iolock when transaction allocation fails
Darrick J. Wong
1
-1
/
+3
2024-04-23
xfs: only iget the file once when doing vectored scrub-by-handle
Darrick J. Wong
1
-0
/
+45
2024-04-23
xfs: use dontcache for grabbing inodes during scrub
Darrick J. Wong
3
-11
/
+21
2024-04-23
xfs: introduce vectored scrub mode
Darrick J. Wong
3
-1
/
+229
2024-04-23
xfs: move xfs_ioc_scrub_metadata to scrub.c
Darrick J. Wong
2
-3
/
+28
2024-04-23
xfs: reduce the rate of cond_resched calls inside scrub
Darrick J. Wong
6
-31
/
+74
2024-04-23
xfs: fix corruptions in the directory tree
Darrick J. Wong
8
-7
/
+924
2024-04-23
xfs: report directory tree corruption in the health information
Darrick J. Wong
1
-0
/
+1
2024-04-23
xfs: invalidate dirloop scrub path data when concurrent updates happen
Darrick J. Wong
3
-1
/
+244
2024-04-23
xfs: teach online scrub to find directory tree structure problems
Darrick J. Wong
10
-1
/
+1165
2024-04-23
xfs: inode repair should ensure there's an attr fork to store parent pointers
Darrick J. Wong
1
-0
/
+41
2024-04-23
xfs: repair link count of nondirectories after rebuilding parent pointers
Darrick J. Wong
1
-0
/
+107
2024-04-23
xfs: adapt the orphanage code to handle parent pointers
Darrick J. Wong
3
-0
/
+43
2024-04-23
xfs: actually rebuild the parent pointer xattrs
Darrick J. Wong
5
-22
/
+699
2024-04-23
xfs: add a per-leaf block callback to xchk_xattr_walk
Darrick J. Wong
6
-8
/
+20
2024-04-23
xfs: implement live updates for parent pointer repairs
Darrick J. Wong
2
-5
/
+100
[next]