aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-1/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-10/+10
2015-07-01fuse: req state use flagsMiklos Szeredi1-1/+1
2015-07-01fuse: simplify req statesMiklos Szeredi1-2/+1
2015-07-01fuse: req use bitopsMiklos Szeredi1-8/+9
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo1-6/+6
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-15/+7
2015-04-11fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro1-8/+3
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-3/+3
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-6/+7
2015-04-11make new_sync_{read,write}() staticAl Viro1-4/+0
2015-04-11expand __fuse_direct_write() in both callersAl Viro1-25/+17
2015-04-11fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro1-17/+12
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-1/+1
2015-03-13fuse: handle synchronous iocbs internallyChristoph Hellwig1-20/+31
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-5/+5
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-152/+78
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi1-1/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-117/+72
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi1-34/+5
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-0/+1
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro1-2/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-3/+5
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-93/+61
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+0
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-1/+0
2014-05-06bio_vec-backed iov_iterAl Viro1-1/+1
2014-05-06fuse: switch to ->write_iter()Al Viro1-16/+11
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Al Viro1-6/+5
2014-05-06iov_iter_truncate()Al Viro1-10/+8
2014-05-06new helper: iov_iter_npages()Al Viro1-14/+2
2014-05-06fuse: switch to iov_iter_get_pages()Al Viro1-21/+12
2014-05-06fuse: pull iov_iter initializations upAl Viro1-25/+30
2014-05-06start adding the tag to iov_iterAl Viro1-3/+3
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+5
2014-05-06kill generic_segment_checks()Al Viro1-6/+1
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-4/+2
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov1-1/+1