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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
3
-60
/
+43
2024-04-24
xfs: Remove unused function xrep_dir_self_parent
Jiapeng Chong
1
-21
/
+0
2024-04-24
Merge tag 'repair-fixes-6.10_2024-04-23' of https://git.kernel.org/pub/scm/li...
Chandan Babu R
12
-76
/
+49
2024-04-24
Merge tag 'reduce-scrub-iget-overhead-6.10_2024-04-23' of https://git.kernel....
Chandan Babu R
4
-11
/
+66
2024-04-24
Merge tag 'vectorized-scrub-6.10_2024-04-23' of https://git.kernel.org/pub/sc...
Chandan Babu R
10
-59
/
+366
2024-04-24
Merge tag 'scrub-directory-tree-6.10_2024-04-23' of https://git.kernel.org/pu...
Chandan Babu R
21
-4
/
+2337
2024-04-24
Merge tag 'repair-pptrs-6.10_2024-04-23' of https://git.kernel.org/pub/scm/li...
Chandan Babu R
25
-123
/
+2742
2024-04-24
Merge tag 'scrub-pptrs-6.10_2024-04-23' of https://git.kernel.org/pub/scm/lin...
Chandan Babu R
13
-11
/
+1307
2024-04-24
Merge tag 'pptrs-6.10_2024-04-23' of https://git.kernel.org/pub/scm/linux/ker...
Chandan Babu R
42
-832
/
+2807
2024-04-24
Merge tag 'improve-attr-validation-6.10_2024-04-23' of https://git.kernel.org...
Chandan Babu R
11
-72
/
+299
2024-04-24
Merge tag 'shrink-dirattr-args-6.10_2024-04-23' of https://git.kernel.org/pub...
Chandan Babu R
11
-65
/
+80
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: only iget the file once when doing vectored scrub-by-handle
Darrick J. Wong
1
-0
/
+45
2024-04-23
xfs: introduce vectored scrub mode
Darrick J. Wong
5
-1
/
+264
2024-04-23
xfs: drop the scrub file's iolock when transaction allocation fails
Darrick J. Wong
1
-1
/
+3
2024-04-23
xfs: use dontcache for grabbing inodes during scrub
Darrick J. Wong
3
-11
/
+21
2024-04-23
xfs: fix corruptions in the directory tree
Darrick J. Wong
11
-8
/
+927
2024-04-23
xfs: move xfs_ioc_scrub_metadata to scrub.c
Darrick J. Wong
3
-27
/
+28
2024-04-23
xfs: report directory tree corruption in the health information
Darrick J. Wong
4
-1
/
+6
2024-04-23
xfs: reduce the rate of cond_resched calls inside scrub
Darrick J. Wong
6
-31
/
+74
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: invalidate dirloop scrub path data when concurrent updates happen
Darrick J. Wong
3
-1
/
+244
2024-04-23
xfs: repair link count of nondirectories after rebuilding parent pointers
Darrick J. Wong
1
-0
/
+107
2024-04-23
xfs: teach online scrub to find directory tree structure problems
Darrick J. Wong
12
-2
/
+1168
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
7
-23
/
+701
2024-04-23
xfs: add a per-leaf block callback to xchk_xattr_walk
Darrick J. Wong
6
-8
/
+20
2024-04-23
xfs: split xfs_bmap_add_attrfork into two pieces
Darrick J. Wong
3
-28
/
+50
2024-04-23
xfs: remove pointless unlocked assertion
Darrick J. Wong
1
-2
/
+0
2024-04-23
xfs: implement live updates for parent pointer repairs
Darrick J. Wong
2
-5
/
+100
2024-04-23
xfs: repair directory parent pointers by scanning for dirents
Darrick J. Wong
2
-3
/
+447
2024-04-23
xfs: replay unlocked parent pointer updates that accrue during xattr repair
Darrick J. Wong
2
-2
/
+509
2024-04-23
xfs: implement live updates for directory repairs
Darrick J. Wong
4
-22
/
+218
2024-04-23
xfs: repair directories by scanning directory parent pointers
Darrick J. Wong
1
-6
/
+341
2024-04-23
xfs: add raw parent pointer apis to support repair
Darrick J. Wong
4
-2
/
+72
2024-04-23
xfs: check parent pointer xattrs when scrubbing
Darrick J. Wong
1
-0
/
+16
2024-04-23
xfs: salvage parent pointers when rebuilding xattr structures
Darrick J. Wong
2
-9
/
+65
2024-04-23
xfs: walk directory parent pointers to determine backref count
Darrick J. Wong
6
-1
/
+177
2024-04-23
xfs: make the reserved block permission flag explicit in xfs_attr_set
Darrick J. Wong
4
-6
/
+6
2024-04-23
xfs: remove some boilerplate from xfs_attr_set
Darrick J. Wong
3
-23
/
+38
2024-04-23
xfs: deferred scrub of parent pointers
Darrick J. Wong
3
-8
/
+264
2024-04-23
xfs: scrub parent pointers
Darrick J. Wong
1
-0
/
+371
2024-04-23
xfs: deferred scrub of dirents
Darrick J. Wong
4
-3
/
+346
2024-04-23
xfs: check dirents have parent pointers
Darrick J. Wong
3
-1
/
+138
2024-04-23
xfs: enable parent pointers
Darrick J. Wong
1
-1
/
+2
2024-04-23
xfs: revert commit 44af6c7e59b12
Darrick J. Wong
1
-8
/
+5
2024-04-23
xfs: drop compatibility minimum log size computations for reflink
Darrick J. Wong
1
-0
/
+14
2024-04-23
xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
Darrick J. Wong
1
-0
/
+32
[next]