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-24smb: 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-15smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya1-11/+6
2025-08-28smb3: fix for slab out of bounds on mount to ksmbdSteve French1-1/+10
2025-08-15smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2025-07-24smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-06-04smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-8/+19
2025-06-04cifs: Fix negotiate retry functionalityPali Rohár1-3/+0
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-08smb: client: fix oops due to unset link speedPaulo Alcantara1-1/+2
2025-01-09smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-7/+7
2024-12-09smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-11-01smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya1-19/+28
2024-10-10smb: client: use actual path when queryfswangrong1-7/+12
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-09-04cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells1-0/+22
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-1/+6
2024-05-25smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara1-1/+1
2024-05-25smb: client: move most of reparse point handling code to common filePaulo Alcantara1-251/+3
2024-05-25smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-05-25cifs: update the same create_guid on replaySteve French1-0/+4
2024-05-25cifs: commands that are retried should have replay flag setShyam Prasad N1-9/+114
2024-05-25cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara1-12/+0
2024-05-25cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells1-21/+16
2024-05-25smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara1-139/+0
2024-05-25smb: client: allow creating symlinks via reparse pointsPaulo Alcantara1-0/+70
2024-05-25smb: client: allow creating special files via reparse pointsSteve French1-9/+85
2024-05-25smb: client: introduce cifs_sfu_make_node()Steve French1-48/+41
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja1-4/+5
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-0/+2
2024-02-23cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-01cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-02-01cifs: handle servers that still advertise multichannel after disablingShyam Prasad N1-7/+1
2024-01-20smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara1-2/+4
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N1-10/+17
2024-01-10cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N1-1/+6
2024-01-05client: convert to new timestamp accessorsJeff Layton1-2/+4
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara1-7/+12
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-20smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-48/+53
2023-12-20smb: client: introduce ->parse_reparse_point()Paulo Alcantara1-13/+15