summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick2014-12-101-2/+2
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-107-47/+47
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-105-14/+19
|\ \
| * | kill f_dentry usesAl Viro2014-11-191-1/+1
| * | cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-194-11/+16
| * | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
| * | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
| |/
* | cifs: remove unneeded condition checkNamjae Jeon2014-12-071-4/+0
* | Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu2014-12-071-0/+5
* | cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko2014-12-074-42/+25
* | cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2014-12-072-49/+4
* | cifs: call strtobool instead of custom implementationAndy Shevchenko2014-12-071-22/+29
* | Update modinfo cifs version for cifs.koSteve French2014-12-071-1/+1
* | decode_negTokenInit had wrong calling sequenceSteve French2014-12-071-2/+1
* | Add missing defines for ACL query supportSteve French2014-12-071-0/+19
* | Add support for original fallocateSteve French2014-12-071-1/+62
|/
* [CIFS] Remove obsolete commentSteve French2014-10-171-6/+4
* Check minimum response length on query_network_interfaceSteve French2014-10-161-4/+7
* Workaround Mac server problemSteve French2014-10-161-3/+10
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-1611-77/+88
* Allow conversion of characters in Mac remap range (part 2)Steve French2014-10-162-26/+83
* Allow conversion of characters in Mac remap range. Part 1Steve French2014-10-165-33/+107
* mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French2014-10-163-1/+75
* Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French2014-10-163-1/+68
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-168-30/+55
* add defines for two new file attributesSteve French2014-10-161-0/+2
* cifs: replace strnicmp with strncasecmpRasmus Villemoes2014-10-142-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-134-24/+20
|\
| * cifs: switch to use of %p[dD]Al Viro2014-10-093-19/+19
| * vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-5/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-122-2/+0
|\ \
| * | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-162-2/+0
* | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-3/+4
|\ \ \
| * | | locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-3/+4
* | | | CIFS: Fix readpages retrying on reconnectsPavel Shilovsky2014-10-021-7/+1
* | | | Fix problem recognizing symlinksSteve French2014-10-022-1/+3
| |_|/ |/| |
* | | Fix mfsymlinks file size checkSteve French2014-09-161-1/+3
* | | Update version number displayed by modinfo for cifs.koSteve French2014-09-161-1/+1
* | | cifs: remove dead codeArnd Bergmann2014-09-161-17/+0
* | | Revert "cifs: No need to send SIGKILL to demux_thread during umount"Steve French2014-09-161-0/+19
* | | [SMB3] Fix oops when creating symlinks on smb3Steve French2014-09-151-2/+6
* | | [CIFS] Fix setting time before epoch (negative time values)Steve French2014-09-141-4/+16
* | | Clarify Kconfig help text for CIFS and SMB2/SMB3Steve French2014-08-251-12/+23
* | | CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-255-9/+4
* | | CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky2014-08-251-2/+2
* | | CIFS: Fix directory rename errorPavel Shilovsky2014-08-221-1/+4
* | | cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon2014-08-221-19/+0
* | | cifs: Allow directIO read/write during cache=strictNamjae Jeon2014-08-222-0/+16
* | | cifs: remove unneeded check of null checking in if conditionNamjae Jeon2014-08-211-2/+1
* | | cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon2014-08-211-1/+1
OpenPOWER on IntegriCloud