summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2016-10-28Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-28Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-10-28SMB3: GUIDs should be constructed as random but valid uuidsSteve French4-4/+4
2016-10-28Set previous session id correctly on SMB3 reconnectSteve French2-1/+6
2016-10-28Display number of credits availableSteve French1-0/+1
2016-10-28Clarify locking of cifs file and tcon structures and make more granularSteve French7-63/+75
2016-10-28fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel1-0/+1
2016-10-28cifs: Limit the overall credit acquiredRoss Lagerwall2-1/+27
2016-10-28lib: update single-char callers of strtobool()Kees Cook4-48/+20
2016-08-20CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-08-20cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-08-20cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-08-20fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2016-07-27File names with trailing period or space need special case conversionSteve French2-4/+31
2016-07-27cifs: dynamic allocation of ntlmssp blobJerome Marchand3-43/+45
2016-07-27Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-06-01fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-06-01fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-06-01fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-06-01fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-06-01remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-03-10Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-10CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-10cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-02-25cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-25cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-25cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-25cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-11-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-25/+287
2015-11-09Allow copy offload (CopyChunk) across sharesSteve French2-15/+8
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-22/+22
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2015-11-03Add resilienthandles mount parmSteve French4-1/+53
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French4-3/+168
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French1-0/+2
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French3-3/+34
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French2-1/+22
2015-11-01Allow duplicate extents in SMB3 not just SMB3.1.1Steve French1-3/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells5-22/+22
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-3/+3
2015-10-04[CIFS] Update cifs version numberSteve French1-1/+1
2015-10-02[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French1-34/+0
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-26[SMB3] Missing null tcon checkSteve French1-1/+1