summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2ops.c
AgeCommit message (Expand)Author
2026-03-19smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
2026-03-04cifs: some missing initializations on replayShyam Prasad N
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho
2025-10-28smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells
2025-10-15smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara
2025-10-09cifs: Fix copy_to_iter return value checkFushuai Wang
2025-10-09smb: client: batch SRV_COPYCHUNK entries to cut round tripsHenrique Carvalho
2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho
2025-09-29smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya
2025-09-28smb: client: add and use smbd_get_parameters()Stefan Metzmacher
2025-09-09smb: client: fix data loss due to broken rename(2)Paulo Alcantara
2025-09-09smb: client: fix compound alignment with encryptionPaulo Alcantara
2025-08-19cifs: Fix oops due to uninitialised variableDavid Howells
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong
2025-08-13smb3: fix for slab out of bounds on mount to ksmbdSteve French
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár
2025-07-18Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French
2025-07-13smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong
2025-06-03smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher
2025-06-01smb: client: add ParentLeaseKey supportHenrique Carvalho
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara
2025-04-02cifs: Remove cifs_truncate_page() as it should be superfluousDavid Howells
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár
2025-03-24smb: client: Remove redundant check in smb2_is_path_accessible()Ivan Abramov
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-01-29cifs: Remove intermediate object of failed create SFU callPali Rohár
2025-01-23Merge tag 'v6.14-rc-smb3-client-fixes-part' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-01-19smb: client: fix oops due to unset link speedPaulo Alcantara
2025-01-19smb: client: fix return value of parse_dfs_referrals()Paulo Alcantara
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells
2024-11-26smb: client: fix noisy message when mounting sharesPaulo Alcantara
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara
2024-11-21smb3: 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