aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-01
| * callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-01
* | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-07
* | fuse: fix "uninitialized variable" warningRajat Jain2014-04-02
* | fuse: Turn writeback cache onPavel Emelyanov2014-04-02
* | fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov2014-04-02
* | fuse: fuse_flush() should wait on writebackMaxim Patlasov2014-04-02
* | fuse: Implement write_begin/write_end callbacksPavel Emelyanov2014-04-02
* | fuse: restructure fuse_readpage()Maxim Patlasov2014-04-02
* | fuse: Flush files on wb closePavel Emelyanov2014-04-02
* | fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-02
* | fuse: Trust kernel i_size onlyPavel Emelyanov2014-04-02
* | fuse: Prepare to handle short readsPavel Emelyanov2014-04-02
* | fuse: Linking file to inode helperPavel Emelyanov2014-04-02
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\
| * Fix race when checking i_size on direct i/o readSteven Whitehouse2014-01-26
* | fuse: support clients that don't implement 'open'Andrew Gallagher2014-01-22
* | fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-22
|/
* fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov2013-11-05
* fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov2013-11-05
* fuse: writepages: crop secondary requestsMaxim Patlasov2013-11-05
* fuse: writepages: roll back changes if request not foundMaxim Patlasov2013-11-05
* fuse: writepage: skip already in flightMiklos Szeredi2013-10-01
* fuse: writepages: handle same page rewritesMiklos Szeredi2013-10-01
* fuse: writepages: fix aggregationMiklos Szeredi2013-10-01
* fuse: fix race in fuse_writepages()Maxim Patlasov2013-10-01
* fuse: Implement writepages callbackPavel Emelyanov2013-10-01
* fuse: don't BUG on no write fileMiklos Szeredi2013-10-01
* fuse: lock page in mkwriteMiklos Szeredi2013-10-01
* fuse: Prepare to handle multiple pages in writebackPavel Emelyanov2013-10-01
* fuse: Getting file for writeback helperPavel Emelyanov2013-10-01
* fuse: fix fallocate vs. ftruncate raceMaxim Patlasov2013-09-18
* fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov2013-09-18
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-03
* fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-03
|\
| * fuse: another open-coded file_inode()Al Viro2013-06-29
* | fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov2013-06-17
|/
* fuse: fix alignment in short read optimization for async_dioMaxim Patlasov2013-06-03
* fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster2013-06-03
* fuse: update inode size and invalidate attributes on fallocateBrian Foster2013-05-20
* fuse: truncate pagecache range on hole punchBrian Foster2013-05-20
* fuse: allocate for_background dio requests based on io->async stateBrian Foster2013-05-14
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-07
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-05-07
|\ \ | |/ |/|
| * fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-01
| * fuse: truncate file if async dio failedMaxim Patlasov2013-04-18
| * fuse: optimize short direct readsMaxim Patlasov2013-04-17