aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-12-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-90/+177
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-15cifs_get_root shouldn't use path with tree nameGravatar Sachin Prabhu 4-5/+7
2016-12-15Fix default behaviour for empty domains and add domainauto optionGravatar Germano Percossi 3-5/+18
2016-12-15cifs: use %16phN for formatting md5 sumGravatar Rasmus Villemoes 1-7/+2
2016-12-14cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackGravatar Andy Lutomirski 1-32/+8
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+2
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectGravatar Pavel Shilovsky 4-6/+19
2016-12-05CIFS: Fix a possible memory corruption during reconnectGravatar Pavel Shilovsky 5-31/+85
2016-12-05CIFS: Fix a possible memory corruption in push locksGravatar Pavel Shilovsky 1-1/+1
2016-12-05CIFS: Fix missing nls unload in smb2_reconnect()Gravatar Pavel Shilovsky 1-1/+1
2016-12-02CIFS: Decrease verbosity of ioctl callGravatar Pavel Shilovsky 1-1/+1
2016-12-01SMB3: parsing for new snapshot timestamp mount parmGravatar Steve French 2-3/+37
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Gravatar Eryu Guan 1-2/+2
2016-11-28Call echo service immediately after socket reconnectGravatar Sachin Prabhu 1-7/+18
2016-11-28CIFS: Fix BUG() in calc_seckey()Gravatar Sachin Prabhu 1-3/+8
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 2-0/+2
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledGravatar Steve French 1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclGravatar Steve French 4-1/+11
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenGravatar Pavel Shilovsky 1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectGravatar Pavel Shilovsky 2-5/+18
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupGravatar Sachin Prabhu 1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupGravatar Sachin Prabhu 1-46/+230
2016-10-13Expose cifs module parameters in sysfsGravatar Germano Percossi 1-3/+3
2016-10-13Cleanup missing frees on some ioctlsGravatar Steve French 1-5/+4
2016-10-13Enable previous version supportGravatar Steve French 4-2/+72
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingGravatar Steve French 1-0/+6
2016-10-12SMB3: Add mount parameter to allow user to override max creditsGravatar Steve French 5-16/+37
2016-10-12fs/cifs: reopen persistent handles on reconnectGravatar Steve French 3-0/+25
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 7-63/+75
2016-10-12Fix regression which breaks DFS mountingGravatar Sachin Prabhu 1-6/+8
2016-10-12fs/cifs: keep guid when assigning fid to fileinfoGravatar Aurelien Aptel 1-0/+1
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsGravatar Steve French 4-4/+4
2016-10-12Set previous session id correctly on SMB3 reconnectGravatar Steve French 2-1/+6
2016-10-12cifs: Limit the overall credit acquiredGravatar Ross Lagerwall 2-1/+27
2016-10-12Display number of credits availableGravatar Steve French 1-0/+1
2016-10-12Add way to query creation time of file via cifs xattrGravatar Steve French 1-1/+27
2016-10-12Add way to query file attributes via cifs xattrGravatar Steve French 1-1/+33
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 3-21/+43
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-9/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-2/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscGravatar Al Viro 3-4/+14
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Gravatar Al Viro 3-13/+5
2016-09-27posix_acl: xattr representation cleanupsGravatar Andreas Gruenbacher 1-6/+8
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-2/+2
2016-09-27cifs: don't use memcpy() to copy struct iov_iterGravatar Al Viro 1-10/+4