summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2024-01-15fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-08-11fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-08-11treewide: Remove uninitialized_var() usageKees Cook3-3/+3
2022-08-25fuse: limit nsecMiklos Szeredi1-0/+6
2022-04-15fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+14
2022-01-27fuse: fix live lock in fuse_iget()Amir Goldstein1-0/+1
2022-01-27fuse: fix bad inodeMiklos Szeredi6-15/+81
2021-12-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-12-01fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-12-01fuse: fix page stealingMiklos Szeredi1-2/+12
2021-11-26fuse: truncate pagecache on atomic_o_truncMiklos Szeredi1-2/+5
2021-07-20fuse: reject internal errnoMiklos Szeredi1-1/+1
2021-07-20fuse: check connected before queueing on fpq->ioMiklos Szeredi1-0/+9
2021-05-22cuse: prevent cloneMiklos Szeredi1-0/+2
2020-11-05fuse: fix page dereference after freeMiklos Szeredi1-10/+18
2020-10-01fuse: don't check refcount after stealing pageMiklos Szeredi1-1/+0
2020-07-29fuse: fix weird page warningMiklos Szeredi1-1/+2
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2019-12-13fuse: verify attributesMiklos Szeredi2-7/+19
2019-12-13fuse: verify nlinkMiklos Szeredi1-1/+2
2019-11-20fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai1-2/+2
2019-11-06fuse: truncate pending writes on O_TRUNCMiklos Szeredi1-3/+7
2019-11-06fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi1-0/+13
2019-10-11fuse: fix memleak in cuse_channel_openzhengbin1-0/+1
2019-10-05fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers3-44/+51
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin1-0/+1
2019-06-15fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov1-1/+1
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
2019-05-25fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-05-25fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7
2019-05-25fuse: fix writepages on 32bitMiklos Szeredi1-1/+1
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-6/+6
2019-02-12fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-02-12fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-02-12fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2018-12-19fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2018-11-21fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner1-1/+3
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-08-22Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-52/+80
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-4/+11
2018-08-02kill d_instantiate_no_diralias()Al Viro1-4/+11
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin1-6/+6
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann1-4/+4