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
2024-07-11
erofs: avoid refcounting short-lived pages
Gao Xiang
3
-26
/
+24
2024-07-10
ext4: make sure the first directory block is not a hole
Baokun Li
1
-11
/
+6
2024-07-10
ext4: check dot and dotdot of dx_root before making dir indexed
Baokun Li
1
-5
/
+51
2024-07-10
f2fs: clean up addrs_per_{inode,block}()
Chao Yu
1
-13
/
+7
2024-07-10
f2fs: clean up F2FS_I()
Chao Yu
5
-93
/
+88
2024-07-10
f2fs: use meta inode for GC of COW file
Sunmin Jeong
6
-7
/
+23
2024-07-10
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
4
-9
/
+14
2024-07-10
f2fs: only fragment segment in the same section
Sheng Yong
1
-3
/
+11
2024-07-10
f2fs: fix to update user block counts in block_operations()
Chao Yu
1
-5
/
+5
2024-07-10
f2fs: remove unreachable lazytime mount option parsing
Eric Sandeen
1
-10
/
+0
2024-07-10
f2fs: fix null reference error when checking end of zone
Daejun Park
1
-1
/
+3
2024-07-10
Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-3
/
+36
2024-07-10
Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
23
-142
/
+256
2024-07-10
nfs: remove nfs_page_length
Christoph Hellwig
1
-19
/
+0
2024-07-10
nfs: remove the unused max_deviceinfo_size field from struct pnfs_layoutdrive...
Christoph Hellwig
2
-4
/
+0
2024-07-10
bcachefs: fix scheduling while atomic in break_cycle()
Kent Overstreet
3
-4
/
+24
2024-07-10
bcachefs: Fix RCU splat
Kent Overstreet
2
-1
/
+9
2024-07-10
bcachefs: Add missing bch2_trans_begin()
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Fix missing error check in journal_entry_btree_keys_validate()
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Warn on attempting a move with no replicas
Kent Overstreet
1
-0
/
+10
2024-07-10
bcachefs: bch2_data_update_to_text()
Kent Overstreet
3
-25
/
+39
2024-07-10
bcachefs: Log mount failure error code
Kent Overstreet
1
-0
/
+2
2024-07-10
bcachefs: Fix undefined behaviour in eytzinger1_first()
Kent Overstreet
1
-2
/
+4
2024-07-10
bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
1
-1
/
+2
2024-07-10
bcachefs: Fix bch2_inode_insert() race path for tmpfiles
Kent Overstreet
1
-0
/
+6
2024-07-10
bcachefs: Fix journal getting stuck on a flush commit
Kent Overstreet
1
-4
/
+6
2024-07-10
erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
Hongzhen Luo
1
-2
/
+2
2024-07-10
minixfs: Fix minixfs_rename with HIGHMEM
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-07-09
f2fs: fix start segno of large section
Sheng Yong
1
-1
/
+2
2024-07-09
Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-4
/
+52
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-2
/
+3
2024-07-09
virtio-fs: improved request latencies when Virtio queue is full
Peter-Jan Gootzen
1
-15
/
+19
2024-07-09
virtio-fs: let -ENOMEM bubble up or burst gently
Peter-Jan Gootzen
1
-3
/
+3
2024-07-09
erofs: tidy up stream decompressors
Gao Xiang
5
-304
/
+209
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
8
-78
/
+69
2024-07-09
erofs: move each decompressor to its own source file
Gao Xiang
6
-50
/
+44
2024-07-09
gfs2: Clean up glock demote logic
Andreas Gruenbacher
1
-6
/
+6
2024-07-08
ext4: sanity check for NULL pointer after ext4_force_shutdown
Wojciech Gładysz
2
-0
/
+7
2024-07-08
jbd2: increase maximum transaction size
Jan Kara
1
-1
/
+1
2024-07-08
jbd2: drop pointless shrinker batch initialization
Jan Kara
1
-1
/
+0
2024-07-08
jbd2: avoid infinite transaction commit loop
Jan Kara
1
-7
/
+14
2024-07-08
jbd2: precompute number of transaction descriptor blocks
Jan Kara
2
-38
/
+47
2024-07-08
jbd2: make jbd2_journal_get_max_txn_bufs() internal
Jan Kara
2
-1
/
+6
2024-07-08
jbd2: avoid mount failed when commit block is partial submitted
Ye Bin
1
-0
/
+30
2024-07-08
ext4: avoid writing unitialized memory to disk in EA inodes
Jan Kara
1
-0
/
+6
2024-07-08
ext4: don't track ranges in fast_commit if inode has inlined data
Luis Henriques (SUSE)
1
-0
/
+6
2024-07-08
ext4: fix possible tid_t sequence overflows
Luis Henriques (SUSE)
1
-4
/
+4
2024-07-09
xfs: fix rtalloc rotoring when delalloc is in use
Christoph Hellwig
1
-1
/
+2
2024-07-08
nfsd: new netlink ops to get/set server pool_mode
Jeff Layton
3
-0
/
+76
2024-07-08
nfsd: allow passing in array of thread counts via netlink
Jeff Layton
2
-13
/
+31
[prev]
[next]