summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
| * CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky2014-08-021-1/+1
| * CIFS: Indicate reconnect with ECONNABORTED error codePavel Shilovsky2014-08-021-2/+2
| * CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky2014-08-021-7/+28
| * 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-021-6/+30
| * CIFS: Fix wsize usage in iovec writePavel Shilovsky2014-08-021-24/+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 wsize usage in writepagesPavel Shilovsky2014-08-021-11/+14
| * CIFS: Separate pages initialization from writepagesPavel Shilovsky2014-08-021-20/+36
| * CIFS: Separate page sending from writepagesPavel Shilovsky2014-08-021-30/+38
| * CIFS: Separate page processing from writepagesPavel Shilovsky2014-08-021-70/+82
| * CIFS: Fix async reading on reconnectsPavel Shilovsky2014-08-021-2/+2
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-8/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-47/+34
|\
| * cifs: switch to ->write_iter()Al Viro2014-05-061-22/+18
| * cifs: switch to ->read_iter()Al Viro2014-05-061-20/+12
| * start adding the tag to iov_iterAl Viro2014-05-061-2/+2
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+2
| * kill iov_iter_copy_from_user()Al Viro2014-05-061-4/+3
* | cifs: fix potential races in cifs_revalidate_mappingJeff Layton2014-05-211-6/+6
* | cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-211-2/+2
|/
* cif: fix dead codeMichael Opdenacker2014-04-161-1/+1
* cifs: fix error handling cifs_user_readvJeff Layton2014-04-161-1/+1
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-3/+28
* cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven2014-04-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-76/+52
|\
| * cifs: fix the race in cifs_writev()Al Viro2014-04-121-5/+18
| * fold cifs_iovec_read() into its (only) callerAl Viro2014-04-011-18/+9
| * cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro2014-04-011-45/+17
| * cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro2014-04-011-8/+8
* | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
|/
* CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky2014-02-231-18/+6
* Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-02-171-4/+35
|\
| * cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-02-141-3/+34
| * [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-1/+1
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-02-101-11/+20
|\ \ | |/
| * [CIFS] clean up page array when uncached write send failsSteve French2014-02-071-11/+20
* | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-2/+2
|/
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-1/+1
* [CIFS] O_DIRECT opens should work on directio mountsSteve French2013-11-111-0/+22
* CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-181-0/+8
* cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu2013-09-131-3/+7
* cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu2013-09-131-2/+3
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-091-0/+4
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-091-2/+1
OpenPOWER on IntegriCloud