summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: get mode bits from special sid on statSteve French2019-09-163-13/+38
* fs: cifs: cifsssmb: remove redundant assignment to variable retColin Ian King2019-09-161-1/+1
* cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg2019-09-161-1/+1
* Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds2019-09-151-3/+0
* Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-132-17/+34
|\
| * Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana2019-09-121-9/+26
| * Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-121-8/+8
* | Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-09-063-175/+257
|\ \
| * | configfs: provide exclusion between IO and removalsAl Viro2019-09-042-18/+80
| * | configfs: new object reprsenting tree fragmentsAl Viro2019-09-023-27/+97
| * | configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-09-021-11/+0
| * | configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-09-021-134/+95
* | | NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust2019-09-021-8/+10
|/ /
* | Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-08-307-147/+135
|\ \
| * | cifs: update internal module numberSteve French2019-08-281-1/+1
| * | cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-286-146/+112
| * | cifs: Use kzfree() to zero out the passwordDan Carpenter2019-08-271-1/+1
| * | cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-08-271-0/+22
* | | Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-08-2711-95/+131
|\ \ \ | |/ / |/| |
| * | NFS: remove set but not used variable 'mapping'YueHaibing2019-08-271-2/+0
| * | NFSv2: Fix write regressionTrond Myklebust2019-08-271-1/+3
| * | NFSv2: Fix eof handlingTrond Myklebust2019-08-271-1/+2