aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-68/+120
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-8/+8
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-8/+10
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 3-4/+6
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 3-6/+6
2015-12-08cifs: avoid unused variable and labelGravatar Arnd Bergmann 1-2/+0
2015-12-07vfs: pull btrfs clone API to vfs layerGravatar Christoph Hellwig 3-68/+122
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-8/+8
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 9-25/+287
2015-11-09Allow copy offload (CopyChunk) across sharesGravatar Steve French 2-15/+8
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-1/+1
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-22/+22
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2015-11-03Add resilienthandles mount parmGravatar Steve French 4-1/+53
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredGravatar Steve French 4-3/+168
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledGravatar Steve French 1-0/+2
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportGravatar Steve French 3-3/+34
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesGravatar Steve French 2-1/+22
2015-10-31Allow duplicate extents in SMB3 not just SMB3.1.1Gravatar Steve French 1-3/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 5-22/+22
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Gravatar Michal Hocko 1-3/+3
2015-10-03[CIFS] Update cifs version numberGravatar Steve French 1-1/+1
2015-10-01[SMB3] Do not fall back to SMBWriteX in set_file_size error casesGravatar Steve French 1-34/+0
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-09-26[SMB3] Missing null tcon checkGravatar Steve French 1-1/+1
2015-09-24fix encryption error checks on mountGravatar Steve French 1-0/+8
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsGravatar Steve French 1-15/+61
2015-09-22cifs: use server timestamp for ntlmv2 authenticationGravatar Peter Seiderer 1-2/+51
2015-09-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Gravatar Steve French 1-2/+6
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