summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang2020-06-211-0/+1
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-051-63/+105
|\
| * cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-041-25/+54
| * cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel2020-06-041-1/+1
| * cifs: Standardize logging outputJoe Perches2020-06-011-15/+16
| * cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg2020-06-011-23/+35
* | fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-2/+1
* | fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-2/+4
* | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
|/
* cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara2020-04-221-0/+5
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-291-22/+16
* CIFS: check new file size when extending file by fallocateMurphy Zhou2020-03-221-0/+4
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-221-8/+15
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-221-3/+0
* CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-171-1/+1
* CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N2020-03-171-0/+2
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-1/+2
* cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg2020-02-141-1/+34
* cifs: enable change notification for SMB2.1 dialectSteve French2020-02-141-0/+1
* cifs: add SMB3 change notification supportSteve French2020-02-061-0/+62
* smb3: fix problem with null cifs super block with previous patchSteve French2020-02-051-1/+1
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-54/+27