summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* CIFS: fix max ea value sizeMurphy Zhou2019-10-051-1/+1
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-291-1/+9
* smb3: send CAP_DFS capability during session setupSteve French2019-08-161-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-161-1/+1
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-08-061-4/+4
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-251-1/+1
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-091-1/+3
* Revert "cifs: fix memory leak in SMB2_read"Greg Kroah-Hartman2019-05-251-1/+0
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-251-6/+8
* cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-05-161-0/+1
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-021-0/+4
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-274-10/+53
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-201-30/+37
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-201-1/+2
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-051-0/+5
* cifs: use correct format charactersLouis Taylor2019-04-052-3/+3
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-051-1/+13
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-231-5/+7
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-232-6/+26
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-03-131-2/+2
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-02-202-0/+12
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-121-1/+8
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-312-7/+46
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-311-10/+14
* CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-311-12/+23
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-311-3/+3
* cifs: allow disabling insecure dialects in the configSteve French2019-01-262-1/+25
* cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-162-6/+6
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-161-1/+1
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-161-2/+6
* CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-01-091-2/+2
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-12-291-2/+2
* cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-211-1/+1
* cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-131-1/+1
* cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-271-5/+6
* cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-271-2/+5
* smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-131-2/+4
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-11-131-1/+9
* smb3: allow stats which track session and share reconnects to be resetSteve French2018-11-131-0/+3
* cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven2018-11-041-1/+1
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-101-1/+1
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-10-101-0/+8
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-10-101-3/+8
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-10-101-3/+0
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-261-10/+15