aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-12cifs: Check for existing directory when opening file with O_CREATGravatar Sachin Prabhu 1-3/+21
2016-07-11Add MF-Symlinks support for SMB 2.0Gravatar Sachin Prabhu 1-0/+2
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-06-24File names with trailing period or space need special case conversionGravatar Steve French 2-4/+31
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectGravatar Steve French 2-1/+30
2016-06-23cifs: check hash calculating succeededGravatar Luis de Bethencourt 1-0/+2
2016-06-23cifs: dynamic allocation of ntlmssp blobGravatar Jerome Marchand 3-43/+45
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameGravatar Jerome Marchand 1-1/+1
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestGravatar Jeff Layton 3-3/+15
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 1-7/+0
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-4/+5
2016-05-19CIFS: Remove some obsolete commentsGravatar Steve French 1-6/+1
2016-05-19cifs: Create dedicated keyring for spnego operationsGravatar Sachin Prabhu 3-2/+71
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-383/+167
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-69/+121
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+3
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 5-220/+167
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Gravatar Steve French 4-2/+25
2016-05-17Update cifs.ko version to 2.09Gravatar Steve French 1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationGravatar Stefan Metzmacher 1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationGravatar Stefan Metzmacher 1-18/+23
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationGravatar Stefan Metzmacher 1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPGravatar Stefan Metzmacher 1-12/+20
2016-05-17cifs: remove any preceding delimiter from prefix_pathGravatar Sachin Prabhu 2-3/+11
2016-05-17cifs: Use file_dentry()Gravatar Goldwyn Rodrigues 2-4/+4
2016-05-02cifs: switch to ->iterate_shared()Gravatar Al Viro 2-27/+30
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 5-52/+13
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+1
2016-04-23cifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 4-218/+165
2016-04-23cifs: Fix removexattr for os2.* xattrsGravatar Andreas Gruenbacher 1-9/+17
2016-04-23cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTGravatar Andreas Gruenbacher 1-2/+2
2016-04-23cifs: Fix xattr name checksGravatar Andreas Gruenbacher 1-16/+8
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userGravatar Hannes Frederic Sowa 1-2/+2
2016-04-11KEYS: Add a facility to restrict new links into a keyringGravatar David Howells 1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 2-4/+4