summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2019-06-12Merge android-4.4.181 (bd858d7) into msm-4.4Srinivasarao P
2019-06-11fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-06-11fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-06-11fuse: fix writepages on 32bitMiklos Szeredi
2019-02-22Merge android-4.4.175 (08d5867) into msm-4.4Srinivasarao P
2019-02-20fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2018-11-15Merge android-4.4.163 (0ca3fca) into msm-4.4Srinivasarao P
2018-11-10fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant
2018-09-12Merge android-4.4.154 (d762e28) into msm-4.4Srinivasarao P
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2017-09-04Merge android-4.4@610af85 (v4.4.85) into msm-4.4Blagovest Kolenichev
2017-08-16fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-03-23Merge tag v4.4.55 into branch 'msm-4.4'Blagovest Kolenichev
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi
2017-02-28Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang
2017-01-18fs: fuse: Add replacment for CMA pages into the LRU cacheLaura Abbott
2017-01-18fs: fuse: Workaround for CMA migrationLaura Abbott
2016-12-16Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang
2016-11-26fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2016-09-24fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi
2016-08-16fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-08-16fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-07-22Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4Trilok Soni
2016-06-21fs:fuse: Disable passthrough when mmap is called on a fileNikhilesh Reddy
2016-04-12fuse: Add reference counting for fuse_io_privSeth Forshee
2016-04-12fuse: do not use iocb after it may have been freedRobert Doebbelin
2016-03-22fuse: Add support for passthrough read/writeNikhilesh Reddy
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
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