aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2016-07-10Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-02-03cifs: fix race between call_async() and reconnect()Rabin Vincent
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2015-04-01Fix warning on impossible comparisonSteve French
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon
2014-08-21cifs: fix memory leak when password is supplied multiple timesNamjae Jeon
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-02CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-05-21cifs: ensure that vol->username is not NULL before running strlen on itJeff Layton
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiAl Viro
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg
2013-09-08cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French
2013-06-27[CIFS] Fix build warningSteve French
2013-06-26[CIFS] SMB3 Signing enablementSteve French
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton
2013-05-24cifs: fix error handling when calling cifs_parse_devnameJeff Layton
2013-05-24cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton
2013-05-04cifs: small variable name cleanupDan Carpenter
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton
2013-04-10cifs: Allow passwords which begin with a delimitorSachin Prabhu
2013-03-06cifs: remove the sockopt= mount optionJeff Layton
2013-02-27cifs: set MAY_SIGN when sec=krb5Martijn de Gouw
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman