aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+5
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubGravatar Kirill A. Shutemov 1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoGravatar Christoph Hellwig 1-5/+5
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-152/+78
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Gravatar Miklos Szeredi 1-1/+1
2014-12-12fuse: introduce fuse_simple_request() helperGravatar Miklos Szeredi 1-117/+72
2014-12-12fuse: hold inode instead of path after releaseGravatar Miklos Szeredi 1-34/+5
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-1/+1
2014-09-26fuse: honour max_read and max_write in direct_io modeGravatar Miklos Szeredi 1-0/+1
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesGravatar Al Viro 1-2/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-3/+5
2014-07-14fuse: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedGravatar Maxim Patlasov 1-1/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-93/+61
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Gravatar Mel Gorman 1-2/+0
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Gravatar Jeff Layton 1-1/+0
2014-05-06bio_vec-backed iov_iterGravatar Al Viro 1-1/+1
2014-05-06fuse: switch to ->write_iter()Gravatar Al Viro 1-16/+11
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Gravatar Al Viro 1-6/+5
2014-05-06iov_iter_truncate()Gravatar Al Viro 1-10/+8
2014-05-06new helper: iov_iter_npages()Gravatar Al Viro 1-14/+2
2014-05-06fuse: switch to iov_iter_get_pages()Gravatar Al Viro 1-21/+12
2014-05-06fuse: pull iov_iter initializations upGravatar Al Viro 1-25/+30
2014-05-06start adding the tag to iov_iterGravatar Al Viro 1-3/+3
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterGravatar Al Viro 1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-5/+5
2014-05-06kill generic_segment_checks()Gravatar Al Viro 1-6/+1
2014-05-06generic_file_direct_write(): switch to iov_iterGravatar Al Viro 1-4/+2
2014-04-28fuse: allow ctime flushing to userspaceGravatar Maxim Patlasov 1-1/+1
2014-04-28fuse: add .write_inodeGravatar Miklos Szeredi 1-13/+31
2014-04-28fuse: clean up fsyncGravatar Miklos Szeredi 1-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Gravatar Miklos Szeredi 1-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeGravatar Maxim Patlasov 1-4/+14
2014-04-28fuse: fix mtime update error in fsyncGravatar Miklos Szeredi 1-1/+1
2014-04-28fuse: check fallocate modeGravatar Miklos Szeredi 1-0/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+1
2014-04-07mm: implement ->map_pages for page cacheGravatar Kirill A. Shutemov 1-0/+1
2014-04-02fuse: fix "uninitialized variable" warningGravatar Rajat Jain 1-1/+1
2014-04-02fuse: Turn writeback cache onGravatar Pavel Emelyanov 1-0/+11
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderGravatar Pavel Emelyanov 1-6/+26
2014-04-02fuse: fuse_flush() should wait on writebackGravatar Maxim Patlasov 1-15/+23
2014-04-02fuse: Implement write_begin/write_end callbacksGravatar Pavel Emelyanov 1-0/+73
2014-04-02fuse: restructure fuse_readpage()Gravatar Maxim Patlasov 1-7/+16
2014-04-02fuse: Flush files on wb closeGravatar Pavel Emelyanov 1-0/+6
2014-04-02fuse: Trust kernel i_mtime onlyGravatar Maxim Patlasov 1-4/+26
2014-04-02fuse: Trust kernel i_size onlyGravatar Pavel Emelyanov 1-2/+19
2014-04-02fuse: Prepare to handle short readsGravatar Pavel Emelyanov 1-8/+13
2014-04-02fuse: Linking file to inode helperGravatar Pavel Emelyanov 1-14/+19
2014-04-01generic_file_direct_write(): get rid of ppos argumentGravatar Al Viro 1-2/+1