summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-5/+25
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-3/+13
* cifs: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French2014-09-161-0/+19
* cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon2014-08-221-19/+0
* cifs: fix memory leak when password is supplied multiple timesNamjae Jeon2014-08-211-0/+2
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-091-4/+4
|\
| * CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky2014-08-021-4/+4
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-9/+1
|/
* cifs: ensure that vol->username is not NULL before running strlen on itJeff Layton2014-05-211-1/+1
* cifs: Set client guid on per connection basisSachin Prabhu2014-05-211-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-2/+8
|\
| * cifs: rcu-delay unload_nls() and freeing sbiAl Viro2013-10-241-2/+8
* | cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar2013-11-021-5/+20
|/
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-091-1/+1
* cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-081-26/+1
* cifs: Move string length definitions to uapiScott Lovenberg2013-09-081-6/+6
* cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-081-0/+2
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-301-3/+4
* Limit allocation of crypto mechanisms to dialect which requiresSteve French2013-07-041-6/+0
* [CIFS] Fix build warningSteve French2013-06-271-1/+2
* [CIFS] SMB3 Signing enablementSteve French2013-06-261-0/+1
* cifs: using strlcpy instead of strncpyZhao Hongjiang2013-06-261-1/+1
* Add SMB3.02 dialect supportSteve French2013-06-241-0/+5
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-84/+33
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-9/+3
* add new fields to smb_vol to track the requested security flavorJeff Layton2013-06-241-0/+25
* cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-241-0/+4
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-1/+0
* cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-241-1/+8
* cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-311-2/+2
* cifs: fix error handling when calling cifs_parse_devnameJeff Layton2013-05-241-9/+13
* cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton2013-05-241-0/+1
* cifs: small variable name cleanupDan Carpenter2013-05-041-1/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-161/+149
* cifs: ignore the unc= and prefixpath= mount optionsJeff Layton2013-05-041-51/+5
* cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-101-3/+13
* cifs: remove the sockopt= mount optionJeff Layton2013-03-061-15/+1
* cifs: set MAY_SIGN when sec=krb5Martijn de Gouw2013-02-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-18/+48
|\
| * cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman2013-02-131-1/+1
| * cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-131-1/+1
| * cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman2013-02-131-10/+40
| * cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman2013-02-131-6/+6
* | cifs: fix srcip_matches() for ipv6Nickolai Zeldovich2013-01-211-1/+1
|/
* cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2
* cifs: parse the device name into UNC and prepathJeff Layton2012-12-111-7/+88
* cifs: fix up handling of prefixpath= optionJeff Layton2012-12-111-25/+9
* cifs: clean up handling of unc= optionJeff Layton2012-12-111-27/+12
* Do not send SMB2 signatures for SMB3 framesSteve French2012-12-091-1/+1
OpenPOWER on IntegriCloud