aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Fix warning on impossible comparisonGravatar Steve French 1-2/+1
2015-04-01Don't ignore errors on encrypting password in SMBTconGravatar Steve French 1-0/+6
2015-03-21cifs: potential memory leaks when parsing mnt optsGravatar Taesoo Kim 1-0/+4
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Gravatar Andy Shevchenko 1-33/+18
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-5/+25
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 1-3/+13
2014-10-14cifs: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-2/+2
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Gravatar Steve French 1-0/+19
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountGravatar Namjae Jeon 1-19/+0
2014-08-21cifs: fix memory leak when password is supplied multiple timesGravatar Namjae Jeon 1-0/+2
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-4/+4
2014-08-02CIFS: Indicate reconnect with ECONNABORTED error codeGravatar Pavel Shilovsky 1-4/+4
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-9/+1
2014-05-21cifs: ensure that vol->username is not NULL before running strlen on itGravatar Jeff Layton 1-1/+1
2014-05-21cifs: Set client guid on per connection basisGravatar Sachin Prabhu 1-0/+3
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+8
2013-11-02cifs: Send a logoff request before removing a smb sessionGravatar Shirish Pargaonkar 1-5/+20
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiGravatar Al Viro 1-2/+8
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valueGravatar Pavel Shilovsky 1-1/+1
2013-09-08cifs: Process post session setup code in respective dialect functions.Gravatar Shirish Pargaonkar 1-26/+1
2013-09-08cifs: Move string length definitions to uapiGravatar Scott Lovenberg 1-6/+6
2013-09-08cifs: ensure that srv_mutex is held when dealing with ssocket pointerGravatar Jeff Layton 1-0/+2
2013-07-30cifs: extend the buffer length enought for sprintf() usingGravatar Chen Gang 1-3/+4
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresGravatar Steve French 1-6/+0
2013-06-27[CIFS] Fix build warningGravatar Steve French 1-1/+2
2013-06-26[CIFS] SMB3 Signing enablementGravatar Steve French 1-0/+1
2013-06-26cifs: using strlcpy instead of strncpyGravatar Zhao Hongjiang 1-1/+1
2013-06-24Add SMB3.02 dialect supportGravatar Steve French 1-0/+5
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoGravatar Jeff Layton 1-84/+33
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoGravatar Jeff Layton 1-9/+3
2013-06-24add new fields to smb_vol to track the requested security flavorGravatar Jeff Layton 1-0/+25
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorGravatar Jeff Layton 1-0/+4
2013-06-24cifs: remove the cifs_ses->flags fieldGravatar Jeff Layton 1-1/+0
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Gravatar Jeff Layton 1-1/+8
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootGravatar Jeff Layton 1-2/+2
2013-05-24cifs: fix error handling when calling cifs_parse_devnameGravatar Jeff Layton 1-9/+13
2013-05-24cifs: allow sec=none mounts to work against servers that don't support extend...Gravatar Jeff Layton 1-0/+1
2013-05-04cifs: small variable name cleanupGravatar Dan Carpenter 1-1/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-161/+149
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsGravatar Jeff Layton 1-51/+5
2013-04-10cifs: Allow passwords which begin with a delimitorGravatar Sachin Prabhu 1-3/+13
2013-03-06cifs: remove the sockopt= mount optionGravatar Jeff Layton 1-15/+1
2013-02-27cifs: set MAY_SIGN when sec=krb5Gravatar Martijn de Gouw 1-1/+1
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-18/+48
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tGravatar Eric W. Biederman 1-1/+1
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsGravatar Eric W. Biederman 1-1/+1
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsGravatar Eric W. Biederman 1-10/+40
2013-02-13cifs: Convert struct tcon_link to use a kuid.Gravatar Eric W. Biederman 1-6/+6
2013-01-21cifs: fix srcip_matches() for ipv6Gravatar Nickolai Zeldovich 1-1/+1