index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
ksmbd: fix null pointer dereference in alloc_preauth_hash()
Namjae Jeon
3
-5
/
+24
2025-04-10
ksmbd: validate zero num_subauth before sub_auth is accessed
Norbert Szetei
1
-0
/
+5
2025-04-10
ksmbd: fix overflow in dacloffset bounds check
Norbert Szetei
1
-4
/
+12
2025-04-10
ksmbd: fix session use-after-free in multichannel connection
Namjae Jeon
3
-11
/
+14
2025-04-10
ksmbd: fix use-after-free in ksmbd_sessions_deregister()
Namjae Jeon
1
-0
/
+3
2025-04-10
ksmbd: add bounds check for create lease context
Norbert Szetei
1
-0
/
+8
2025-04-10
ksmbd: add bounds check for durable handle context
Namjae Jeon
1
-0
/
+21
2025-04-10
ksmbd: fix r_count dec/increment mismatch
Namjae Jeon
1
-2
/
+2
2025-04-10
ksmbd: fix multichannel connection failure
Namjae Jeon
3
-8
/
+22
2025-04-10
ksmbd: use aead_request_free to match aead_request_alloc
Miaoqian Lin
1
-1
/
+1
2025-04-10
smb: client: Fix netns refcount imbalance causing leaks and use-after-free
Wang Zhaolong
1
-8
/
+8
2025-03-17
smb: client: don't retry IO on failed negprotos with soft mounts
Paulo Alcantara
2
-73
/
+69
2025-03-14
Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
7
-39
/
+45
2025-03-13
smb: client: Fix match_session bug preventing session reuse
Henrique Carvalho
1
-4
/
+12
2025-03-13
cifs: Fix integer overflow while processing closetimeo mount option
Murad Masimov
1
-2
/
+2
2025-03-13
cifs: Fix integer overflow while processing actimeo mount option
Murad Masimov
1
-1
/
+1
2025-03-13
cifs: Fix integer overflow while processing acdirmax mount option
Murad Masimov
1
-2
/
+2
2025-03-13
cifs: Fix integer overflow while processing acregmax mount option
Murad Masimov
1
-2
/
+2
2025-03-13
smb: client: fix regression with guest option
Paulo Alcantara
1
-0
/
+4
2025-03-10
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
4
-12
/
+30
2025-03-10
ksmbd: fix use-after-free in ksmbd_free_work_struct
Namjae Jeon
4
-27
/
+15
2025-03-02
cifs: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-2
/
+6
2025-03-02
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-1
/
+4
2025-03-02
smb: common: change the data type of num_aces to le16
Namjae Jeon
4
-30
/
+32
2025-03-02
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
1
-1
/
+1
2025-03-02
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
1
-3
/
+3
2025-03-02
ksmbd: fix type confusion via race condition when using ipc_msg_send_request
Namjae Jeon
1
-0
/
+1
2025-03-02
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
1
-0
/
+16
2025-02-25
cifs: Fix the smb1 readv callback to correctly call netfs
David Howells
1
-1
/
+2
2025-02-20
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2025-02-19
cifs: Treat unhandled directory name surrogate reparse points as mount direct...
Pali Rohár
2
-0
/
+16
2025-02-19
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...
Pali Rohár
1
-3
/
+2
2025-02-19
smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...
Steve French
4
-7
/
+29
2025-02-19
smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
2
-12
/
+22
2025-02-16
smb: client: fix chmod(2) regression with ATTR_READONLY
Paulo Alcantara
1
-2
/
+2
2025-02-11
cifs: pick channels for individual subrequests
Shyam Prasad N
2
-4
/
+4
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
5
-19
/
+19
2025-02-05
smb: client: get rid of kstrdup() in get_ses_refpath()
Paulo Alcantara
2
-22
/
+12
2025-02-05
smb: client: fix noisy when tree connecting to DFS interlink targets
Paulo Alcantara
1
-1
/
+1
2025-02-05
smb: client: don't trust DFSREF_STORAGE_SERVER bit
Paulo Alcantara
1
-14
/
+16
2025-02-01
Merge tag 'v6.14-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...
Linus Torvalds
28
-192
/
+884
2025-01-31
cifs: Fix parsing native symlinks directory/file type
Pali Rohár
4
-0
/
+62
2025-01-31
cifs: update internal version number
Steve French
1
-2
/
+2
2025-01-31
cifs: Add support for creating WSL-style symlinks
Pali Rohár
1
-12
/
+53
2025-01-31
smb3: add support for IAKerb
Steve French
5
-3
/
+12
2025-01-31
cifs: Fix struct FILE_ALL_INFO
Pali Rohár
2
-11
/
+7
2025-01-31
cifs: Add support for creating NFS-style symlinks
Pali Rohár
1
-8
/
+39
2025-01-31
cifs: Add support for creating native Windows sockets
Pali Rohár
5
-0
/
+45
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2025-01-29
cifs: Add mount option -o reparse=none
Pali Rohár
3
-1
/
+11
[next]