aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-2/+2
2016-09-16cifs: don't use ->d_timeGravatar Miklos Szeredi 3-4/+14
2016-09-09Move check for prefix path to within cifs_get_root()Gravatar Sachin Prabhu 1-5/+4
2016-09-09Compare prepaths when comparing superblocksGravatar Sachin Prabhu 1-1/+20
2016-09-09Fix memory leaks in cifs_do_mount()Gravatar Sachin Prabhu 3-14/+18
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-16/+169
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+0
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-1/+1
2016-07-27CIFS: Fix a possible invalid memory access in smb2_query_symlink()Gravatar Pavel Shilovsky 1-1/+29
2016-07-27fs/cifs: make share unaccessible at root level mountableGravatar Aurelien Aptel 5-5/+104
2016-07-26mm, memcg: use consistent gfp flags during readaheadGravatar Michal Hocko 1-1/+1
2016-07-20cifs: fix crash due to race in hmac(md5) handlingGravatar Rabin Vincent 1-6/+10
2016-07-19cifs: unbreak TCP session reuseGravatar Rabin Vincent 1-1/+3