aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-05-17cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2-3/+11
2016-05-17cifs: Use file_dentry()Goldwyn Rodrigues2-4/+4
2016-05-02cifs: switch to ->iterate_shared()Al Viro2-27/+30
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro5-52/+13
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+1
2016-04-23cifs: Switch to generic xattr handlersAndreas Gruenbacher4-218/+165
2016-04-23cifs: Fix removexattr for os2.* xattrsAndreas Gruenbacher1-9/+17
2016-04-23cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher1-2/+2
2016-04-23cifs: Fix xattr name checksAndreas Gruenbacher1-16/+8
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-2/+2
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro2-4/+4
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsAl Viro1-36/+6
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro4-16/+7
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov5-62/+62
2016-03-28cifs: don't bother with kmap on read_pages sideAl Viro3-70/+55
2016-03-28cifs_readv_receive: use cifs_read_from_socket()Al Viro1-7/+4
2016-03-28cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2-69/+5
2016-03-28cifs: quit playing games with draining iovecsAl Viro2-102/+41
2016-03-28cifs: merge the hash calculation helpersAl Viro3-140/+67
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-48/+20
2016-03-17lib: update single-char callers of strtobool()Kees Cook4-48/+20
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-18/+40
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro1-3/+1