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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-10
xfs: fix agf_fllast when repairing an empty AGFL
Darrick J. Wong
1
-1
/
+4
2023-08-10
xfs: clear pagf_agflreset when repairing the AGFL
Darrick J. Wong
1
-1
/
+4
2023-08-10
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
3
-3
/
+17
2023-08-10
xfs: don't complain about unfixed metadata when repairs were injected
Darrick J. Wong
2
-5
/
+14
2023-08-10
xfs: allow the user to cancel repairs before we start writing
Darrick J. Wong
1
-0
/
+16
2023-08-10
xfs: always rescan allegedly healthy per-ag metadata after repair
Darrick J. Wong
1
-0
/
+10
2023-08-10
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
7
-28
/
+298
2023-08-10
xfs: move the realtime summary file scrubber to a separate source file
Darrick J. Wong
3
-38
/
+60
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
8
-29
/
+53
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
6
-13
/
+36
2023-08-10
xfs: track usage statistics of online fsck
Darrick J. Wong
10
-9
/
+535
2023-08-10
xfs: create scaffolding for creating debugfs entries
Darrick J. Wong
4
-2
/
+34
2023-08-10
xfs: improve xfarray quicksort pivot
Darrick J. Wong
2
-69
/
+148
2023-08-10
xfs: cache pages used for xfarray quicksort convergence
Darrick J. Wong
2
-10
/
+86
2023-08-10
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
3
-0
/
+121
2023-08-10
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
3
-0
/
+120
2023-08-10
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
3
-120
/
+39
2023-08-10
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
3
-0
/
+750
2023-08-10
xfs: create a big array data structure
Darrick J. Wong
8
-1
/
+922
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
5
-95
/
+45
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
8
-121
/
+409
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
3
-2
/
+22
2023-08-10
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
3
-17
/
+25
2023-08-10
xfs: use deferred frees to reap old btree blocks
Darrick J. Wong
1
-4
/
+26
2023-08-10
xfs: only allow reaping of per-AG blocks in xrep_reap_extents
Darrick J. Wong
1
-32
/
+13
2023-08-10
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
2
-55
/
+42
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
6
-234
/
+283
2023-08-10
xfs: cull repair code that will never get used
Darrick J. Wong
3
-111
/
+0
2023-08-06
Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-42
/
+79
2023-08-06
fs: rely on ->iterate_shared to determine f_pos locking
Christian Brauner
1
-1
/
+1
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
10
-39
/
+76
2023-08-06
proc: fix missing conversion to 'iterate_shared'
Linus Torvalds
1
-1
/
+1
2023-08-06
open: make RESOLVE_CACHED correctly test for O_TMPFILE
Aleksa Sarai
1
-1
/
+1
2023-08-05
Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+5
2023-08-04
Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-2
/
+17
2023-08-04
file: reinstate f_pos locking optimization for regular files
Linus Torvalds
1
-1
/
+17
2023-08-03
Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+6
2023-08-03
Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+4
2023-08-02
Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-20
/
+22
2023-08-02
smb: client: fix dfs link mount against w2k8
Paulo Alcantara
1
-1
/
+5
2023-08-02
ceph: defer stopping mdsc delayed_work
Xiubo Li
3
-2
/
+17
2023-08-01
erofs: drop unnecessary WARN_ON() in erofs_kill_sb()
Gao Xiang
1
-2
/
+0
2023-08-01
erofs: fix wrong primary bvec selection on deduplicated extents
Gao Xiang
1
-3
/
+4
2023-07-30
nfsd: Fix reading via splice
David Howells
1
-3
/
+6
2023-07-29
Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-7
/
+19
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
1
-12
/
+0
2023-07-28
Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2023-07-28
Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2023-07-28
Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-19
/
+8
2023-07-27
proc/vmcore: fix signedness bug in read_from_oldmem()
Dan Carpenter
1
-1
/
+1
[next]