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-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
| * fuse: enable asynchronous processing direct IOMaxim Patlasov2013-04-171-7/+44
| * fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-171-17/+47
| * fuse: add support of async IOMaxim Patlasov2013-04-171-0/+92
| * fuse: move fuse_release_user_pages() upMaxim Patlasov2013-04-171-12/+12
| * fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-171-2/+14
* | lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-2/+0Star
|/
* more file_inode() open-coded instancesAl Viro2013-02-271-12/+12
* fuse: send poll eventsEnke Chen2013-02-041-0/+1
* Do not use RCU for current process credentialsAnatol Pomozov2013-01-311-1/+1
* fuse: cleanup fuse_direct_io()Miklos Szeredi2013-01-241-15/+8Star
* fuse: optimize __fuse_direct_io()Maxim Patlasov2013-01-241-4/+21
* fuse: optimize fuse_get_user_pages()Maxim Patlasov2013-01-241-28/+51
* fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov2013-01-241-54/+49Star
* fuse: use req->page_descs[] for argpages casesMaxim Patlasov2013-01-241-0/+20
* fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov2013-01-241-5/+5