index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-30
smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_range
Henrique Carvalho
1
-0
/
+6
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
1
-2
/
+2
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
1
-16
/
+25
2025-12-05
cifs: Remove the server pointer from smb_message
David Howells
1
-11
/
+11
2025-12-05
cifs: Remove the RFC1002 header from smb_hdr
David Howells
1
-9
/
+2
2025-11-30
cifs: Use netfs_alloc/free_folioq_buffer()
David Howells
1
-63
/
+10
2025-11-30
smb: move resume_key_ioctl_rsp to common/smb2pdu.h
ZhangGuoDong
1
-2
/
+2
2025-11-30
smb: move copychunk definitions to common/smb2pdu.h
ZhangGuoDong
1
-3
/
+3
2025-11-30
smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.h
ZhangGuoDong
1
-4
/
+4
2025-10-28
smb: client: fix potential cfid UAF in smb2_query_info_compound
Henrique Carvalho
1
-1
/
+2
2025-10-23
cifs: Call the calc_signature functions directly
David Howells
1
-4
/
+0
2025-10-15
smb: client: Fix refcount leak for cifs_sb_tlink
Shuhao Fu
1
-4
/
+4
2025-10-09
smb: client: fix race with fallocate(2) and AIO+DIO
Paulo Alcantara
1
-12
/
+6
2025-10-09
cifs: Fix copy_to_iter return value check
Fushuai Wang
1
-5
/
+5
2025-10-09
smb: client: batch SRV_COPYCHUNK entries to cut round trips
Henrique Carvalho
1
-110
/
+196
2025-10-01
smb: client: remove pointless cfid->has_lease check
Henrique Carvalho
1
-4
/
+1
2025-09-29
smb: client: fix crypto buffers in non-linear memory
Enzo Matsumiya
1
-11
/
+6
2025-09-28
smb: client: add and use smbd_get_parameters()
Stefan Metzmacher
1
-4
/
+4
2025-09-09
smb: client: fix data loss due to broken rename(2)
Paulo Alcantara
1
-0
/
+4
2025-09-09
smb: client: fix compound alignment with encryption
Paulo Alcantara
1
-3
/
+25
2025-08-19
cifs: Fix oops due to uninitialised variable
David Howells
1
-1
/
+1
2025-08-13
smb: client: fix mid_q_entry memleak leak with per-mid locking
Wang Zhaolong
1
-2
/
+2
2025-08-13
smb3: fix for slab out of bounds on mount to ksmbd
Steve French
1
-1
/
+10
2025-08-05
smb: client: smb: client: eliminate mid_flags field
Wang Zhaolong
1
-2
/
+2
2025-08-05
smb: client: add mid_counter_lock to protect the mid counter counter
Wang Zhaolong
1
-20
/
+20
2025-08-05
smb: client: rename server mid_lock to mid_queue_lock
Wang Zhaolong
1
-13
/
+13
2025-08-04
smb: client: fix creating symlinks under POSIX mounts
Paulo Alcantara
1
-3
/
+2
2025-07-27
cifs: Add support for creating reparse points over SMB1
Pali Rohár
1
-5
/
+5
2025-07-18
Fix SMB311 posix special file creation to servers which do not advertise repa...
Steve French
1
-1
/
+2
2025-07-13
smb: client: fix use-after-free in crypt_message when using async crypto
Wang Zhaolong
1
-1
/
+6
2025-06-03
smb: client: make use of common smbdirect_socket_parameters
Stefan Metzmacher
1
-4
/
+10
2025-06-01
smb: client: add ParentLeaseKey support
Henrique Carvalho
1
-2
/
+5
2025-04-09
cifs: Split parse_reparse_point callback to functions: get buffer and parse b...
Pali Rohár
1
-4
/
+4
2025-04-09
smb: client: fix UAF in decryption with multichannel
Paulo Alcantara
1
-3
/
+3
2025-04-02
cifs: Remove cifs_truncate_page() as it should be superfluous
David Howells
1
-2
/
+0
2025-04-01
cifs: Fix negotiate retry functionality
Pali Rohár
1
-3
/
+0
2025-03-31
smb: client: Store original IO parameters and prevent zero IO sizes
Wang Zhaolong
1
-8
/
+19
2025-03-26
cifs: Check if server supports reparse points before using them
Pali Rohár
1
-2
/
+2
2025-03-24
smb: client: Remove redundant check in smb2_is_path_accessible()
Ivan Abramov
1
-1
/
+1
2025-02-20
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2025-02-19
smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...
Steve French
1
-1
/
+2
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
1
-9
/
+9
2025-01-29
cifs: Remove intermediate object of failed create SFU call
Pali Rohár
1
-1
/
+22
2025-01-23
Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-4
/
+5
2025-01-19
smb: client: fix oops due to unset link speed
Paulo Alcantara
1
-1
/
+2
2025-01-19
smb: client: fix return value of parse_dfs_referrals()
Paulo Alcantara
1
-3
/
+3
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-1
/
+1
2024-11-26
smb: client: fix noisy message when mounting shares
Paulo Alcantara
1
-1
/
+1
2024-11-26
smb: client: allow reconnect when sending ioctl
Paulo Alcantara
1
-4
/
+8
2024-11-21
smb: client: improve compound padding in encryption
Paulo Alcantara
1
-34
/
+3
[next]