aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu1-0/+2
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French2-5/+60
2015-06-28Add ioctl to set integritySteve French4-0/+38
2015-06-28Add Get/Set Integrity Information structure definitionsSteve French2-0/+24
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French6-3/+75
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French3-2/+90
2015-06-27add struct FILE_STANDARD_INFOSteve French1-0/+10
2015-06-27Make dialect negotiation warning message easier to readSteve French1-1/+1
2015-06-27Add defines and structs for smb3.1 dialectSteve French2-6/+36
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French6-3/+59
2015-06-27client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power1-3/+2
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-16/+14
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter1-1/+2
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira1-46/+136
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song1-2/+2
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira1-0/+25
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter1-1/+1
2015-05-20[cifs] fix null pointer checkSteve French1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro2-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro2-16/+14
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira9-23/+25
2015-05-10cifs: Don't replace dentries for dfs mountsSachin Prabhu1-0/+2
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