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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-09
smb/client: use bsearch() to find target in smb2_error_map_table
ChenXiaoSong
1
-12
/
+34
2026-02-09
smb/client: check whether smb2_error_map_table is sorted in ascending order
ChenXiaoSong
3
-0
/
+23
2026-02-09
cifs: Autogenerate SMB2 error mapping table
David Howells
4
-2396
/
+112
2026-02-09
cifs: Label SMB2 statuses with errors
David Howells
1
-1744
/
+1744
2026-02-09
cifs: SMB1 split: Make BCC accessors conditional
David Howells
1
-2
/
+2
2026-02-09
cifs: SMB1 split: connect.c
David Howells
5
-271
/
+253
2026-02-09
cifs: SMB1 split: sess.c
David Howells
5
-984
/
+1003
2026-02-09
cifs: SMB1 split: cifsencrypt.c
David Howells
5
-128
/
+149
2026-02-09
cifs: SMB1 split: netmisc.c
David Howells
6
-826
/
+846
2026-02-09
cifs: SMB1 split: misc.c
David Howells
5
-169
/
+185
2026-02-09
cifs: SMB1 split: cifs_debug.c
David Howells
6
-17
/
+37
2026-02-09
cifs: SMB1 split: Move inline funcs
David Howells
2
-12
/
+12
2026-02-09
cifs: Fix cifs_dump_mids() to call ->dump_detail
David Howells
1
-1
/
+1
2026-02-09
cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()
David Howells
2
-7
/
+6
2026-02-09
cifs: SMB1 split: Move BCC access functions
David Howells
2
-35
/
+34
2026-02-09
cifs: SMB1 split: Adjust #includes
David Howells
13
-11
/
+4
2026-02-09
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
23
-2358
/
+2363
2026-02-09
cifs: SMB1 split: Add some #includes
David Howells
2
-4
/
+5
2026-02-09
cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.c
David Howells
4
-128
/
+128
2026-02-09
cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.c
David Howells
3
-171
/
+173
2026-02-09
cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
David Howells
3
-213
/
+219
2026-02-09
cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
David Howells
3
-12
/
+39
2026-02-09
cifs: SMB1 split: Rename cifstransport.c
David Howells
2
-1
/
+4
2026-02-09
cifs: Scripted clean up fs/smb/client/ntlmssp.h
David Howells
1
-7
/
+8
2026-02-09
cifs: Scripted clean up fs/smb/client/reparse.h
David Howells
1
-6
/
+7
2026-02-09
cifs: Scripted clean up fs/smb/client/smb2proto.h
David Howells
1
-252
/
+216
2026-02-09
cifs: Scripted clean up fs/smb/client/cifs_debug.h
David Howells
1
-1
/
+2
2026-02-09
cifs: Scripted clean up fs/smb/client/cifs_swn.h
David Howells
1
-5
/
+5
2026-02-09
cifs: Scripted clean up fs/smb/client/compress.h
David Howells
1
-1
/
+2
2026-02-09
cifs: Scripted clean up fs/smb/client/cifs_spnego.h
David Howells
1
-2
/
+2
2026-02-09
cifs: Scripted clean up fs/smb/client/fs_context.h
David Howells
1
-7
/
+9
2026-02-09
cifs: Scripted clean up fs/smb/client/fscache.h
David Howells
1
-5
/
+5
2026-02-09
cifs: Scripted clean up fs/smb/client/cifsglob.h
David Howells
1
-6
/
+6
2026-02-09
cifs: Scripted clean up fs/smb/client/dns_resolve.h
David Howells
1
-2
/
+2
2026-02-09
cifs: Scripted clean up fs/smb/client/dfs_cache.h
David Howells
1
-7
/
+12
2026-02-09
cifs: Scripted clean up fs/smb/client/cifsfs.h
David Howells
1
-56
/
+58
2026-02-09
cifs: Scripted clean up fs/smb/client/netlink.h
David Howells
1
-2
/
+2
2026-02-09
cifs: Scripted clean up fs/smb/client/cifs_unicode.h
David Howells
1
-8
/
+9
2026-02-09
cifs: Scripted clean up fs/smb/client/cifsproto.h
David Howells
1
-503
/
+462
2026-02-09
cifs: Scripted clean up fs/smb/client/dfs.h
David Howells
1
-1
/
+2
2026-02-09
cifs: Scripted clean up fs/smb/client/cached_dir.h
David Howells
1
-17
/
+13
2026-02-09
smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=n
Henrique Carvalho
1
-0
/
+14
2026-02-09
smb: client: introduce multichannel async work during mount
Henrique Carvalho
2
-3
/
+63
2026-02-09
smb: client: prevent races in ->query_interfaces()
Henrique Carvalho
1
-11
/
+8
2026-02-09
smb: client: add proper locking around ses->iface_last_update
Henrique Carvalho
1
-0
/
+2
2026-02-09
smb: client: split cached_fid bitfields to avoid shared-byte RMW races
Henrique Carvalho
1
-4
/
+4
2026-02-09
cifs: Fix locking usage for tcon fields
Shyam Prasad N
5
-10
/
+11
2026-02-09
cifs: Corrections to lock ordering notes
Shyam Prasad N
1
-4
/
+11
2026-02-09
cifs: make retry logic in read/write path consistent with other paths
Shyam Prasad N
2
-7
/
+74
2026-02-09
netfs: avoid double increment of retry_count in subreq
Shyam Prasad N
1
-1
/
+0
[next]