aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Fix warningGravatar Steve French 1-0/+2
2015-04-01Fix another dereference before null check warningGravatar Steve French 1-1/+1
2015-04-01CIFS: session servername can't be nullGravatar Steve French 1-1/+5
2015-04-01Fix warning on impossible comparisonGravatar Steve French 1-2/+1
2015-04-01Fix coverity warningGravatar Steve French 1-1/+1
2015-04-01Fix dereference before null check warningGravatar Steve French 1-5/+8
2015-04-01Don't ignore errors on encrypting password in SMBTconGravatar Steve French 1-0/+6
2015-04-01Fix warning on uninitialized buftypeGravatar Steve French 1-1/+1
2015-03-21cifs: potential memory leaks when parsing mnt optsGravatar Taesoo Kim 1-0/+4
2015-03-21cifs: fix use-after-free bug in find_writable_fileGravatar David Disseldorp 1-0/+1
2015-03-21cifs: smb2_clone_range() - exit on unhandled errorGravatar Sachin Prabhu 1-1/+2
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Gravatar Jeff Layton 1-4/+10
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+1
2015-02-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-23/+11
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2015-02-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-4/+10
2015-01-26cifs: fix MUST SecurityFlags filteringGravatar Niklas Cassel 1-2/+4
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-2/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2015-01-19Complete oplock break jobs before closing file handleGravatar Sachin Prabhu 1-1/+5
2015-01-19cifs: use memzero_explicit to clear stack bufferGravatar Giel van Schijndel 1-1/+1
2015-01-18fix deadlock in cifs_ioctl_clone()Gravatar Al Viro 1-16/+5
2015-01-16locks: keep a count of locks on the flctx listsGravatar Jeff Layton 1-10/+4
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsGravatar Jeff Layton 1-4/+4
2015-01-16locks: convert posix locks to file_lock_contextGravatar Jeff Layton 1-16/+10
2014-12-22cifs: make new inode cache when file type is differentGravatar Nakajima Akira 1-3/+7
2014-12-14Fix signed/unsigned pointer warningGravatar Kevin Cernekee 1-5/+7
2014-12-14Convert MessageID in smb2_hdr to LEGravatar Sachin Prabhu 5-11/+14
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Gravatar Linus Torvalds 9-51/+51
2014-12-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-12-10fs/cifs: remove obsolete __constantGravatar Fabian Frederick 7-47/+47
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-14/+19
2014-12-07cifs: remove unneeded condition checkGravatar Namjae Jeon 1-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooGravatar Sachin Prabhu 1-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Gravatar Andy Shevchenko 4-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationGravatar Andy Shevchenko 2-49/+4
2014-12-07cifs: call strtobool instead of custom implementationGravatar Andy Shevchenko 1-22/+29
2014-12-07Update modinfo cifs version for cifs.koGravatar Steve French 1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceGravatar Steve French 1-2/+1
2014-12-07Add missing defines for ACL query supportGravatar Steve French 1-0/+19
2014-12-07Add support for original fallocateGravatar Steve French 1-1/+62
2014-11-19kill f_dentry usesGravatar Al Viro 1-1/+1
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperGravatar Al Viro 4-11/+16
2014-11-19switch d_materialise_unique() users to d_splice_alias()Gravatar Al Viro 1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-1/+1
2014-10-17[CIFS] Remove obsolete commentGravatar Steve French 1-6/+4
2014-10-16Check minimum response length on query_network_interfaceGravatar Steve French 1-4/+7
2014-10-16Workaround Mac server problemGravatar Steve French 1-3/+10