aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French1-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French4-1/+11
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky1-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2-5/+18
2016-10-13SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu1-199/+162
2016-10-13SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu1-46/+230
2016-10-13Expose cifs module parameters in sysfsGermano Percossi1-3/+3
2016-10-13Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-13Enable previous version supportSteve French4-2/+72
2016-10-13Do not send SMB3 SET_INFO request if nothing is changingSteve French1-0/+6
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French5-16/+37
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French3-0/+25
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French7-63/+75
2016-10-12Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2016-10-12fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel1-0/+1
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French4-4/+4
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French2-1/+6
2016-10-12cifs: Limit the overall credit acquiredRoss Lagerwall2-1/+27
2016-10-12Display number of credits availableSteve French1-0/+1
2016-10-12Add way to query creation time of file via cifs xattrSteve French1-1/+27
2016-10-12Add way to query file attributes via cifs xattrSteve French1-1/+33
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro3-21/+43
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-2/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro3-4/+14
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro3-13/+5
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher1-6/+8
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-2/+2
2016-09-27cifs: don't use memcpy() to copy struct iov_iterAl Viro1-10/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-2/+2
2016-09-16cifs: don't use ->d_timeMiklos Szeredi3-4/+14
2016-09-09Move check for prefix path to within cifs_get_root()Sachin Prabhu1-5/+4
2016-09-09Compare prepaths when comparing superblocksSachin Prabhu1-1/+20
2016-09-09Fix memory leaks in cifs_do_mount()Sachin Prabhu3-14/+18
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro1-1/+1
2016-07-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-16/+169
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-27CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-07-27fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+1
2016-07-20cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-07-19cifs: unbreak TCP session reuseRabin Vincent1-1/+3
2016-07-12cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-07-11Add MF-Symlinks support for SMB 2.0Sachin Prabhu1-0/+2
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1