summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-2914-26/+194
|\
| * CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-09-261-0/+5
| * smb3: missing ACL related flagsSteve French2019-09-261-1/+80
| * smb3: pass mode bits into create callsSteve French2019-09-267-21/+51
| * smb3: Add missing reparse tagsSteve French2019-09-241-0/+11
| * CIFS: fix max ea value sizeMurphy Zhou2019-09-231-1/+1
| * fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin2019-09-231-2/+1
| * fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin2019-09-231-1/+1
| * smb3: fix leak in "open on server" perf counterSteve French2019-09-232-0/+6
| * smb3: allow decryption keys to be dumped by admin for debuggingSteve French2019-09-212-0/+38
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-211-4/+6
|\ \
| * \ Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-137-148/+136
| |\ \
| * \ \ Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-213-14/+33
| |\ \ \
| * | | | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-4/+6
* | | | | Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-1927-319/+1120
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cifs: update internal module version numberSteve French2019-09-161-1/+1
| * | | | cifs: modefromsid: write mode ACE firstAurelien Aptel2019-09-161-17/+19
| * | | | cifs: cifsroot: add more err checkingAurelien Aptel2019-09-161-5/+16
| * | | | smb3: add missing worker function for SMB3 change notifySteve French2019-09-162-0/+88
| * | | | cifs: Add support for root file systemsPaulo Alcantara (SUSE)2019-09-165-3/+109
| * | | | cifs: modefromsid: make room for 4 ACEAurelien Aptel2019-09-161-1/+1
| * | | | 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: allow disabling requesting leasesSteve French2019-09-164-2/+13
| * | | | smb3: improve handling of share deleted (and share recreated)Steve French2019-09-164-2/+24
| * | | | smb3: display max smb3 requests in flight at any one timeSteve French2019-09-165-0/+10
| * | | | smb3: only offload decryption of read responses if multiple requestsSteve French2019-09-162-4/+7
| * | | | cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg2019-09-163-5/+61
| * | | | smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-164-2/+19
| * | | | smb3: allow parallelizing decryption of readsSteve French2019-09-163-4/+97
| * | | | cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg2019-09-164-50/+86
| * | | | smb3: fix signing verification of large readsSteve French2019-09-161-2/+2
| * | | | smb3: allow skipping signature verification for perf sensitive configurationsSteve French2019-09-163-3/+13
| * | | | smb3: add dynamic tracepoints for flush and closeSteve French2019-09-162-2/+43
| * | | | smb3: log warning if CSC policy conflicts with cache mount optionSteve French2019-09-161-0/+8
| * | | | smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French2019-09-164-3/+25
| * | | | smb3: add some more descriptive messages about share when mounting cache=roSteve French2019-09-161-1/+9
| * | | | smb3: add mount option to allow forced caching of read only shareSteve French2019-09-164-2/+21
| * | | | cifs: fix dereference on ses before it is null checkedColin Ian King2019-09-162-4/+10
| * | | | cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-165-163/+204
| * | | | cifs: use existing handle for compound_op(OP_SET_INFO) when possibleRonnie Sahlberg2019-09-161-9/+26
| * | | | cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg2019-09-164-27/+106
| * | | | cifs: remove set but not used variablesYueHaibing2019-09-161-7/+0
| * | | | smb3: Incorrect size for netname negotiate contextSteve French2019-09-161-2/+1
| * | | | cifs: remove unused variablezhengbin2019-09-162-4/+0
| * | | | cifs: remove redundant assignment to variable rcColin Ian King2019-09-161-1/+1
| * | | | smb3: add missing flag definitionsSteve French2019-09-161-0/+2
| * | | | cifs: add passthrough for smb2 setinfoRonnie Sahlberg2019-09-162-4/+26
| * | | | cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg2019-09-162-18/+44
| * | | | cifs: allow chmod to set mode bits using special sidSteve French2019-09-162-7/+41