summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* Defer close only when lease is enabled.Rohith Surabattula2021-05-191-0/+2
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-191-0/+2
* smb3: limit noisy errorSteve French2021-04-251-1/+4
* cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum2021-04-251-5/+6
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-04-251-1/+1
* cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky2021-04-251-1/+1
* smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel2021-04-251-9/+5
* cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg2021-04-251-0/+40
* cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg2021-04-251-0/+35
* cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg2021-04-251-0/+2
* cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg2021-04-251-0/+16
* cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg2021-04-251-0/+9
* cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg2021-04-251-1/+4
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-9/+10
* cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg2021-04-251-1/+5
* cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg2021-04-251-8/+8
* cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-8/+9
* cifs: make build_path_from_dentry() return const char *Al Viro2021-04-251-1/+1
* cifs: constify path argument of ->make_node()Al Viro2021-04-251-1/+1
* smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
* cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-261-4/+5
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-5/+5
* cifs: minor simplification to smb2_is_network_name_deletedSteve French2021-02-231-14/+15
* TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-231-0/+41
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-16/+47
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-1/+3
* Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-181-2/+2
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-12/+19
* cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-151-4/+37
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-1/+1
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-8/+9
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-131-1/+2
* smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-031-2/+2
* smb3: Handle error case during offload read pathRohith Surabattula2020-11-151-1/+19
* smb3: Avoid Mid pending list corruptionRohith Surabattula2020-11-151-9/+46
* smb3: Call cifs reconnect from demultiplex threadRohith Surabattula2020-11-151-5/+8
* smb3: remove two unused variablesSteve French2020-10-231-5/+0
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-231-0/+135
* smb3: fix stat when special device file and mounted with modefromsidSteve French2020-10-211-1/+6
* SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula2020-10-211-5/+7
* smb3: add dynamic trace point to trace when credits obtainedSteve French2020-10-201-1/+3
* cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N2020-10-191-1/+1
* smb3.1.1: set gcm256 when requestedSteve French2020-10-191-3/+10
* smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2020-10-191-4/+4
* Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula2020-10-151-0/+15
* cifs: return cached_fid from open_shrootRonnie Sahlberg2020-10-111-7/+15
* cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-101-1/+1
* smb3: fix access denied on change notify request to some serversSteve French2020-07-071-1/+1
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-231-0/+6
* cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-231-0/+5