summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix live lock in fuse_iget()Amir Goldstein2022-01-271-0/+1
* fuse: fix bad inodeMiklos Szeredi2022-01-276-15/+81
* fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi2021-12-221-1/+1
* fuse: release pipe buf after last useMiklos Szeredi2021-12-011-5/+5
* fuse: fix page stealingMiklos Szeredi2021-12-011-2/+12
* fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-11-261-2/+5
* fuse: reject internal errnoMiklos Szeredi2021-07-201-1/+1
* fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-07-201-0/+9
* cuse: prevent cloneMiklos Szeredi2021-05-221-0/+2
* fuse: fix page dereference after freeMiklos Szeredi2020-11-051-10/+18
* fuse: don't check refcount after stealing pageMiklos Szeredi2020-10-011-1/+0
* fuse: fix weird page warningMiklos Szeredi2020-07-291-1/+2
* fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-221-1/+11
* fuse: verify attributesMiklos Szeredi2019-12-132-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-131-1/+2
* fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2019-11-201-2/+2
* fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-11-061-3/+7
* fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-061-0/+13
* fuse: fix memleak in cuse_channel_openzhengbin2019-10-111-0/+1
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-10-053-44/+51
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-051-0/+1
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-151-1/+1
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-05-251-1/+3
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-05-251-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-05-251-1/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-041-6/+6
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-121-1/+1
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-02-121-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-121-0/+2
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-193-12/+13
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-211-3/+9
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-11-211-1/+3
* fuse: set FR_SENT while lockedMiklos Szeredi2018-11-211-1/+1
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-11-211-4/+11
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-11-211-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-11-211-0/+2
* Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-215-52/+80
|\
| * fuse: reduce allocation size for splice_writeAndrey Ryabinin2018-07-261-1/+1
| * fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin2018-07-261-6/+6
| * fuse: convert last timespec use to timespec64Arnd Bergmann2018-07-261-4/+4
| * fs: fuse: Adding new return type vm_fault_tSouptick Joarder2018-07-261-1/+1
| * fuse: simplify fuse_abort_conn()Miklos Szeredi2018-07-261-12/+6
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-07-261-0/+1
| * fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-07-261-2/+5
| * fuse: fix initial parallel diropsMiklos Szeredi2018-07-263-10/+18
| * fuse: Fix oops at process_init_reply()Miklos Szeredi2018-07-261-14/+11
| * fuse: umount should wait for all requestsMiklos Szeredi2018-07-263-4/+22
| * fuse: fix unlocked access to processing queueMiklos Szeredi2018-07-261-1/+7