summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2022-08-25fuse: limit nsecMiklos Szeredi1-0/+6
2022-04-20fuse: 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-08fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-12-08fuse: fix page stealingMiklos Szeredi1-2/+12
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-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote1-1/+11
2019-12-17fuse: verify attributesMiklos Szeredi2-7/+19
2019-12-17fuse: 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 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: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
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-16fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
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-21fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
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-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-09-05fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi3-10/+18
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi1-3/+10
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2018-07-03fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-10-19Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1