summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N2023-06-291-0/+2
| * cifs: log session id when a matching ses is not foundShyam Prasad N2023-06-291-2/+2
| * cifs: do all necessary checks for credits within or before lockingShyam Prasad N2023-06-281-9/+10
| * smb3: do not reserve too many oplock creditsSteve French2023-06-201-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-0/+40
|\|
| * cifs: add a warning when the in-flight count goes negativeShyam Prasad N2023-06-141-0/+1
| * cifs: fix max_credits implementationShyam Prasad N2023-06-111-0/+2
| * cifs: fix sockaddr comparison in iface_cmpShyam Prasad N2023-06-111-0/+37
* | Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells2023-06-081-2/+2
|/
* smb: delete an unnecessary statementDan Carpenter2023-05-261-1/+0