index
:
pub/scm/linux/kernel/git/devsec/spdm.git
master
lukas's fork of linux.git
Device Security Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
cifssmb.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
smb: client: reject SetEA requests that do not fit the request buffer
Yunpeng Tian
1
-1
/
+10
2026-08-30
smb: client: fix heap overflow in cifs_do_set_acl()
Frank Sorenson
1
-2
/
+11
2026-08-24
smb: client: reject a tree connect response whose byte count is too small
Bryam Vargas
1
-0
/
+6
2026-07-26
smb: client: fix buffer leaks in SMB1 read and write
Dawei Feng
1
-3
/
+9
2026-07-09
cifs: Remove CIFSSMBSetPathInfoFB() fallback function
Pali Rohár
1
-36
/
+0
2026-06-14
smb/client: allow FS_IOC_SETFLAGS to clear compression
Huiwen He
1
-2
/
+2
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
1
-1
/
+2
2026-02-08
cifs: SMB1 split: connect.c
David Howells
1
-0
/
+140
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
1
-1
/
+1
2026-02-08
cifs: SMB1 split: Add some #includes
David Howells
1
-2
/
+3
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
1
-53
/
+94
2025-12-05
cifs: Remove the server pointer from smb_message
David Howells
1
-9
/
+6
2025-12-05
cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
David Howells
1
-8
/
+10
2025-12-05
cifs: Remove the RFC1002 header from smb_hdr
David Howells
1
-321
/
+414
2025-12-05
cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
David Howells
1
-1
/
+1
2025-11-30
smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.h
ChenXiaoSong
1
-3
/
+3
2025-11-30
smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.h
ChenXiaoSong
1
-3
/
+3
2025-11-30
smb: move get_rfc1002_len() to common/smbglob.h
ZhangGuoDong
1
-3
/
+3
2025-11-20
cifs: Add the smb3_read_* tracepoints to SMB1
David Howells
1
-0
/
+22
2025-10-20
cifs: Add a couple of missing smb3_rw_credits tracepoints
David Howells
1
-0
/
+8
2025-10-09
cifs: Add comments for DeletePending assignments in open functions
Pali Rohár
1
-2
/
+2
2025-08-04
smb: client: fix creating symlinks under POSIX mounts
Paulo Alcantara
1
-2
/
+2
2025-07-27
cifs: Add support for creating reparse points over SMB1
Pali Rohár
1
-0
/
+128
2025-07-27
cifs: Optimize CIFSFindFirst() response when not searching
Pali Rohár
1
-1
/
+1
2025-07-27
cifs: Fix calling CIFSFindFirst() for root path without msearch
Pali Rohár
1
-0
/
+10
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
1
-0
/
+20
2025-07-01
smb: client: set missing retry flag in cifs_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in cifs_readv_callback()
Paulo Alcantara
1
-0
/
+1
2025-06-03
Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-2
/
+19
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-06-01
cifs: Fix validation of SMB1 query reparse point response
Pali Rohár
1
-2
/
+18
2025-06-01
cifs: Correctly set SMB1 SessionKey field in Session Setup Request
Pali Rohár
1
-0
/
+1
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-2
/
+2
2025-04-30
cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...
Pali Rohár
1
-0
/
+57
2025-04-01
cifs: Fix access_flags_to_smbopen_mode
Pali Rohár
1
-7
/
+23
2025-03-26
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
Pali Rohár
1
-1
/
+4
2025-03-26
cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_acl
Pali Rohár
1
-2
/
+1
2025-03-26
cifs: Check if server supports reparse points before using them
Pali Rohár
1
-0
/
+3
2025-03-17
smb: client: don't retry IO on failed negprotos with soft mounts
Paulo Alcantara
1
-19
/
+27
2025-02-25
cifs: Fix the smb1 readv callback to correctly call netfs
David Howells
1
-1
/
+2
2025-01-29
cifs: Fix getting and setting SACLs over SMB1
Pali Rohár
1
-2
/
+2
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+3
2025-01-12
cifs: support reconnect with alternate password for SMB1
Meetakshi Setiya
1
-1
/
+10
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-0
/
+2
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
1
-9
/
+1
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
1
-4
/
+9
2024-11-26
smb: client: allow reconnect when sending ioctl
Paulo Alcantara
1
-2
/
+2
2024-11-26
smb: client: get rid of @nlsc param in cifs_tree_connect()
Paulo Alcantara
1
-7
/
+4
2024-11-17
smb: client: memcpy() with surrounding object base address
Kees Cook
1
-1
/
+1
2024-11-17
cifs: Remove pre-historic unused CIFSSMBCopy
Dr. David Alan Gilbert
1
-63
/
+0
[next]