aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAge
* Fix match_prepath()Sachin Prabhu2017-05-20
* Handle mismatched open callsSachin Prabhu2017-05-08
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-06
* Call echo service immediately after socket reconnectSachin Prabhu2016-11-29
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-14
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-12
* Fix regression which breaks DFS mountingSachin Prabhu2016-10-12
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-12
* Compare prepaths when comparing superblocksSachin Prabhu2016-09-10
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-10
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-27
* cifs: unbreak TCP session reuseRabin Vincent2016-07-19
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-06-24
* Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-18
|\
| * cifs: don't bother with kmap on read_pages sideAl Viro2016-03-28
| * cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-28
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-18
|\ \
| * | cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-17
* | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-13
|/ /
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* cifs: remove redundant check for null string pointerColin Ian King2016-02-10
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-14
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-14
* cifs: Make echo interval tunableSteve French2016-01-14
* Print IP address of unresponsive serverArnd Hannemann2016-01-14
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-13
|\
| * Add resilienthandles mount parmSteve French2015-11-03
| * [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-03
| * [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-03
* | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
|/
* cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu2015-06-29
* Add SMB3.11 mount option synonym for new dialectSteve French2015-06-27
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-27
* CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter2015-05-20
* mm, mempool: do not allow atomic resizingDavid Rientjes2015-04-14
* Fix warning on impossible comparisonSteve French2015-04-01
* Don't ignore errors on encrypting password in SMBTconSteve French2015-04-01
* cifs: potential memory leaks when parsing mnt optsTaesoo Kim2015-03-21
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
* cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-07
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-16
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-16
* cifs: replace strnicmp with strncasecmpRasmus Villemoes2014-10-13
* Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French2014-09-16
* cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon2014-08-22
* cifs: fix memory leak when password is supplied multiple timesNamjae Jeon2014-08-21
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-09
|\
| * CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky2014-08-02
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
|/
* cifs: ensure that vol->username is not NULL before running strlen on itJeff Layton2014-05-21