aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-52/+238
2016-01-22wrappers for ->i_mutex accessAl Viro2-8/+8
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-14cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-01-14cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French10-33/+156
2016-01-14cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall1-0/+15
2016-01-14cifs: Make echo interval tunableSteve French3-11/+34
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall1-2/+22
2016-01-14Print IP address of unresponsive serverArnd Hannemann1-2/+5
2016-01-14cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-68/+120
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+10
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro3-4/+6
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro3-6/+6
2015-12-08cifs: avoid unused variable and labelArnd Bergmann1-2/+0
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig3-68/+122
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-8/+8
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-25/+287
2015-11-09Allow copy offload (CopyChunk) across sharesSteve French2-15/+8
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-22/+22
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2015-11-03Add resilienthandles mount parmSteve French4-1/+53
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French4-3/+168
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French1-0/+2
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French3-3/+34
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesSteve French2-1/+22
2015-10-31Allow duplicate extents in SMB3 not just SMB3.1.1Steve French1-3/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells5-22/+22
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-3/+3
2015-10-03[CIFS] Update cifs version numberSteve French1-1/+1
2015-10-01[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French1-34/+0
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-26[SMB3] Missing null tcon checkSteve French1-1/+1
2015-09-24fix encryption error checks on mountSteve French1-0/+8
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsSteve French1-15/+61
2015-09-22cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-2/+51
2015-09-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-09-11[CIFS] mount option sec=none not displayed properly in /proc/mountsSteve French1-1/+4
2015-09-11CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1