summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-10-184-0/+32
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-10-051-0/+7
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-10-051-5/+12
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-10-051-1/+1
* cifs: release auth_key.response for reconnect.Shu Wang2017-10-051-0/+8
* CIFS: remove endian related sparse warningSteve French2017-09-071-1/+1
* CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-09-071-2/+2
* cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-301-6/+12
* cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-301-2/+2
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-292-4/+9
* Call echo service immediately after socket reconnectSachin Prabhu2017-06-171-6/+18
* CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-202-0/+7