aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French1-2/+4
2013-11-19Check SMB3 dialects against downgrade attacksSteve French6-4/+90
2013-11-18Removed duplicated (and unneeded) gotoSteve French1-4/+2
2013-11-18CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French2-14/+93
2013-11-16Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds17-74/+358
2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French2-0/+20
2013-11-15setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-11-15[CIFS] Set copychunk defaultsSteve French2-1/+12
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French4-1/+210
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-12/+10
2013-11-11cifs: Use data structures to compute NTLMv2 response offsetsTim Gardner2-17/+31
2013-11-11[CIFS] O_DIRECT opens should work on directio mountsSteve French1-0/+22
2013-11-11cifs: don't spam the logs on unexpected lookup errorsJeff Layton1-1/+1
2013-11-11cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOJeff Layton2-2/+2
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky6-49/+55
2013-11-08Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-57/+464
2013-11-08Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+4
2013-11-02Query network adapter info at mount time for debuggingSteve French1-0/+30
2013-11-02Fix unused variable warning when CIFS POSIX disabledSteve French1-1/+1
2013-11-02Allow setting per-file compression via CIFS protocolSteve French5-4/+94
2013-11-02Query File System AlignmentSteven French4-4/+76
2013-11-02Query device characteristics at mount time from server on SMB2/3 not just on cifs mountsSteven French3-10/+28
2013-11-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar3-9/+37
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner6-10/+35
2013-10-28cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner1-10/+2
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsSteve French4-2/+73
2013-10-28Allow setting per-file compression via SMB2/3Steve French6-19/+87
2013-10-28Fix corrupt SMB2 ioctl requestsSteve French1-4/+17
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiAl Viro2-2/+9
2013-10-24new helper: kfree_put_link()Al Viro3-10/+1
2013-10-14cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner1-1/+3
2013-10-07cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methodsSachin Prabhu1-2/+2
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos1-2/+4
2013-10-06cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar2-2/+13
2013-10-05do not treat non-symlink reparse points as valid symlinksSteve French3-14/+71
2013-10-04Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-115/+74
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-4/+4
2013-09-25[CIFS] update cifs.ko versionSteve French1-1/+1
2013-09-25[CIFS] Remove ext2 flags that have been moved to fs.hSteve French1-20/+1
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough3-6/+43
2013-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton3-88/+1
2013-09-18CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells3-0/+28
2013-09-16cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-13cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu1-3/+7
2013-09-13cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu1-2/+3
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-4/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-4/+1
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky6-17/+71
2013-09-09CIFS: Add create lease v2 context for SMB3Pavel Shilovsky2-13/+73