aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds9-51/+51
2014-12-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick7-47/+47
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-14/+19
2014-12-07cifs: remove unneeded condition checkNamjae Jeon1-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko1-22/+29
2014-12-07Update modinfo cifs version for cifs.koSteve French1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2014-12-07Add missing defines for ACL query supportSteve French1-0/+19
2014-12-07Add support for original fallocateSteve French1-1/+62
2014-11-19kill f_dentry usesAl Viro1-1/+1
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro4-11/+16
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-17[CIFS] Remove obsolete commentSteve French1-6/+4
2014-10-16Check minimum response length on query_network_interfaceSteve French1-4/+7
2014-10-16Workaround Mac server problemSteve French1-3/+10
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French11-77/+88
2014-10-16Allow conversion of characters in Mac remap range (part 2)Steve French2-26/+83
2014-10-16Allow conversion of characters in Mac remap range. Part 1Steve French5-33/+107
2014-10-16mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French3-1/+75
2014-10-16Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French3-1/+68
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French8-30/+55
2014-10-16add defines for two new file attributesSteve French1-0/+2
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes2-5/+5
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-24/+20
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-2/+0
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+4
2014-10-09cifs: switch to use of %p[dD]Al Viro3-19/+19
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-5/+1
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-3/+4
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky1-7/+1
2014-10-02Fix problem recognizing symlinksSteve French2-1/+3
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2-2/+0
2014-09-16Fix mfsymlinks file size checkSteve French1-1/+3
2014-09-16Update version number displayed by modinfo for cifs.koSteve French1-1/+1
2014-09-16cifs: remove dead codeArnd Bergmann1-17/+0
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French1-0/+19
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Steve French1-2/+6
2014-09-14[CIFS] Fix setting time before epoch (negative time values)Steve French1-4/+16
2014-08-25Clarify Kconfig help text for CIFS and SMB2/SMB3Steve French1-12/+23
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4
2014-08-25CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-08-22CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon1-19/+0
2014-08-22cifs: Allow directIO read/write during cache=strictNamjae Jeon2-0/+16