aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+7
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Gravatar Johannes Weiner 1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-1/+1
2020-05-19fuse: don't check refcount after stealing pageGravatar Miklos Szeredi 1-1/+0
2020-05-19fuse: fix weird page warningGravatar Miklos Szeredi 1-1/+2
2020-05-19fuse: use dump_pageGravatar Miklos Szeredi 1-2/+1
2020-04-20docs: fix broken references to text filesGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-20fuse: Update stale comment in queue_interrupt()Gravatar Kirill Tkhai 1-1/+1
2020-04-20fuse: BUG_ON correction in fuse_dev_splice_write()Gravatar Vasily Averin 1-2/+3
2020-02-13fuse: fix stack use after returnGravatar Miklos Szeredi 1-3/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()Gravatar David Howells 1-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-13/+18
2019-11-15pipe: Allow pipes to have kernel-reserved slotsGravatar David Howells 1-4/+4
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthGravatar David Howells 1-13/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-10-21fuse: don't dereference req->args on finished requestGravatar Miklos Szeredi 1-1/+3
2019-09-24fuse: Make fuse_args_to_req staticGravatar YueHaibing 1-1/+1
2019-09-24fuse: unexport fuse_put_requestGravatar Arnd Bergmann 1-1/+0
2019-09-12fuse: separate fuse device allocation and installation in fuse_connGravatar Vivek Goyal 1-1/+1
2019-09-12fuse: add fuse_iqueue_ops callbacksGravatar Stefan Hajnoczi 1-16/+30
2019-09-12fuse: export fuse_dequeue_forget() functionGravatar Vivek Goyal 1-6/+7
2019-09-12fuse: export fuse_get_unique()Gravatar Stefan Hajnoczi 1-1/+2
2019-09-12fuse: export fuse_len_args()Gravatar Stefan Hajnoczi 1-4/+5
2019-09-12fuse: export fuse_end_request()Gravatar Stefan Hajnoczi 1-9/+10
2019-09-10fuse: stop copying pages to fuse_reqGravatar Miklos Szeredi 1-12/+6
2019-09-10fuse: stop copying args to fuse_reqGravatar Miklos Szeredi 1-54/+26
2019-09-10fuse: simplify request allocationGravatar Miklos Szeredi 1-50/+11
2019-09-10fuse: unexport request opsGravatar Miklos Szeredi 1-42/+9
2019-09-10fuse: convert retrieve to simple apiGravatar Miklos Szeredi 1-30/+62
2019-09-10fuse: convert writepages to simple apiGravatar Miklos Szeredi 1-27/+0
2019-09-10fuse: add simple background helperGravatar Miklos Szeredi 1-0/+45
2019-09-10fuse: convert ioctl to simple apiGravatar Miklos Szeredi 1-2/+2
2019-09-10fuse: move page allocGravatar Miklos Szeredi 1-15/+2
2019-09-10fuse: add pages to fuse_argsGravatar Miklos Szeredi 1-10/+31
2019-09-10fuse: add nocreds to fuse_argsGravatar Miklos Szeredi 1-29/+15
2019-09-10fuse: convert fuse_force_forget() to simple apiGravatar Miklos Szeredi 1-21/+0
2019-09-10fuse: add noreply to fuse_argsGravatar Miklos Szeredi 1-1/+3
2019-09-10fuse: convert flush to simple apiGravatar Miklos Szeredi 1-4/+9
2019-09-10fuse: simplify 'nofail' requestGravatar Miklos Szeredi 1-60/+4
2019-09-10fuse: flatten 'struct fuse_args'Gravatar Miklos Szeredi 1-19/+19
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockGravatar Eric Biggers 1-45/+48
2019-09-02fuse: require /dev/fuse reads to have enough buffer capacity (take 2)Gravatar Kirill Smelkov 1-0/+18
2019-06-11Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Gravatar Miklos Szeredi 1-10/+0
2019-04-24fuse: require /dev/fuse reads to have enough buffer capacityGravatar Kirill Smelkov 1-0/+10
2019-04-24fuse: retrieve: cap requested size to negotiated max_writeGravatar Kirill Smelkov 1-1/+1
2019-04-24fuse: convert printk -> pr_*Gravatar Kirill Smelkov 1-2/+2
2019-04-14Merge branch 'page-refs' (page ref overflow)Gravatar Linus Torvalds 1-6/+6