summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAge
* [SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French2017-07-08
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-08
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-08
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-06
|\
| * cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson2017-05-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
| |\
| * | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-28
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-02
|\ \ \
| * | | Fix match_prepath()Sachin Prabhu2017-04-28
| | |/ | |/|
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\ \ \ | |/ / |/| |
| * | cifs: Convert to separately allocated bdiJan Kara2017-04-20
| |/
* | CIFS: handle guest access errors to Windows sharesMark Syms2017-04-10
* | Handle mismatched open callsSachin Prabhu2017-04-07
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-03-03
|\
| * smb2: Enforce sec= mount optionSachin Prabhu2017-03-02
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\ \
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| |/
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-02
|/
* CIFS: Allow to switch on encryption with seal mount optionPavel Shilovsky2017-02-01
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-01
* CIFS: Add transform header handling callbacksPavel Shilovsky2017-02-01
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-01
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-12-24
|\
| * cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-15
| * Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-15
| * CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-05
| * SMB3: parsing for new snapshot timestamp mount parmSteve French2016-12-01
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\ \ | |/ |/|
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-01
* | Call echo service immediately after socket reconnectSachin Prabhu2016-11-28
|/
* 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-09
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-09
* 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