summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c (follow)
Commit message (Expand)AuthorAge
* BACKPORT: mm: fix filler function type mismatchSami Tolvanen2022-10-28
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-07-24
|\
| * fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-22
* | Merge android-4.4-p.199 (3f5703c) into msm-4.4Srinivasarao P2019-11-11
|\|
| * fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-06
* | Merge android-4.4-p.195 (4af3204) into msm-4.4Srinivasarao P2019-10-30
|\|
| * fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-05
* | Merge android-4.4.181 (bd858d7) into msm-4.4Srinivasarao P2019-06-12
|\|
| * fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-11
| * fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-11
| * fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-06-11
| * fuse: fix writepages on 32bitMiklos Szeredi2019-06-11
* | Merge android-4.4.175 (08d5867) into msm-4.4Srinivasarao P2019-02-22
|\|
| * fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-02-20
* | Merge android-4.4.163 (0ca3fca) into msm-4.4Srinivasarao P2018-11-15
|\|
| * fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2018-11-10
* | Merge android-4.4.154 (d762e28) into msm-4.4Srinivasarao P2018-09-12
|\|
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-09-05
* | Merge android-4.4@610af85 (v4.4.85) into msm-4.4Blagovest Kolenichev2017-09-04
|\|
| * fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-08-16
* | Merge tag v4.4.55 into branch 'msm-4.4'Blagovest Kolenichev2017-03-23
|\|
| * fuse: add missing FR_FORCEMiklos Szeredi2017-03-12
* | Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang2017-02-28
|\|
| * fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-26
| * fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-09-24
* | fs: fuse: Add replacment for CMA pages into the LRU cacheLaura Abbott2017-01-18
* | fs: fuse: Workaround for CMA migrationLaura Abbott2017-01-18
* | Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
|\|
| * fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-08-16
| * fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-08-16
* | Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4Trilok Soni2016-07-22
|\|
| * fuse: Add reference counting for fuse_io_privSeth Forshee2016-04-12
| * fuse: do not use iocb after it may have been freedRobert Doebbelin2016-04-12
* | fs:fuse: Disable passthrough when mmap is called on a fileNikhilesh Reddy2016-06-21
* | fuse: Add support for passthrough read/writeNikhilesh Reddy2016-03-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-11
|\
| * fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-10
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-23
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-07-02
|\ \
| * | fuse: req state use flagsMiklos Szeredi2015-07-01
| * | fuse: simplify req statesMiklos Szeredi2015-07-01
| * | fuse: req use bitopsMiklos Szeredi2015-07-01
| |/
* / writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo2015-06-02
|/
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
* switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro2015-04-11
* generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11