summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-201-0/+2
* CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-201-2/+2
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-201-3/+11
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-201-0/+3
* Handle mismatched open callsSachin Prabhu2017-05-088-8/+135
* CIFS: remove bad_network_name flagGermano Percossi2017-04-272-6/+0
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-271-0/+10
* CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-211-3/+3
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-121-0/+4
* cifs: initialize file_info_lockRabin Vincent2017-02-091-0/+1
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-01-061-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-01-061-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-065-31/+85
* Fix regression which breaks DFS mountingSachin Prabhu2016-10-281-6/+8
* Cleanup missing frees on some ioctlsSteve French2016-10-281-5/+4
* Do not send SMB3 SET_INFO request if nothing is changingSteve French2016-10-281-0/+6
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-284-4/+4
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-282-1/+6
* Display number of credits availableSteve French2016-10-281-0/+1
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-287-63/+75
* fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel2016-10-281-0/+1
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-282-1/+27
* lib: update single-char callers of strtobool()Kees Cook2016-10-284-48/+20
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-08-201-1/+29
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-08-201-6/+10
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-08-201-3/+21
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-08-205-5/+104
* File names with trailing period or space need special case conversionSteve French2016-07-272-4/+31
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-07-273-43/+45
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-07-272-1/+30
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-06-011-14/+18
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-06-011-18/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-06-011-12/+16
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-06-011-12/+20
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-06-014-2/+25
* Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan2016-03-091-8/+4
* CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-03-091-3/+18
* cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-03-091-10/+14
* cifs: fix erroneous return valueAnton Protopopov2016-02-251-1/+1
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-02-251-0/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-02-252-3/+5
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-02-252-6/+5
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-139-25/+287
|\
| * Allow copy offload (CopyChunk) across sharesSteve French2015-11-092-15/+8
| * Add resilienthandles mount parmSteve French2015-11-034-1/+53
| * [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-034-3/+168
| * [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French2015-11-031-0/+2
| * [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-033-3/+34
| * [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-032-1/+22