summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* smb: client: instantiate when creating SFU filesPaulo Alcantara2024-04-111-39/+55
* smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-031-0/+2
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-4/+5
* smb: client: replace deprecated strncpy with strscpyJustin Stitt2024-03-311-1/+1
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-141-0/+2
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-101-1/+1
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-101-251/+3
* smb: client: handle path separator of created SMB symlinksPaulo Alcantara2024-02-121-2/+6
* cifs: update the same create_guid on replayShyam Prasad N2024-02-111-0/+4
* cifs: fix underflow in parse_server_interfaces()Dan Carpenter2024-02-111-1/+1
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-231-9/+114
* cifs: Share server EOF pos with netfslibDavid Howells2024-01-231-5/+13
* cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
* cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-191-7/+1
* cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2024-01-071-12/+0
* cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells2024-01-071-21/+16
* smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara2024-01-071-139/+0
* smb: client: allow creating symlinks via reparse pointsPaulo Alcantara2024-01-071-0/+70
* smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-071-9/+85
* cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2023-12-291-10/+17
* cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2023-12-291-1/+6
* smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2023-12-191-2/+4
* smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara2023-12-171-7/+12
* smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara2023-12-111-10/+16
* smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara2023-12-111-6/+8
* smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara2023-12-051-0/+2
* cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
* cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
* smb: client: introduce cifs_sfu_make_node()Paulo Alcantara2023-11-231-48/+41
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-231-48/+53
* smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-231-13/+15
* smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara2023-11-231-19/+16
* cifs: account for primary channel in the interface listShyam Prasad N2023-11-091-0/+6
* Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-041-1/+7
|\
| * smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French2023-10-311-1/+7
* | client: convert to new timestamp accessorsJeff Layton2023-10-181-2/+4
|/
* smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-09-151-3/+3
* smb3: add trace point for queryfs (statfs)Steve French2023-09-071-0/+1
* Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-301-207/+91
|\
| * SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-301-3/+3
| * [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-241-1/+10
| * smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara2023-08-201-17/+18
| * smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara2023-08-201-14/+16
| * smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara2023-08-201-30/+20
| * smb: client: query reparse points in older dialectsPaulo Alcantara2023-08-201-0/+2
| * smb: client: do not query reparse points twice on symlinksPaulo Alcantara2023-08-201-143/+23
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-1/+2
|\ \ | |/ |/|
| * smb: convert to ctime accessor functionsJeff Layton2023-07-241-1/+2
* | cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-141-3/+5
|/
* Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-06-301-12/+19
|\