aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2014-10-17[CIFS] Remove obsolete commentGravatar Steve French 1-6/+4
2014-10-16Check minimum response length on query_network_interfaceGravatar Steve French 1-4/+7
2014-10-16Workaround Mac server problemGravatar Steve French 1-3/+10
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 11-77/+88
2014-10-16Allow conversion of characters in Mac remap range (part 2)Gravatar Steve French 2-26/+83
2014-10-16Allow conversion of characters in Mac remap range. Part 1Gravatar Steve French 5-33/+107
2014-10-16mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkGravatar Steve French 3-1/+75
2014-10-16Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkGravatar Steve French 3-1/+68
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 8-30/+55
2014-10-16add defines for two new file attributesGravatar Steve French 1-0/+2
2014-10-14cifs: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 2-5/+5
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-24/+20
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-2/+0
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-3/+4
2014-10-09cifs: switch to use of %p[dD]Gravatar Al Viro 3-19/+19
2014-10-09vfs: Make d_invalidate return voidGravatar Eric W. Biederman 1-5/+1
2014-10-07locks: plumb a "priv" pointer into the setlease routinesGravatar Jeff Layton 1-3/+4
2014-10-02CIFS: Fix readpages retrying on reconnectsGravatar Pavel Shilovsky 1-7/+1
2014-10-02Fix problem recognizing symlinksGravatar Steve French 2-1/+3
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 2-2/+0
2014-09-16Fix mfsymlinks file size checkGravatar Steve French 1-1/+3
2014-09-16Update version number displayed by modinfo for cifs.koGravatar Steve French 1-1/+1
2014-09-16cifs: remove dead codeGravatar Arnd Bergmann 1-17/+0
2014-09-16Revert "cifs: No need to send SIGKILL to demux_thread during umount"Gravatar Steve French 1-0/+19
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Gravatar Steve French 1-2/+6
2014-09-14[CIFS] Fix setting time before epoch (negative time values)Gravatar Steve French 1-4/+16
2014-08-25Clarify Kconfig help text for CIFS and SMB2/SMB3Gravatar Steve French 1-12/+23
2014-08-25CIFS: Fix wrong filename length for SMB2Gravatar Pavel Shilovsky 5-9/+4
2014-08-25CIFS: Fix wrong restart readdir for SMB1Gravatar Pavel Shilovsky 1-2/+2
2014-08-22CIFS: Fix directory rename errorGravatar Pavel Shilovsky 1-1/+4
2014-08-22cifs: No need to send SIGKILL to demux_thread during umountGravatar Namjae Jeon 1-19/+0
2014-08-22cifs: Allow directIO read/write during cache=strictGravatar Namjae Jeon 2-0/+16
2014-08-21cifs: remove unneeded check of null checking in if conditionGravatar Namjae Jeon 1-2/+1
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupGravatar Namjae Jeon 1-1/+1
2014-08-21cifs: fix memory leak when password is supplied multiple timesGravatar Namjae Jeon 1-0/+2
2014-08-21cifs: fix a possible null pointer deref in decode_ascii_ssetupGravatar Namjae Jeon 1-3/+4
2014-08-20Trivial whitespace fixGravatar Steve French 1-1/+1
2014-08-20Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-22/+269
2014-08-17[SMB3] Enable fallocate -z support for SMB3 mountsGravatar Steve French 1-0/+55
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Gravatar Steve French 5-1/+73
2014-08-17Incorrect error returned on setting file compressed on SMB2Gravatar Steve French 1-1/+1
2014-08-17CIFS: Fix wrong directory attributes after renameGravatar Pavel Shilovsky 1-0/+6
2014-08-17CIFS: Fix SMB2 readdir error handlingGravatar Pavel Shilovsky 7-8/+25
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconGravatar Steve French 1-1/+2
2014-08-15[CIFS] Workaround MacOS server problem with SMB2.1 writeGravatar Steve French 1-1/+16
2014-08-15cifs: handle lease F_UNLCK requests properlyGravatar Jeff Layton 1-2/+3
2014-08-15Cleanup sparse file support by creating worker function for itGravatar Steve French 1-31/+49
2014-08-13Add sparse file support to SMB2/SMB3 mountsGravatar Steve French 3-1/+47
2014-08-12Add missing definitions for CIFS File System AttributesGravatar Steve French 1-0/+23
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-5/+15