aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2020-10-29smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-07-07smb3: fix access denied on change notify request to some serversSteve French
2020-06-23cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-23cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-21cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-01cifs: Standardize logging outputJoe Perches
2020-06-01cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg
2020-04-22cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li
2020-03-22CIFS: check new file size when extending file by fallocateMurphy Zhou
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-02-14cifs: enable change notification for SMB2.1 dialectSteve French
2020-02-06cifs: add SMB3 change notification supportSteve French
2020-02-05smb3: fix problem with null cifs super block with previous patchSteve French
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg
2020-01-26cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-01-26cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg
2020-01-26fs/cifs/smb2ops.c: use true,false for bool variablezhengbin
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-03smb3: query attributes on file closeSteve French
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel
2019-11-25cifs: sort interface list by speedAurelien Aptel
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-11-25CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring
2019-11-25CIFS: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2019-10-27fix memory leak in large read decrypt offloadSteve French
2019-09-26CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-09-23smb3: fix leak in "open on server" perf counterSteve French
2019-09-16smb3: fix potential null dereference in decrypt offloadSteve French
2019-09-16smb3: fix unmount hang in open_shrootSteve French
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French