aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig
2016-04-25fuse: Fix return value from fuse_get_user_pages()Ashish Samant
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-16fuse: return patrial success from fuse_direct_io()Ashish Samant
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee
2016-03-14fuse: do not use iocb after it may have been freedRobert Doebbelin
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-11-10fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N
2015-11-10fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-07-01fuse: req state use flagsMiklos Szeredi
2015-07-01fuse: simplify req statesMiklos Szeredi
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11expand __fuse_direct_write() in both callersAl Viro
2015-04-11fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2015-03-13fuse: handle synchronous iocbs internallyChristoph Hellwig
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi
2014-11-19assorted conversions to %p[dD]Al Viro
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-06bio_vec-backed iov_iterAl Viro