summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-04cifs: some missing initializations on replayShyam Prasad N1-0/+2
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N1-5/+3
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
2025-11-13smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho1-1/+2
2025-10-23smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu1-4/+4
2025-10-19cifs: Fix copy_to_iter return value checkFushuai Wang1-5/+5
2025-10-15smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-08-28cifs: Fix oops due to uninitialised variableDavid Howells1-1/+1
2025-08-20smb3: fix for slab out of bounds on mount to ksmbdSteve French1-1/+10
2025-07-24smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-06smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher1-4/+10
2025-05-29smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-8/+19
2025-05-29cifs: Fix negotiate retry functionalityPali Rohár1-3/+0
2025-04-20smb: client: fix UAF in decryption with multichannelPaulo Alcantara1-3/+3
2025-03-13smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French1-1/+2
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-9/+9
2025-02-17cifs: Remove intermediate object of failed create SFU callPali Rohár1-1/+22
2025-02-08smb: client: fix oops due to unset link speedPaulo Alcantara1-1/+2
2024-12-05smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-10-16smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-10-02smb: client: use actual path when queryfswangrong1-7/+12
2024-09-27smb: client: fix UAF in async decryptionEnzo Matsumiya1-19/+28
2024-09-25cifs: Fix reversion of the iter in cifs_readv_receive().David Howells1-3/+6
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds1-27/+71
2024-09-17cifs: Update SFU comments about fifos and socketsPali Rohár1-1/+1
2024-09-17cifs: Add support for creating SFU symlinksPali Rohár1-18/+62
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-98/+121
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár1-2/+2
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-7/+7
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells1-97/+119
2024-09-12netfs: Speed up buffered readingDavid Howells1-1/+2
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells1-3/+5
2024-08-29cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells1-1/+1
2024-08-25cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells1-0/+22
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher1-2/+0
2024-07-26smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French1-1/+14
2024-07-26smb3: add dynamic tracepoint for reflink errorsSteve French1-0/+5
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells1-5/+37
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French1-0/+3
2024-05-25cifs: Fix missing set of remote_i_sizeDavid Howells1-0/+1
2024-05-25cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells1-2/+2
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells1-2/+2
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-1/+1
2024-04-20cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-1/+6