summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2013-12-28cifs: set FILE_CREATEDShirish Pargaonkar1-5/+6
2013-12-28cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu3-20/+19
2013-12-28Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French1-2/+4
2013-11-20Check SMB3 dialects against downgrade attacksSteve French6-4/+90
2013-11-19Removed duplicated (and unneeded) gotoSteve French1-4/+2
2013-11-19CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French2-14/+93
2013-11-17Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds17-74/+358
2013-11-16[CIFS] Warn if SMB3 encryption required by serverSteve French2-0/+20
2013-11-16setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-11-16[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/vir...Linus Torvalds5-12/+10
2013-11-12cifs: Use data structures to compute NTLMv2 response offsetsTim Gardner2-17/+31
2013-11-12[CIFS] O_DIRECT opens should work on directio mountsSteve French1-0/+22
2013-11-12cifs: don't spam the logs on unexpected lookup errorsJeff Layton1-1/+1
2013-11-12cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOJeff Layton2-2/+2
2013-11-12CIFS: 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 ...Steven 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-25cifs: rcu-delay unload_nls() and freeing sbiAl Viro2-2/+9
2013-10-25new 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 authenti...Sachin Prabhu1-2/+2
2013-10-07cifs: Fix inability to write files >2GB to SMB2/3 sharesJan Klos1-2/+4
2013-10-07cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar2-2/+13
2013-10-06do not treat non-symlink reparse points as valid symlinksSteve French3-14/+71
2013-10-05Merge 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-26[CIFS] update cifs.ko versionSteve French1-1/+1
2013-09-26[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-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-17cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-14cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu1-3/+7
2013-09-14cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu1-2/+3
2013-09-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-4/+1