summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24smb/client: preserve open info type across compound queriesZe Tan1-0/+1
2026-08-19smb: client: set replay flag on the read send-error retry pathChristopher Lusk1-0/+1
2026-08-19smb: client: fix request buffer leak in smb2_new_read_req()Christopher Lusk1-4/+12
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He1-0/+19
2026-07-09smb/client: fix incorrect nlink returned by fstat()ChenXiaoSong1-0/+1
2026-07-09smb/client: pass cifs_open_info_data to SMB2_open()ChenXiaoSong1-12/+13
2026-07-01smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-01smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N1-3/+11
2026-06-18smb: client: fix query directory replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix change notify replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix query_info() replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_close() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_ioctl() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_open() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_flush() replayZhao Zhang1-0/+2
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-9/+35
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon1-9/+35
2026-06-14smb: client: Use more common code in SMB2_tcon()Markus Elfring1-6/+5
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He1-3/+3
2026-05-27smb: client: fix uninitialized variable in smb2_writev_callbackSteve French1-1/+1
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells1-1/+2
2026-05-07smb: client: Zero-pad short GSS session keys per MS-SMB2Piyush Sachdeva1-5/+18
2026-04-22smb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya1-1/+1
2026-04-16Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds1-5/+20
2026-04-15smb: client: only use public smbdirect functionsStefan Metzmacher1-1/+0
2026-04-15smb: client: introduce and use smbd_mr_fill_buffer_descriptor()Stefan Metzmacher1-6/+2
2026-04-14smb: client: add oplock level to smb3_open_done tracepointBharath SM1-4/+6
2026-04-14smb: client: add tracepoints for lock operationsBharath SM1-1/+14
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong1-4/+4
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong1-18/+0
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-02-26smb: client: fix broken multichannel with krb5+signingPaulo Alcantara1-12/+10
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-8/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-13/+11
2026-02-15cifs: some missing initializations on replayShyam Prasad N1-0/+1
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells1-1/+0
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-0/+1
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N1-0/+2
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N1-7/+72
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N1-28/+84
2025-12-05smb: client: Add tracepoint for krb5 authPaulo Alcantara1-2/+0
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara1-3/+3
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells1-1/+1
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-14/+46
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-2/+3
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-69/+108
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-15/+11