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.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-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
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-07
Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-12
/
+69
2024-09-04
Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-2
/
+8
2024-09-03
netfs, cifs: Improve some debugging bits
David Howells
1
-3
/
+5
2024-09-03
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
David Howells
1
-8
/
+46
2024-09-03
cifs: Fix zero_point init on inode initialisation
David Howells
1
-0
/
+2
2024-09-03
smb: client: fix double put of @cfile in smb2_set_path_size()
Paulo Alcantara
1
-0
/
+1
2024-09-03
smb: client: fix double put of @cfile in smb2_rename_path()
Paulo Alcantara
1
-0
/
+2
2024-09-03
smb: client: fix hang in wait_for_response() for negproto
Paulo Alcantara
1
-1
/
+13
2024-08-30
ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
Dan Carpenter
1
-1
/
+3
2024-08-30
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
1
-0
/
+4
2024-08-30
smb: Annotate struct xattr_smb_acl with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-08-29
cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
David Howells
1
-2
/
+14
2024-08-28
cifs: Fix copy offload to flush destination region
David Howells
1
-17
/
+4
2024-08-28
netfs, cifs: Fix handling of short DIO read
David Howells
1
-4
/
+9
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
5
-16
/
+53
2024-08-25
cifs: Fix FALLOC_FL_PUNCH_HOLE support
David Howells
1
-0
/
+22
2024-08-25
smb/client: fix rdma usage in smb2_async_writev()
Stefan Metzmacher
1
-20
/
+20
2024-08-25
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
4
-6
/
+0
2024-08-25
smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
Stefan Metzmacher
1
-1
/
+1
2024-08-25
Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-10
/
+10
2024-08-24
Merge tag 'v6.11-rc4-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-13
/
+20
2024-08-22
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
ChenXiaoSong
2
-6
/
+6
2024-08-22
smb: client: ignore unhandled reparse tags
Paulo Alcantara
1
-4
/
+7
2024-08-22
smb3: fix problem unloading module due to leaked refcount on shutdown
Steve French
3
-0
/
+6
2024-08-22
smb/server: update misguided comment of smb2_allocate_rsp_buf()
ChenXiaoSong
1
-1
/
+1
2024-08-22
smb/server: remove useless assignment of 'file_present' in smb2_open()
ChenXiaoSong
1
-1
/
+0
2024-08-22
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
2
-6
/
+6
2024-08-22
smb/server: fix return value of smb2_open()
ChenXiaoSong
1
-1
/
+1
2024-08-22
ksmbd: the buffer of smb2 query dir response has at least 1 byte
Namjae Jeon
1
-1
/
+2
2024-08-19
ksmbd: Replace one-element arrays with flexible-array members
Thorsten Blum
2
-4
/
+4
2024-08-19
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
4
-3
/
+45
2024-08-19
ksmbd: Use unsafe_memcpy() for ntlm_negotiate
Namjae Jeon
1
-2
/
+5
2024-08-19
smb3: fix broken cached reads when posix locks
Steve French
1
-3
/
+1
2024-08-18
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-6
/
+17
2024-08-16
smb: smb2pdu.h: Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+2
2024-08-16
smb3: fix lock breakage for cached writes
Steve French
1
-4
/
+9
2024-08-15
smb/client: avoid possible NULL dereference in cifs_free_subrequest()
Su Hui
1
-2
/
+6
2024-08-14
Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-08-13
Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
7
-13
/
+39
2024-08-13
9p: Fix DIO read through netfs
Dominique Martinet
1
-1
/
+2
2024-08-09
ksmbd: override fsids for smb2_query_info()
Namjae Jeon
1
-0
/
+7
2024-08-09
ksmbd: override fsids for share path check
Namjae Jeon
7
-13
/
+32
2024-08-09
cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
Gleb Korobeynikov
1
-4
/
+5
2024-08-08
Fix spelling errors in Server Message Block
Xiaxi Shen
4
-8
/
+8
2024-08-08
smb3: fix setting SecurityFlags when encryption is required
Steve French
3
-5
/
+8
2024-08-02
cifs: update internal version number
Steve French
1
-2
/
+2
2024-08-02
smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
Paulo Alcantara
1
-2
/
+4
2024-08-02
smb3: add dynamic tracepoints for shutdown ioctl
Steve French
2
-8
/
+75
2024-08-02
cifs: Remove cifs_aio_ctx
David Howells
3
-80
/
+0
2024-08-02
smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
Paulo Alcantara
4
-4
/
+38
[next]