aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2013-06-29fuse: another open-coded file_inode()Al Viro1-2/+1
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov1-4/+8
2013-06-03fuse: fix alignment in short read optimization for async_dioMaxim Patlasov1-4/+10
2013-06-03fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster1-1/+1
2013-05-20fuse: update inode size and invalidate attributes on fallocateBrian Foster1-3/+12
2013-05-20fuse: truncate pagecache range on hole punchBrian Foster1-2/+20
2013-05-14fuse: allocate for_background dio requests based on io->async stateBrian Foster1-2/+9
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-38/+234
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi1-4/+4
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov1-2/+20
2013-04-17fuse: optimize short direct readsMaxim Patlasov1-6/+13
2013-04-17fuse: enable asynchronous processing direct IOMaxim Patlasov1-7/+44
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov1-17/+47
2013-04-17fuse: add support of async IOMaxim Patlasov1-0/+92
2013-04-17fuse: move fuse_release_user_pages() upMaxim Patlasov1-12/+12
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov1-2/+14
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-2/+0
2013-02-27more file_inode() open-coded instancesAl Viro1-12/+12
2013-02-04fuse: send poll eventsEnke Chen1-0/+1
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov1-1/+1
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi1-15/+8
2013-01-24fuse: optimize __fuse_direct_io()Maxim Patlasov1-4/+21
2013-01-24fuse: optimize fuse_get_user_pages()Maxim Patlasov1-28/+51
2013-01-24fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov1-54/+49
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov1-0/+20
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov1-5/+5
2013-01-24fuse: rework fuse_do_ioctl()Maxim Patlasov1-1/+1
2013-01-24fuse: rework fuse_perform_write()Maxim Patlasov1-2/+11
2013-01-24fuse: rework fuse_readpages()Maxim Patlasov1-2/+14
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov1-15/+15
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov1-2/+2
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi1-3/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-6/+9
2012-08-06fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2012-07-31fuse: Convert to new freezing mechanismJan Kara1-2/+2
2012-07-18fuse: update attributes on aio_readBrian Foster1-5/+8
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+40
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi1-0/+7
2012-04-25fuse: add FALLOCATE operationAnatol Pomozov1-0/+33
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-17/+112
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-05fuse: O_DIRECT support for filesAnand Avati1-17/+112
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi1-4/+4
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1