summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fuse: fix double request_end()Miklos Szeredi2018-07-261-2/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\ \
| * | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-0/+1
| |/
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-4/+11
|\ \
| * | kill d_instantiate_no_diralias()Al Viro2018-08-011-4/+11
| |/
* | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-1/+1
* | getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-2/+2
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+10
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-078-62/+164
|\ \ | |/ |/|
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-311-0/+1
| * fuse: fix control dir setup and teardownMiklos Szeredi2018-05-311-3/+10
| * fuse: fix congested state leak on aborted connectionsTejun Heo2018-05-311-2/+1
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-311-1/+1
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-313-0/+51
| * fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi2018-03-201-2/+9