aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2019-09-16fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov
2019-08-02fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-08-02fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-08-02fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-08-02fuse: fix writepages on 32bitMiklos Szeredi
2019-05-23fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-03-01fuse: handle zero sized retrieve correctlyMiklos Szeredi
2019-03-01fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-03-01fuse: call pipe_buf_release() under pipe lockJann Horn
2018-12-30fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi
2018-09-05fuse: fix double request_end()Miklos Szeredi
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-05-31fuse: fix control dir setup and teardownMiklos Szeredi
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman
2018-03-23fuse: define the filesystem as untrustedMimi Zohar
2018-03-20fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi
2018-03-20fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman
2018-03-20fuse: Fail all requests with invalid uids or gidsEric W. Biederman
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz
2018-03-20fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-29make kernel-side POLL... arch-independentAl Viro
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds