summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-111-1/+3
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-06-111-6/+8
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-161-0/+4
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-271-31/+38
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-271-1/+2
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-271-0/+5
* cifs: use correct format charactersLouis Taylor2019-04-272-3/+3
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-271-1/+13
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-231-5/+7
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-03-231-2/+2
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-02-202-0/+12
* Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure ...Greg Kroah-Hartman2019-02-201-1/+1
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-201-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: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-02-061-3/+3
* 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 error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-01-131-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
* smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-211-2/+4
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-11-211-1/+9
* smb3: allow stats which track session and share reconnects to be resetSteve French2018-11-211-0/+3
* CIFS: handle guest access errors to Windows sharesMark Syms2018-11-101-0/+3
* 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
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-261-2/+9
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-09-151-1/+1
* smb3: fix reset of bytes read and written statsSteve French2018-09-151-0/+8
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-09-151-0/+7
* smb3: don't request leases in symlink creation and querySteve French2018-09-051-2/+2
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-09-052-1/+3
* cifs: check kmalloc before useNicholas Mc Guire2018-09-051-0/+6
* cifs: add missing debug entries for kconfig optionsSteve French2018-09-051-7/+23
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-112-8/+20
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-05-301-3/+1
* cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-291-4/+5
* SMB2: Fix share type handlingChristophe JAILLET2018-04-131-5/+9
* CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent2018-04-131-1/+1
* cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2018-03-241-3/+3
* CIFS: Enable encryption during session setup phasePavel Shilovsky2018-03-242-19/+11
* SMB3: Validate negotiate request must always be signedSteve French2018-03-241-0/+3
* CIFS: zero sensitive data when freeingAurelien Aptel2018-02-163-15/+8
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-02-161-2/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-02-161-14/+12
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-11-081-2/+3