aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-10cifs: remove redundant check for null string pointerColin Ian King1-2/+1
2016-01-14cifs: fix race between call_async() and reconnect()Rabin Vincent1-1/+1
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-1/+1
2016-01-14cifs: Make echo interval tunableSteve French1-9/+26
2016-01-14Print IP address of unresponsive serverArnd Hannemann1-2/+5
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+78
2015-11-03Add resilienthandles mount parmSteve French1-1/+30
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French1-0/+30
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French1-0/+19
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-4/+5
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu1-0/+2
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French1-1/+2
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French1-0/+10
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter1-1/+2
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-4/+2
2015-04-01Fix warning on impossible comparisonSteve French1-2/+1
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French1-0/+6
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim1-0/+4
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko1-33/+18
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French1-5/+25
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French1-3/+13
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes1-2/+2
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French1-0/+19
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon1-19/+0
2014-08-21cifs: fix memory leak when password is supplied multiple timesNamjae Jeon1-0/+2
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+4
2014-08-02CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky1-4/+4
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-9/+1
2014-05-21cifs: ensure that vol->username is not NULL before running strlen on itJeff Layton1-1/+1
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu1-0/+3
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+8
2013-11-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar1-5/+20
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiAl Viro1-2/+8
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-1/+1
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar1-26/+1
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg1-6/+6
2013-09-08cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang1-3/+4
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French1-6/+0
2013-06-27[CIFS] Fix build warningSteve French1-1/+2
2013-06-26[CIFS] SMB3 Signing enablementSteve French1-0/+1
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang1-1/+1
2013-06-24Add SMB3.02 dialect supportSteve French1-0/+5
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton1-84/+33
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-9/+3
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton1-0/+25
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton1-0/+4
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton1-1/+0