summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2015-04-01Fix warningSteve French
2015-04-01Fix another dereference before null check warningSteve French
2015-04-01CIFS: session servername can't be nullSteve French
2015-04-01Fix warning on impossible comparisonSteve French
2015-04-01Fix coverity warningSteve French
2015-04-01Fix dereference before null check warningSteve French
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French
2015-04-01Fix warning on uninitialized buftypeSteve French
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim
2015-03-21cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp
2015-03-21cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-02-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-01-26cifs: fix MUST SecurityFlags filteringNiklas Cassel
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-19Complete oplock break jobs before closing file handleSachin Prabhu
2015-01-19cifs: use memzero_explicit to clear stack bufferGiel van Schijndel
2015-01-18fix deadlock in cifs_ioctl_clone()Al Viro
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton
2014-12-22cifs: make new inode cache when file type is differentNakajima Akira
2014-12-14Fix signed/unsigned pointer warningKevin Cernekee
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-07cifs: remove unneeded condition checkNamjae Jeon
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko
2014-12-07Update modinfo cifs version for cifs.koSteve French
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French
2014-12-07Add missing defines for ACL query supportSteve French
2014-12-07Add support for original fallocateSteve French
2014-11-19kill f_dentry usesAl Viro
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-17[CIFS] Remove obsolete commentSteve French
2014-10-16Check minimum response length on query_network_interfaceSteve French
2014-10-16Workaround Mac server problemSteve French