aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-24File names with trailing period or space need special case conversionSteve French2-4/+31
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-06-23cifs: check hash calculating succeededLuis de Bethencourt1-0/+2
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand3-43/+45
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand1-1/+1
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton3-3/+15
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-29drop redundant ->owner initializationsAl Viro1-7/+0
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+5
2016-05-19CIFS: Remove some obsolete commentsSteve French1-6/+1
2016-05-19cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-383/+167
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-69/+121
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-220/+167
2016-05-17remove directory incorrectly tries to set delete on close on non-empty directoriesSteve French4-2/+25
2016-05-17Update cifs.ko version to 2.09Steve French1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23