aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2019-11-09fuse: fix memleak in cuse_channel_openzhengbin
2019-11-09fuse: fix request limitMiklos Szeredi
2019-10-05fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-10-05fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers
2019-06-11Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Miklos Szeredi
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-28fuse: extract helper for range writebackMiklos Szeredi
2019-05-28fuse: fix copy_file_range() in the writeback caseMiklos Szeredi
2019-05-27fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi
2019-05-27fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-01fuse: switch to ->free_inode()Al Viro
2019-04-24fuse: Add ioctl flag for x32 compat ioctlIan Abbott
2019-04-24fuse: Convert fusectl to use the new mount APIDavid Howells
2019-04-24fuse: document fuse_fsync_in.fsync_flagsAlan Somers
2019-04-24fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-04-24fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov
2019-04-24fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov
2019-04-24fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-04-24fuse: fix writepages on 32bitMiklos Szeredi
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-02-13fuse: cache readdir calls if filesystem opts out of opendirChad Austin
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin
2019-02-13fuse: lift bad inode checks into callersMiklos Szeredi
2019-02-13fuse: multiplex cached/direct_io file operationsMiklos Szeredi
2019-02-13fuse add copy_file_range to direct io fopsMiklos Szeredi
2019-02-13fuse: use iov_iter based generic splice helpersMiklos Szeredi
2019-02-13fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi
2019-02-13fuse: clean up abortedMiklos Szeredi
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai
2019-02-13fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai
2019-02-13fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai
2019-02-13fuse: Wake up req->waitq of only if not backgroundKirill Tkhai
2019-02-13fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai
2019-02-13fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai