summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-47/+34Star
|\
| * cifs: switch to ->write_iter()Al Viro2014-05-061-22/+18Star
| * cifs: switch to ->read_iter()Al Viro2014-05-061-20/+12Star
| * 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/+3Star
* | 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-171-1/+1
* cifs: fix error handling cifs_user_readvJeff Layton2014-04-171-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/+52Star
|\
| * cifs: fix the race in cifs_writev()Al Viro2014-04-121-5/+18
| * fold cifs_iovec_read() into its (only) callerAl Viro2014-04-021-18/+9Star
| * cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro2014-04-021-45/+17Star
| * cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro2014-04-021-8/+8
* | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
|/
* CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky2014-02-241-18/+6Star
* 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-081-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-101-0/+4
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-101-2/+1Star
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-14/+14
* direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1
* cifs: file: initialize oparms.reconnect before using itAndi Shyti2013-07-311-0/+1
* CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-121-5/+4Star
* CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky2013-07-121-1/+7
* CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-101-6/+9
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-6/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-7/+8
|\
| * locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-6/+7
| * cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-291-1/+1
* | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-2/+3
|/
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-85/+81Star
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0Star
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-131-1/+5
* POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French2013-02-271-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-13/+13
|\
| * new helper: file_inode(file)Al Viro2013-02-231-13/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-4/+4
|\ \ | |/ |/|