summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | cifs: fix memory leak when password is supplied multiple timesNamjae Jeon2014-08-211-0/+2
* | | cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon2014-08-211-3/+4
* | | Trivial whitespace fixSteve French2014-08-201-1/+1
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-2014-22/+269
|\ \ \ | |/ / |/| |
| * | [SMB3] Enable fallocate -z support for SMB3 mountsSteve French2014-08-171-0/+55
| * | enable fallocate punch hole ("fallocate -p") for SMB3Steve French2014-08-175-1/+73
| * | Incorrect error returned on setting file compressed on SMB2Steve French2014-08-171-1/+1
| * | CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-08-171-0/+6
| * | CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-177-8/+25
| * | [CIFS] Possible null ptr deref in SMB2_tconSteve French2014-08-171-1/+2
| * | [CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French2014-08-151-1/+16
| * | cifs: handle lease F_UNLCK requests properlyJeff Layton2014-08-151-2/+3
| * | Cleanup sparse file support by creating worker function for itSteve French2014-08-151-31/+49
| * | Add sparse file support to SMB2/SMB3 mountsSteve French2014-08-133-1/+47
| * | Add missing definitions for CIFS File System AttributesSteve French2014-08-121-0/+23
| * | cifs: remove unused function cifs_oplock_break_waitVincent Stehlé2014-08-111-7/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-113-5/+15
|\ \ \ | |/ / |/| |
| * | cifs: support RENAME_NOREPLACEMiklos Szeredi2014-08-073-5/+15
| |/
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-0918-783/+1665
|\ \
| * | Add worker function to set allocation sizeSteve French2014-08-054-6/+11
| * | [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-023-6/+6
| * | Update cifs versionSteve French2014-08-021-1/+1
| * | CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky2014-08-021-1/+1
| * | CIFS: Optimize readpages in a short read case on reconnectsPavel Shilovsky2014-08-021-3/+8
| * | CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky2014-08-023-3/+32
| * | CIFS: Improve indentation in cifs_user_read()Pavel Shilovsky2014-08-021-14/+13
| * | CIFS: Fix possible buffer corruption in cifs_user_read()Pavel Shilovsky2014-08-021-1/+3
| * | CIFS: Count got bytes in read_into_pages()Pavel Shilovsky2014-08-022-7/+10
| * | CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky2014-08-024-6/+7
| * | CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky2014-08-022-6/+6
OpenPOWER on IntegriCloud