aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module version numberSteve French2019-01-311-1/+1
* CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-291-1/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-291-2/+2
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-291-16/+30
* CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky2019-01-291-3/+8
* cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2019-01-292-3/+16
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-01-291-2/+2
* cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg2019-01-241-0/+1
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-241-0/+7
* CIFS: Fix mounts if the client is low on creditsPavel Shilovsky2019-01-241-0/+17
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-01-241-4/+11
* CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-242-11/+6
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-241-10/+14
* CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-241-12/+23
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-242-7/+46
* smb3: Cleanup license messThomas Gleixner2019-01-242-20/+0
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-241-3/+3
* cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King2019-01-241-0/+8
* cifs: update internal module version numberSteve French2019-01-111-1/+1
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-114-9/+56
* CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky2019-01-111-17/+34
* CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-112-2/+27
* cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-112-6/+6
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-01-112-0/+12
* cifs: move large array from stack to heapAurelien Aptel2019-01-112-14/+32
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-111-1/+1
* CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-101-18/+41
* CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-101-2/+0
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
* cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
* cifs: Fix a debug messageDan Carpenter2019-01-101-3/+4
* Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-054-16/+32
|\
| * smb3: add smb3.1.1 to default dialect listSteve French2019-01-032-14/+28
| * cifs: fix confusing warning message on reconnectSteve French2019-01-021-1/+1
| * smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-021-1/+3
* | fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+2
|/
* Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-0227-501/+2842
|\
| * cifs: update internal module version numberSteve French2018-12-311-1/+1
| * cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-313-33/+55
| * cifs: Minor Kconfig clarificationSteve French2018-12-281-2/+3
| * cifs: Always resolve hostname before reconnectingPaulo Alcantara2018-12-281-32/+52
| * cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara2018-12-281-3/+85
| * cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-283-3/+104
| * cifs: Only free DFS target list if we actually got onePaulo Alcantara2018-12-281-3/+3
| * cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara2018-12-281-0/+6
| * cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing2018-12-281-1/+2
| * cifs: Add support for failover in cifs_reconnect()Paulo Alcantara2018-12-283-1/+204
| * cifs: Add support for failover in cifs_mount()Paulo Alcantara2018-12-283-15/+236
| * cifs: remove set but not used variable 'sep'YueHaibing2018-12-281-3/+0