index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-10
smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
Venkat Rao Bagalkote
1
-0
/
+1
2026-04-07
smb: client: fix OOB reads parsing symlink error response
Greg Kroah-Hartman
1
-8
/
+12
2026-04-07
smb: client: fix off-by-8 bounds check in check_wsl_eas()
Greg Kroah-Hartman
1
-1
/
+1
2026-04-06
smb: client: Remove unnecessary selection of CRYPTO_ECB
Eric Biggers
2
-2
/
+0
2026-04-06
smb/client: move smb2maperror declarations to smb2proto.h
ZhangGuoDong
3
-8
/
+8
2026-04-06
smb/client: introduce KUnit tests to check DOS/SRV err mapping search
Youling Tang
4
-5
/
+59
2026-04-06
smb/client: check if SMB1 DOS/SRV error mapping arrays are sorted
Youling Tang
1
-0
/
+12
2026-04-06
smb/client: use binary search for SMB1 DOS/SRV error mapping
Huiwen He
1
-30
/
+37
2026-04-06
smb/client: autogenerate SMB1 DOS/SRV to POSIX error mapping
Huiwen He
5
-79
/
+62
2026-04-06
smb/client: annotate smberr.h with POSIX error codes
Huiwen He
1
-142
/
+256
2026-04-06
smb/client: move ERRnetlogonNotStarted to DOS error class
Huiwen He
1
-1
/
+1
2026-04-06
smb/client: introduce KUnit test to check ntstatus_to_dos_map search
Youling Tang
5
-0
/
+95
2026-04-06
smb/client: check if ntstatus_to_dos_map is sorted
Youling Tang
3
-0
/
+39
2026-04-06
smb/client: use binary search for NT status to DOS mapping
Huiwen He
1
-13
/
+19
2026-04-06
smb/client: refactor ntstatus_to_dos() to return mapping entry
Huiwen He
1
-32
/
+19
2026-04-06
smb/client: replace nt_errs with ntstatus_to_dos_map
Huiwen He
4
-719
/
+12
2026-04-06
smb/client: autogenerate SMB1 NT status to DOS error mapping
Huiwen He
5
-555
/
+122
2026-04-06
smb/client: annotate nterr.h with DOS error codes
Huiwen He
1
-533
/
+534
2026-04-06
smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()
SunJianHao
1
-1
/
+1
2026-04-06
fs/smb/client: add verbose error logging for UNC parsing
Fredric Cover
1
-3
/
+9
2026-04-03
Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+4
2026-04-02
Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd
Linus Torvalds
3
-32
/
+134
2026-04-02
Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-04-01
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
Fredric Cover
1
-0
/
+4
2026-03-31
Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-24
/
+39
2026-03-31
btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...
robbieko
1
-1
/
+1
2026-03-30
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
3
-32
/
+134
2026-03-30
Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-36
/
+162
2026-03-29
Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-16
/
+58
2026-03-29
Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
18
-114
/
+449
2026-03-29
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-39
/
+74
2026-03-28
ext4: always drain queued discard work in ext4_mb_release()
Theodore Ts'o
1
-7
/
+5
2026-03-28
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
1
-0
/
+2
2026-03-28
ext4: skip split extent recovery on corruption
hongao
1
-3
/
+13
2026-03-28
ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Baokun Li
1
-5
/
+8
2026-03-28
ext4: fix deadlock on inode reallocation
Jan Kara
1
-0
/
+21
2026-03-28
ext4: fix use-after-free in update_super_work when racing with umount
Jiayuan Chen
3
-1
/
+11
2026-03-28
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
2
-13
/
+5
2026-03-28
ext4: reject mount if bigalloc with s_first_data_block != 0
Helen Koike
1
-0
/
+7
2026-03-28
ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
4
-11
/
+51
2026-03-28
ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
4
-45
/
+172
2026-03-28
ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helper
Ye Bin
1
-0
/
+5
2026-03-28
jbd2: gracefully abort on checkpointing state corruptions
Milos Nikic
1
-2
/
+13
2026-03-28
ext4: avoid infinite loops caused by residual data
Edward Adam Davis
1
-2
/
+6
2026-03-28
ext4: validate p_idx bounds in ext4_ext_correct_indexes
Tejas Bharambe
1
-0
/
+15
2026-03-28
ext4: test if inode's all dirty pages are submitted to disk
Ye Bin
1
-0
/
+8
2026-03-28
ext4: minor fix for ext4_split_extent_zeroout()
Ojaswin Mujoo
1
-1
/
+1
2026-03-28
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
1
-1
/
+5
2026-03-28
ext4: kunit: extents-test: lix percpu_counters list corruption
Ritesh Harjani (IBM)
1
-1
/
+3
2026-03-28
ext4: publish jinode after initialization
Li Chen
2
-6
/
+13
[next]