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