index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
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
2024-11-13
smb: client: replace function pointers of common operations for the
hw24-hc-wip
Henrique Carvalho
26
-888
/
+954
2024-11-12
smb: client: remove big chunk of SMB1-only code
Enzo Matsumiya
20
-5067
/
+96
2024-11-12
smb: client: delete cifssmb.c and remove deleted functions from
Henrique Carvalho
2
-5665
/
+0
2024-11-12
smb: client: remove support for CONFIG_CIFS_POSIX
Henrique Carvalho
4
-589
/
+0
2024-11-12
smb: remove CIFS_ALLOW_INSECURE_LEGACY and CIFS_POSIX from Kconfig
Henrique Carvalho
1
-27
/
+0
2024-11-12
smb: delete smb1ops.c and remove CIFS_ALLOW_INSECURE_LEGACY from
Henrique Carvalho
2
-1195
/
+0
2024-11-12
smb: client: remove support for SMB 1.0 and 2.0 mounts
Enzo Matsumiya
10
-168
/
+82
2024-11-12
smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACY
Henrique Carvalho
13
-3182
/
+2
2024-11-08
cifs: Fix creating native symlinks pointing to current or parent directory
Pali Rohár
1
-3
/
+14
2024-11-08
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
3
-4
/
+164
2024-11-08
smb: client: set correct device number on nfs reparse points
Paulo Alcantara
1
-2
/
+2
2024-11-08
smb: client: fix parsing of device numbers
Paulo Alcantara
2
-11
/
+4
2024-11-01
cifs: fix warning when destroy 'cifs_io_request_pool'
Ye Bin
1
-1
/
+1
2024-11-01
smb: client: Handle kstrdup failures for passwords
Henrique Carvalho
1
-0
/
+7
2024-11-01
cifs: Validate content of NFS reparse point buffer
Pali Rohár
1
-0
/
+23
2024-11-01
smb: client: fix OOBs when building SMB2_IOCTL request
Paulo Alcantara
1
-0
/
+9
2024-11-01
smb: client: fix possible double free in smb2_set_ea()
Su Hui
1
-1
/
+2
2024-10-22
ksmbd: fix user-after-free from session log off
Namjae Jeon
4
-6
/
+34
2024-10-17
smb: client: fix UAF in async decryption
Enzo Matsumiya
2
-19
/
+34
2024-10-10
smb3: fix incorrect mode displayed for read-only files
Steve French
1
-8
/
+11
2024-10-10
smb: client: use actual path when queryfs
wangrong
4
-10
/
+26
2024-10-10
ksmbd: add refcnt to ksmbd_conn struct
Namjae Jeon
4
-40
/
+23
2024-10-10
cifs: Do not convert delimiter when parsing NFS-style symlinks
Pali Rohár
1
-1
/
+0
2024-10-10
cifs: Fix buffer overflow when parsing NFS reparse points
Pali Rohár
1
-1
/
+14
2024-10-10
cifs: Remove intermediate object of failed create reparse call
Pali Rohár
1
-2
/
+22
2024-10-10
ksmbd: fix warning: comparison of distinct pointer types lacks a cast
Namjae Jeon
2
-4
/
+5
2024-10-04
ksmbd: handle caseless file creation
Namjae Jeon
1
-7
/
+3
2024-10-04
ksmbd: allow write with FILE_APPEND_DATA
Namjae Jeon
1
-1
/
+1
2024-10-04
ksmbd: make __dir_empty() compatible with POSIX
Hobin Woo
1
-3
/
+4
2024-09-12
cifs: Fix signature miscalculation
David Howells
1
-1
/
+1
2024-09-06
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-02
smb: client: fix hang in wait_for_response() for negproto
Paulo Alcantara
1
-1
/
+13
2024-08-29
ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
Dan Carpenter
1
-1
/
+3
2024-08-29
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
1
-0
/
+4
2024-08-29
smb: Annotate struct xattr_smb_acl with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-08-28
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
[next]