summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)Author
2021-07-20fuse: reject internal errnoMiklos Szeredi
2021-07-20fuse: check connected before queueing on fpq->ioMiklos Szeredi
2021-05-22cuse: prevent cloneMiklos Szeredi
2020-11-05fuse: fix page dereference after freeMiklos Szeredi
2020-10-01fuse: don't check refcount after stealing pageMiklos Szeredi
2020-07-29fuse: fix weird page warningMiklos Szeredi
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2019-12-13fuse: verify attributesMiklos Szeredi
2019-12-13fuse: verify nlinkMiklos Szeredi
2019-11-20fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai
2019-11-06fuse: truncate pending writes on O_TRUNCMiklos Szeredi
2019-11-06fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi
2019-10-11fuse: fix memleak in cuse_channel_openzhengbin
2019-10-05fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-06-15fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-05-25fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-05-25fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-05-25fuse: fix writepages on 32bitMiklos Szeredi
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-02-12fuse: handle zero sized retrieve correctlyMiklos Szeredi
2019-02-12fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-02-12fuse: call pipe_buf_release() under pipe lockJann Horn
2018-12-19fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-11-21fuse: fix possibly missed wake-up after abortMiklos Szeredi
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-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-01kill d_instantiate_no_diralias()Al Viro
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann
2018-07-26fs: fuse: Adding new return type vm_fault_tSouptick Joarder
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi
2018-07-26fuse: Fix oops at process_init_reply()Miklos Szeredi
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi
2018-07-26fuse: fix double request_end()Miklos Szeredi
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro