summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov1-2/+2
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov1-12/+19
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N1-4/+37
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-1/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-8/+9
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-11-15smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-11-15smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-11-15smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French1-0/+135
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French1-1/+3
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedSteve French1-3/+10
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French1-4/+4
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula1-0/+15
2020-10-11cifs: return cached_fid from open_shrootRonnie Sahlberg1-7/+15
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-07-07smb3: fix access denied on change notify request to some serversSteve French1-1/+1
2020-06-23cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-23cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+5
2020-06-21cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang1-0/+1
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-63/+105
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-25/+54
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel1-1/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-2/+1
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-2/+4
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-01cifs: Standardize logging outputJoe Perches1-15/+16
2020-06-01cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg1-23/+35
2020-04-22cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara1-0/+5
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li1-22/+16
2020-03-22CIFS: check new file size when extending file by fallocateMurphy Zhou1-0/+4
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel1-8/+15
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher1-3/+0
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N1-0/+2
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-1/+2
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-14cifs: enable change notification for SMB2.1 dialectSteve French1-0/+1
2020-02-06cifs: add SMB3 change notification supportSteve French1-0/+62
2020-02-05smb3: fix problem with null cifs super block with previous patchSteve French1-1/+1
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-54/+27
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg1-35/+29
2020-01-26cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg1-2/+7
2020-01-26cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg1-12/+84
2020-01-26fs/cifs/smb2ops.c: use true,false for bool variablezhengbin1-1/+1