summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* cuse: prevent cloneMiklos Szeredi2021-05-221-0/+2
* fuse: fix page dereference after freeMiklos Szeredi2020-11-101-10/+18
* fuse: don't check refcount after stealing pageMiklos Szeredi2020-10-011-1/+0
* fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote2020-07-221-1/+11
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2020-05-021-3/+9
* fuse: verify attributesMiklos Szeredi2019-12-212-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-211-1/+2
* fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2019-11-251-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-171-0/+1
* 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-221-1/+1
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-1/+3
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-06-111-6/+6
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-05-251-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-05-251-1/+1
* 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: 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
* fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-09-051-0/+1
* fuse: Fix oops at process_init_reply()Miklos Szeredi2018-09-051-14/+11
* fuse: umount should wait for all requestsMiklos Szeredi2018-09-053-4/+22
* fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-051-1/+7
* fuse: fix double request_end()Miklos Szeredi2018-09-051-2/+3
* fuse: fix initial parallel diropsMiklos Szeredi2018-09-053-10/+18
* fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-051-2/+5
* fuse: fix control dir setup and teardownMiklos Szeredi2018-07-031-3/+10
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-07-031-0/+1
* fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-08-161-1/+1
* fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
* fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-231-0/+1
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-231-0/+4
* fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-261-1/+1
* fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-261-1/+2
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-061-5/+2
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-151-0/+6
* fuse: fix root dentry initializationMiklos Szeredi2016-10-183-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-3/+3
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1