summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-0/+2
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara1-1/+1
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-251/+3
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-02-12cifs: update the same create_guid on replayShyam Prasad N1-0/+4
2024-02-12cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-01-24cifs: commands that are retried should have replay flag setShyam Prasad N1-9/+114
2024-01-24cifs: Share server EOF pos with netfslibDavid Howells1-5/+13
2024-01-19cifs: update iface_last_update on each query-and-updateShyam Prasad N1-1/+3
2024-01-19cifs: handle servers that still advertise multichannel after disablingShyam Prasad N1-7/+1
2024-01-08cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara1-12/+0
2024-01-08cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells1-21/+16
2024-01-08smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara1-139/+0
2024-01-08smb: client: allow creating symlinks via reparse pointsPaulo Alcantara1-0/+70
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara1-9/+85
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N1-10/+17
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N1-1/+6
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara1-2/+4
2023-12-18smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara1-7/+12
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-06smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-11-30cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-30cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara1-48/+41
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-48/+53
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara1-13/+15
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara1-19/+16
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N1-0/+6
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-1/+7
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French1-1/+7
2023-10-18client: convert to new timestamp accessorsJeff Layton1-2/+4
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French1-3/+3
2023-09-07smb3: add trace point for queryfs (statfs)Steve French1-0/+1
2023-08-31Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-207/+91
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-3/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+2
2023-08-25[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French1-1/+10
2023-08-21smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara1-17/+18
2023-08-21smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara1-14/+16
2023-08-21smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara1-30/+20
2023-08-21smb: client: query reparse points in older dialectsPaulo Alcantara1-0/+2
2023-08-21smb: client: do not query reparse points twice on symlinksPaulo Alcantara1-143/+23
2023-07-24smb: convert to ctime accessor functionsJeff Layton1-1/+2
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N1-3/+5
2023-07-01Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-12/+19
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N1-0/+2
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N1-2/+2
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N1-9/+10
2023-06-21smb3: do not reserve too many oplock creditsSteve French1-1/+5