summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2ops.c
AgeCommit message (Expand)Author
7 dayssmb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong
2025-07-06smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher
2025-05-29smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong
2025-05-29cifs: Fix negotiate retry functionalityPali Rohár
2025-04-20smb: client: fix UAF in decryption with multichannelPaulo Alcantara
2025-03-13smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-02-17cifs: Remove intermediate object of failed create SFU callPali Rohár
2025-02-08smb: client: fix oops due to unset link speedPaulo Alcantara
2024-12-05smb3: request handle caching when caching directoriesSteve French
2024-10-16smb: client: fix possible double free in smb2_set_ea()Su Hui
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-10-01smb: client: use actual path when queryfswangrong
2024-09-26smb: client: fix UAF in async decryptionEnzo Matsumiya
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár
2024-09-16cifs: Add support for creating SFU symlinksPali Rohár
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells
2024-08-28cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-25cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher
2024-07-26smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French
2024-07-26smb3: add dynamic tracepoint for reflink errorsSteve French
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-04-11smb: client: instantiate when creating SFU filesPaulo Alcantara
2024-04-03smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja
2024-03-31smb: client: replace deprecated strncpy with strscpyJustin Stitt
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara
2024-02-11cifs: update the same create_guid on replayShyam Prasad N
2024-02-11cifs: fix underflow in parse_server_interfaces()Dan Carpenter