summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Compare prepaths when comparing superblocksSachin Prabhu2016-09-101-1/+20
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-101-1/+9
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-281-0/+49
* cifs: unbreak TCP session reuseRabin Vincent2016-07-191-1/+3
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-241-1/+3
* Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-92/+35Star
|\
| * cifs: don't bother with kmap on read_pages sideAl Viro2016-03-281-30/+35
| * cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-281-67/+5Star
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-181-2/+6
|\ \
| * | cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-171-2/+6
* | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-141-2/+2
|/ /
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* cifs: remove redundant check for null string pointerColin Ian King2016-02-111-2/+1Star
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-141-1/+1
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-1/+1
* cifs: Make echo interval tunableSteve French2016-01-141-9/+26
* Print IP address of unresponsive serverArnd Hannemann2016-01-141-2/+5
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-141-0/+78
|\
| * Add resilienthandles mount parmSteve French2015-11-031-1/+30
| * [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-031-0/+30
| * [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-031-0/+19
* | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-4/+5
|/
* cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu2015-06-291-0/+2
* Add SMB3.11 mount option synonym for new dialectSteve French2015-06-281-1/+2
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-281-0/+10
* CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter2015-05-201-1/+2
* mm, mempool: do not allow atomic resizingDavid Rientjes2015-04-151-4/+2Star
* Fix warning on impossible comparisonSteve French2015-04-011-2/+1Star
* Don't ignore errors on encrypting password in SMBTconSteve French2015-04-011-0/+6
* cifs: potential memory leaks when parsing mnt optsTaesoo Kim2015-03-211-0/+4
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-081-33/+18Star
* 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/+0Star
* 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/+1Star
|/
* 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-251-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-101-1/+1
* cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-081-26/+1Star
* 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