summaryrefslogtreecommitdiff
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-10-01fuse: don't check refcount after stealing pageMiklos Szeredi
2020-07-22fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-05-02fuse: fix possibly missed wake-up after abortMiklos Szeredi
2020-03-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2020-03-11pipe: add pipe_buf_get() helperMiklos Szeredi
2019-12-21fuse: verify attributesMiklos Szeredi
2019-12-21fuse: verify nlinkMiklos Szeredi
2019-11-25fuse: 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-17fuse: fix memleak in cuse_channel_openzhengbin
2019-10-05fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-06-22fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov
2019-06-11fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-06-11fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-06-11fuse: fix writepages on 32bitMiklos Szeredi
2019-02-20fuse: handle zero sized retrieve correctlyMiklos Szeredi
2019-02-20fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-02-20fuse: call pipe_buf_release() under pipe lockJann Horn
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
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-11-10fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant
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: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-07-03fuse: fix control dir setup and teardownMiklos Szeredi
2018-07-03fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2017-11-02fuse: fix READDIRPLUS skipping an entryMiklos Szeredi
2017-08-16fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-03-12fuse: add missing FR_FORCEMiklos Szeredi
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan
2016-11-26fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2016-10-22fuse: fix killing s[ug]id in setattrMiklos Szeredi
2016-10-22fuse: invalidate dir dentry after chmodMiklos Szeredi
2016-10-22fuse: listxattr: verify xattr listMiklos Szeredi
2016-09-24fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi
2016-08-16fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-08-16fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov