index
:
pub/scm/linux/kernel/git/mgr/linux.git
master
Linux kernel fork
Michael Grzeschik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
smb/client: preserve open info type across compound queries
Ze Tan
1
-0
/
+1
2026-08-19
smb: client: set replay flag on the read send-error retry path
Christopher Lusk
1
-0
/
+1
2026-08-19
smb: client: fix request buffer leak in smb2_new_read_req()
Christopher Lusk
1
-4
/
+12
2026-07-13
smb/client: refresh allocation after EOF-extending fallocate
Huiwen He
1
-0
/
+19
2026-07-09
smb/client: fix incorrect nlink returned by fstat()
ChenXiaoSong
1
-0
/
+1
2026-07-09
smb/client: pass cifs_open_info_data to SMB2_open()
ChenXiaoSong
1
-12
/
+13
2026-07-01
smb: client: use unaligned reads in parse_posix_ctxt()
Zihan Xi
1
-3
/
+3
2026-07-01
smb: client: harden POSIX SID length parsing
Zihan Xi
1
-1
/
+1
2026-06-24
cifs: define variable sized buffer for querydir responses
Shyam Prasad N
1
-3
/
+11
2026-06-18
smb: client: fix query directory replay double-free
Henrique Carvalho
1
-0
/
+2
2026-06-18
smb: client: fix change notify replay double-free
Henrique Carvalho
1
-0
/
+2
2026-06-18
smb: client: fix query_info() replay double-free
Henrique Carvalho
1
-0
/
+2
2026-06-18
smb: client: fix double-free in SMB2_close() replay
Henrique Carvalho
1
-0
/
+2
2026-06-18
smb: client: fix double-free in SMB2_ioctl() replay
Henrique Carvalho
1
-0
/
+2
2026-06-18
smb: client: fix double-free in SMB2_open() replay
Henrique Carvalho
1
-0
/
+2
2026-06-18
smb: client: fix double-free in SMB2_flush() replay
Zhao Zhang
1
-0
/
+2
2026-06-18
Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
1
-9
/
+35
2026-06-16
cifs: negotiate chained SMB2 compression capabilities
Namjae Jeon
1
-9
/
+35
2026-06-14
smb: client: Use more common code in SMB2_tcon()
Markus Elfring
1
-6
/
+5
2026-06-14
smb/client: allow FS_IOC_SETFLAGS to clear compression
Huiwen He
1
-3
/
+3
2026-05-27
smb: client: fix uninitialized variable in smb2_writev_callback
Steve French
1
-1
/
+1
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
1
-1
/
+2
2026-05-07
smb: client: Zero-pad short GSS session keys per MS-SMB2
Piyush Sachdeva
1
-5
/
+18
2026-04-22
smb: client: fix (remove) drop_dir_cache module parameter
Enzo Matsumiya
1
-1
/
+1
2026-04-16
Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
1
-5
/
+20
2026-04-15
smb: client: only use public smbdirect functions
Stefan Metzmacher
1
-1
/
+0
2026-04-15
smb: client: introduce and use smbd_mr_fill_buffer_descriptor()
Stefan Metzmacher
1
-6
/
+2
2026-04-14
smb: client: add oplock level to smb3_open_done tracepoint
Bharath SM
1
-4
/
+6
2026-04-14
smb: client: add tracepoints for lock operations
Bharath SM
1
-1
/
+14
2026-04-12
smb: move filesystem_vol_info into common/fscc.h
ZhangGuoDong
1
-4
/
+4
2026-03-10
smb: client: fix in-place encryption corruption in SMB2_write()
Bharath SM
1
-1
/
+4
2026-03-03
smb/client: remove unused SMB311_posix_query_info()
ZhangGuoDong
1
-18
/
+0
2026-03-03
smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()
ZhangGuoDong
1
-1
/
+1
2026-02-26
smb: client: fix broken multichannel with krb5+signing
Paulo Alcantara
1
-12
/
+10
2026-02-26
smb: client: use atomic_t for mnt_cifs_flags
Paulo Alcantara
1
-8
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-10
/
+10
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-13
/
+11
2026-02-15
cifs: some missing initializations on replay
Shyam Prasad N
1
-0
/
+1
2026-02-08
cifs: SMB1 split: Adjust #includes
David Howells
1
-1
/
+0
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
1
-0
/
+1
2026-02-08
cifs: Fix locking usage for tcon fields
Shyam Prasad N
1
-0
/
+2
2026-02-08
cifs: make retry logic in read/write path consistent with other paths
Shyam Prasad N
1
-7
/
+72
2026-02-08
cifs: on replayable errors back-off before replay, not after
Shyam Prasad N
1
-28
/
+84
2025-12-05
smb: client: Add tracepoint for krb5 auth
Paulo Alcantara
1
-2
/
+0
2025-12-05
smb: client: relax session and tcon reconnect attempts
Paulo Alcantara
1
-3
/
+3
2025-12-05
cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
David Howells
1
-1
/
+1
2025-12-05
cifs: client: allow changing multichannel mount options on remount
Rajasi Mandal
1
-14
/
+46
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
1
-2
/
+3
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
1
-69
/
+108
2025-12-05
cifs: Remove the server pointer from smb_message
David Howells
1
-15
/
+11
[next]