aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro2-16/+14
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds14-78/+78
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-58/+35
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells14-78/+78
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-4/+2
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-20/+6
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-2/+2
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro1-16/+23
2015-04-11cifs: fold cifs_iovec_write() into the only callerAl Viro1-31/+16
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-12/+0
2015-04-01Fix warningSteve French1-0/+2
2015-04-01Fix another dereference before null check warningSteve French1-1/+1
2015-04-01CIFS: session servername can't be nullSteve French1-1/+5
2015-04-01Fix warning on impossible comparisonSteve French1-2/+1
2015-04-01Fix coverity warningSteve French1-1/+1
2015-04-01Fix dereference before null check warningSteve French1-5/+8
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French1-0/+6
2015-04-01Fix warning on uninitialized buftypeSteve French1-1/+1
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim1-0/+4
2015-03-21cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-03-21cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton1-4/+10
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+1
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2015-02-10Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-23/+11
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-02-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-4/+10
2015-01-26cifs: fix MUST SecurityFlags filteringNiklas Cassel1-2/+4
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2015-01-19Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-01-19cifs: use memzero_explicit to clear stack bufferGiel van Schijndel1-1/+1
2015-01-18fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton1-10/+4
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton1-4/+4
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-16/+10
2014-12-22cifs: make new inode cache when file type is differentNakajima Akira1-3/+7
2014-12-14Fix signed/unsigned pointer warningKevin Cernekee1-5/+7
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu5-11/+14
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds9-51/+51
2014-12-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick7-47/+47
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-14/+19
2014-12-07cifs: remove unneeded condition checkNamjae Jeon1-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4