summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-261-35/+29
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-261-2/+7
* cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-261-12/+84
* fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-261-1/+1
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-131-1/+18
* smb3: query attributes on file closeSteve French2019-12-031-4/+45
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-251-14/+30
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-8/+10
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-1/+1
* cifs: sort interface list by speedAurelien Aptel2019-11-251-0/+11
* CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky2019-11-251-7/+1
* CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring2019-11-251-22/+23
* CIFS: Use memdup_user() rather than duplicating its implementationMarkus Elfring2019-11-251-9/+4
* fix memory leak in large read decrypt offloadSteve French2019-10-271-1/+2
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-09-261-0/+5
* smb3: fix leak in "open on server" perf counterSteve French2019-09-231-0/+5
* smb3: fix potential null dereference in decrypt offloadSteve French2019-09-161-6/+3
* smb3: fix unmount hang in open_shrootSteve French2019-09-161-10/+11
* smb3: improve handling of share deleted (and share recreated)Steve French2019-09-161-1/+12
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-161-0/+2
* smb3: only offload decryption of read responses if multiple requestsSteve French2019-09-161-1/+1
* smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-161-2/+2
* smb3: allow parallelizing decryption of readsSteve French2019-09-161-3/+80
* cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg2019-09-161-27/+27
* cifs: remove unused variablezhengbin2019-09-161-2/+0