summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2015-10-03[CIFS] Update cifs version numberSteve French
2015-10-02[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French
2015-09-26[SMB3] Missing null tcon checkSteve French
2015-09-24fix encryption error checks on mountSteve French
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsSteve French
2015-09-22cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer
2015-09-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French
2015-09-12[CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French
2015-09-11CIFS: fix type confusion in copy offload ioctlJann Horn
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo
2015-08-20Update cifs version numberSteve French
2015-08-20Add way to query server fs info for smb3Steve French
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu
2015-06-29Update negotiate protocol for SMB3.11 dialectSteve French
2015-06-29Add ioctl to set integritySteve French
2015-06-29Add Get/Set Integrity Information structure definitionsSteve French
2015-06-29Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French
2015-06-28Add SMB3.11 mount option synonym for new dialectSteve French
2015-06-28add struct FILE_STANDARD_INFOSteve French
2015-06-28Make dialect negotiation warning message easier to readSteve French
2015-06-28Add defines and structs for smb3.1 dialectSteve French
2015-06-28Allow parsing vers=3.11 on cifs mountSteve French
2015-06-28client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter
2015-05-20[cifs] fix null pointer checkSteve French
2015-05-11don't pass nameidata to ->follow_link()Al Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-11Fix that several functions handle incorrect value of mapcharsNakajima Akira
2015-05-11cifs: Don't replace dentries for dfs mountsSachin Prabhu
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2015-04-12switch generic_write_checks() to iocb and iterAl Viro
2015-04-12generic_write_checks(): drop isblk argumentAl Viro
2015-04-12lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro
2015-04-12cifs: fold cifs_iovec_write() into the only callerAl Viro
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-04-01Fix warningSteve French