aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro
2016-07-29Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-27CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky
2016-07-27fs/cifs: make share unaccessible at root level mountableAurelien Aptel
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-20cifs: fix crash due to race in hmac(md5) handlingRabin Vincent
2016-07-19cifs: unbreak TCP session reuseRabin Vincent
2016-07-12cifs: Check for existing directory when opening file with O_CREATSachin Prabhu
2016-07-11Add MF-Symlinks support for SMB 2.0Sachin Prabhu
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-06-24File names with trailing period or space need special case conversionSteve French
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-06-23cifs: check hash calculating succeededLuis de Bethencourt
2016-06-23cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-06-23cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-29drop redundant ->owner initializationsAl Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-19CIFS: Remove some obsolete commentsSteve French
2016-05-19cifs: Create dedicated keyring for spnego operationsSachin Prabhu
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2016-05-17Update cifs.ko version to 2.09Steve French
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher
2016-05-17cifs: remove any preceding delimiter from prefix_pathSachin Prabhu
2016-05-17cifs: Use file_dentry()Goldwyn Rodrigues
2016-05-02cifs: switch to ->iterate_shared()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-23cifs: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-23cifs: Fix removexattr for os2.* xattrsAndreas Gruenbacher
2016-04-23cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher
2016-04-23cifs: Fix xattr name checksAndreas Gruenbacher
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro