summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky2014-08-024-12/+59
| * | CIFS: Fix rsize usage for sync readPavel Shilovsky2014-08-021-12/+14
| * | CIFS: Fix rsize usage in user readPavel Shilovsky2014-08-021-23/+22
| * | CIFS: Separate page reading from user readPavel Shilovsky2014-08-021-28/+41
| * | CIFS: Fix rsize usage in readpagesPavel Shilovsky2014-08-021-15/+26
| * | CIFS: Separate page search from readpagesPavel Shilovsky2014-08-021-46/+61
| * | CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-028-20/+150
| * | CIFS: Fix wsize usage in iovec writePavel Shilovsky2014-08-023-32/+39
| * | CIFS: Separate writing from iovec writePavel Shilovsky2014-08-021-32/+44
| * | CIFS: Separate filling pages from iovec writePavel Shilovsky2014-08-021-34/+50
| * | CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky2014-08-024-16/+87
| * | CIFS: Fix wsize usage in writepagesPavel Shilovsky2014-08-021-11/+14