aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-8/+6
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+0
2017-04-28Fix match_prepath()Gravatar Sachin Prabhu 1-8/+6
2017-04-20cifs: Convert to separately allocated bdiGravatar Jan Kara 1-10/+0
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+14
2017-04-10CIFS: handle guest access errors to Windows sharesGravatar Mark Syms 1-0/+3
2017-04-07Handle mismatched open callsGravatar Sachin Prabhu 1-2/+11
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hGravatar Andrew Lunn 1-0/+1
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02smb2: Enforce sec= mount optionGravatar Sachin Prabhu 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2017-02-01CIFS: Allow to switch on encryption with seal mount optionGravatar Pavel Shilovsky 1-13/+28
2017-02-01CIFS: Decrypt and process small encrypted packetsGravatar Pavel Shilovsky 1-0/+9
2017-02-01CIFS: Add transform header handling callbacksGravatar Pavel Shilovsky 1-5/+12
2017-02-01CIFS: Encrypt SMB3 requests before sendingGravatar Pavel Shilovsky 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-11/+71
2016-12-15cifs_get_root shouldn't use path with tree nameGravatar Sachin Prabhu 1-1/+2
2016-12-15Fix default behaviour for empty domains and add domainauto optionGravatar Germano Percossi 1-0/+7
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2016-12-05CIFS: Fix a possible memory corruption during reconnectGravatar Pavel Shilovsky 1-7/+27
2016-12-01SMB3: parsing for new snapshot timestamp mount parmGravatar Steve French 1-3/+35
2016-11-28Call echo service immediately after socket reconnectGravatar Sachin Prabhu 1-7/+18
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclGravatar Steve French 1-1/+7
2016-10-12SMB3: Add mount parameter to allow user to override max creditsGravatar Steve French 1-3/+16
2016-10-12Fix regression which breaks DFS mountingGravatar Sachin Prabhu 1-6/+8
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsGravatar Steve French 1-1/+1
2016-09-09Compare prepaths when comparing superblocksGravatar Sachin Prabhu 1-1/+20
2016-09-09Fix memory leaks in cifs_do_mount()Gravatar Sachin Prabhu 1-1/+9
2016-07-27fs/cifs: make share unaccessible at root level mountableGravatar Aurelien Aptel 1-0/+49
2016-07-19cifs: unbreak TCP session reuseGravatar Rabin Vincent 1-1/+3
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectGravatar Steve French 1-1/+3
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-92/+35
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+6
2016-05-17cifs: remove any preceding delimiter from prefix_pathGravatar Sachin Prabhu 1-2/+6
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userGravatar Hannes Frederic Sowa 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-28cifs: don't bother with kmap on read_pages sideGravatar Al Viro 1-30/+35
2016-03-28cifs: no need to wank with copying and advancing iovec on recvmsg side eitherGravatar Al Viro 1-67/+5
2016-02-10cifs: remove redundant check for null string pointerGravatar Colin Ian King 1-2/+1
2016-01-14cifs: fix race between call_async() and reconnect()Gravatar Rabin Vincent 1-1/+1
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 1-1/+1
2016-01-14cifs: Make echo interval tunableGravatar Steve French 1-9/+26
2016-01-14Print IP address of unresponsive serverGravatar Arnd Hannemann 1-2/+5
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+78
2015-11-03Add resilienthandles mount parmGravatar Steve French 1-1/+30