aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2015-09-11[CIFS] mount option sec=none not displayed properly in /proc/mountsGravatar Steve French 1-1/+4
2015-09-11CIFS: fix type confusion in copy offload ioctlGravatar Jann Horn 1-0/+6
2015-09-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-09-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-7/+115
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-3/+3
2015-08-20cifs: Fix use-after-free on mid_q_entryGravatar Christopher Oo 3-0/+16
2015-08-20Update cifs version numberGravatar Steve French 1-1/+1
2015-08-20Add way to query server fs info for smb3Gravatar Steve French 3-6/+98
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsGravatar Sachin Prabhu 1-0/+2
2015-06-28Update negotiate protocol for SMB3.11 dialectGravatar Steve French 2-5/+60
2015-06-28Add ioctl to set integrityGravatar Steve French 4-0/+38
2015-06-28Add Get/Set Integrity Information structure definitionsGravatar Steve French 2-0/+24
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSGravatar Steve French 6-3/+75
2015-06-27Add SMB3.11 mount option synonym for new dialectGravatar Steve French 3-2/+90
2015-06-27add struct FILE_STANDARD_INFOGravatar Steve French 1-0/+10
2015-06-27Make dialect negotiation warning message easier to readGravatar Steve French 1-1/+1
2015-06-27Add defines and structs for smb3.1 dialectGravatar Steve French 2-6/+36
2015-06-27Allow parsing vers=3.11 on cifs mountGravatar Steve French 6-3/+59
2015-06-27client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setGravatar Noel Power 1-3/+2
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-16/+14
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEGravatar Federico Sauter 1-1/+2
2015-05-20Fix to convert SURROGATE PAIRGravatar Nakajima Akira 1-46/+136
2015-05-20cifs: potential missing check for posix_lock_file_waitGravatar Chengyu Song 1-2/+2
2015-05-20Fix to check Unique id and FileType when client refer file directly.Gravatar Nakajima Akira 1-0/+25
2015-05-20CIFS: remove an unneeded NULL checkGravatar Dan Carpenter 1-1/+1
2015-05-20[cifs] fix null pointer checkGravatar Steve French 1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 2-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 2-16/+14
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 9-23/+25
2015-05-10cifs: Don't replace dentries for dfs mountsGravatar Sachin Prabhu 1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 14-78/+78
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-58/+35
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-12/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 14-78/+78
2015-04-14mm, mempool: do not allow atomic resizingGravatar David Rientjes 1-4/+2
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-20/+6
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-2/+2
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Gravatar Al Viro 1-16/+23
2015-04-11cifs: fold cifs_iovec_write() into the only callerGravatar Al Viro 1-31/+16
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-12/+0
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