summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-10CIFS: Fix read after write for files with read cachingPavel Shilovsky1-5/+7
2019-05-02cifs: Fix potential OOB access of lock element arrayRoss Lagerwall1-4/+4
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2018-06-17cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox1-14/+12
2018-01-01SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-10-12CIFS: fix circular locking dependencyRabin Vincent1-2/+3
2017-02-23Clarify locking of cifs file and tcon structures and make more granularSteve French1-27/+39
2015-04-13cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-02-10Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2014-09-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky1-1/+1
2014-09-17CIFS: Fix async reading on reconnectsPavel Shilovsky1-2/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-47/+34
2014-05-21cifs: fix potential races in cifs_revalidate_mappingJeff Layton1-6/+6
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton1-2/+2
2014-05-07cifs: switch to ->write_iter()Al Viro1-22/+18
2014-05-07cifs: switch to ->read_iter()Al Viro1-20/+12
2014-05-07start adding the tag to iov_iterAl Viro1-2/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-2/+2
2014-05-07kill iov_iter_copy_from_user()Al Viro1-4/+3
2014-04-17cif: fix dead codeMichael Opdenacker1-1/+1
2014-04-17cifs: fix error handling cifs_user_readvJeff Layton1-1/+1
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-3/+28
2014-04-14cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven1-1/+1
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-76/+52
2014-04-12cifs: fix the race in cifs_writev()Al Viro1-5/+18
2014-04-08mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-02fold cifs_iovec_read() into its (only) callerAl Viro1-18/+9
2014-04-02cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro1-45/+17
2014-04-02cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro1-8/+8
2014-02-24CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky1-18/+6
2014-02-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+35
2014-02-15cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-02-11[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French1-1/+1
2014-02-10Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-11/+20
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-2/+2
2014-02-08[CIFS] clean up page array when uncached write send failsSteve French1-11/+20
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-1/+1
2013-11-12[CIFS] O_DIRECT opens should work on directio mountsSteve French1-0/+22
2013-09-18CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells1-0/+8
2013-09-14cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu1-3/+7
2013-09-14cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu1-2/+3
2013-09-10CIFS: Respect epoch value from create lease context v2Pavel Shilovsky1-0/+4
2013-09-10CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-2/+1
2013-09-09CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-14/+14
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-07-31cifs: file: initialize oparms.reconnect before using itAndi Shyti1-0/+1
2013-07-12CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-12CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky1-1/+7
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky1-6/+9
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky1-6/+20