- 249dae1 Merge 5.10.83 into android-5.10 by Greg Kroah-Hartman · 3 years, 1 month ago
- 8f4d071 fuse: release pipe buf after last use by Miklos Szeredi · 3 years, 1 month ago
- c553d9a Merge 5.10.80 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 1 month ago
- b05eea1 fuse: fix page stealing by Miklos Szeredi · 3 years, 2 months ago
- beafee9 Merge 5.10.68 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
- b7d4f31 fuse: fix use after free in fuse_read_interrupt() by Miklos Szeredi · 3 years, 5 months ago
- 2df0fb4 Merge 5.10.50 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
- 4eab2e2 fuse: reject internal errno by Miklos Szeredi · 3 years, 6 months ago
- bb7ee90 fuse: check connected before queueing on fpq->io by Miklos Szeredi · 3 years, 6 months ago
- 912e985 fuse: ignore PG_workingset after stealing by Miklos Szeredi · 3 years, 6 months ago
- 2c6791b UPSTREAM: fuse: fix matching of FUSE_DEV_IOC_CLONE command by Alessio Balsini · 3 years, 9 months ago
- 5e424f8 ANDROID: fuse/passthrough: API V2 with __u32 open argument by Alessio Balsini · 3 years, 8 months ago
- 2de28a0 ANDROID: mm: page_pinner: use put_user_page at fuse_copy_finish by Minchan Kim · 3 years, 9 months ago
- 9634f0e FROMLIST: fuse: Definitions and ioctl for passthrough by Alessio Balsini · 4 years ago
- 7fe3235 FROMLIST: fuse: 32-bit user space ioctl compat for fuse device by Alessio Balsini · 4 years ago
- 95209e2 Revert "FROMLIST: fuse: Definitions and ioctl() for passthrough" by Alessio Balsini · 4 years ago
- aca2651 ANDROID: fuse: Add support for d_canonical_path by Daniel Rosenberg · 9 years ago
- 314603f FROMLIST: fuse: Definitions and ioctl() for passthrough by Alessio Balsini · 4 years, 4 months ago
- fcee216 fuse: split fuse_mount off of fuse_conn by Max Reitz · 4 years, 8 months ago
- 8f622e9 fuse: drop fuse_conn parameter where possible by Max Reitz · 4 years, 8 months ago
- 24754db fuse: store fuse_conn in fuse_req by Max Reitz · 4 years, 8 months ago
- d78092e fuse: fix page dereference after free by Miklos Szeredi · 4 years, 3 months ago
- 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
- ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 7 months ago
- 32f9887 fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 7 months ago
- a5005c3 fuse: fix weird page warning by Miklos Szeredi · 4 years, 7 months ago
- 0058938 fuse: use dump_page by Miklos Szeredi · 4 years, 7 months ago
- 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
- 75d8925 fuse: Update stale comment in queue_interrupt() by Kirill Tkhai · 4 years, 10 months ago
- 0e9fb6f fuse: BUG_ON correction in fuse_dev_splice_write() by Vasily Averin · 5 years ago
- 3e8cb8b fuse: fix stack use after return by Miklos Szeredi · 4 years, 11 months ago
- 76f6777 pipe: Fix iteration end check in fuse_dev_splice_write() by David Howells · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 6718b6f pipe: Allow pipes to have kernel-reserved slots by David Howells · 5 years ago
- 8cefc10 pipe: Use head and tail pointers for the ring, not cursor and length by David Howells · 5 years ago
- 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
- 2b319d1 fuse: don't dereference req->args on finished request by Miklos Szeredi · 5 years ago
- 5addcd5 fuse: Make fuse_args_to_req static by YueHaibing · 5 years ago
- 0ed4059 fuse: unexport fuse_put_request by Arnd Bergmann · 5 years ago
- 0cd1eb9a fuse: separate fuse device allocation and installation in fuse_conn by Vivek Goyal · 6 years ago
- ae3aad7 fuse: add fuse_iqueue_ops callbacks by Stefan Hajnoczi · 7 years ago
- 4388c5a fuse: export fuse_dequeue_forget() function by Vivek Goyal · 6 years ago
- 79d96ef fuse: export fuse_get_unique() by Stefan Hajnoczi · 7 years ago
- 14d46d7 fuse: export fuse_len_args() by Stefan Hajnoczi · 7 years ago
- 04ec5af fuse: export fuse_end_request() by Stefan Hajnoczi · 7 years ago
- 05ea48c fuse: stop copying pages to fuse_req by Miklos Szeredi · 5 years ago
- d499377 fuse: stop copying args to fuse_req by Miklos Szeredi · 5 years ago
- 7213394 fuse: simplify request allocation by Miklos Szeredi · 5 years ago
- 66abc35 fuse: unexport request ops by Miklos Szeredi · 5 years ago
- 75b399d fuse: convert retrieve to simple api by Miklos Szeredi · 5 years ago
- 33826eb fuse: convert writepages to simple api by Miklos Szeredi · 5 years ago
- 1259728 fuse: add simple background helper by Miklos Szeredi · 5 years ago
- 093f38a fuse: convert ioctl to simple api by Miklos Szeredi · 5 years ago
- 4c4f03f fuse: move page alloc by Miklos Szeredi · 5 years ago
- 6858316 fuse: add pages to fuse_args by Miklos Szeredi · 5 years ago
- e413754 fuse: add nocreds to fuse_args by Miklos Szeredi · 5 years ago
- 3545fe2 fuse: convert fuse_force_forget() to simple api by Miklos Szeredi · 5 years ago
- 454a761 fuse: add noreply to fuse_args by Miklos Szeredi · 5 years ago
- c500eba fuse: convert flush to simple api by Miklos Szeredi · 5 years ago
- 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
- d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
- 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
- 1fb027d fuse: require /dev/fuse reads to have enough buffer capacity (take 2) by Kirill Smelkov · 5 years ago
- 766741f Revert "fuse: require /dev/fuse reads to have enough buffer capacity" by Miklos Szeredi · 6 years ago
- d4b1396 fuse: require /dev/fuse reads to have enough buffer capacity by Kirill Smelkov · 6 years ago
- 7640682 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
- f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
- 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
- 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
- eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
- 6b67573 fuse: Protect ff->reserved_req via corresponding fi->lock by Kirill Tkhai · 6 years ago
- b782911 fuse: Verify userspace asks to requeue interrupt that we really sent by Kirill Tkhai · 6 years ago
- 7407a10 fuse: Do some refactoring in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
- 5e0fed7 fuse: Wake up req->waitq of only if not background by Kirill Tkhai · 6 years ago
- 217316a fuse: Optimize request_end() by not taking fiq->waitq.lock by Kirill Tkhai · 6 years ago
- 8da6e91 fuse: Kill fasync only if interrupt is queued in queue_interrupt() by Kirill Tkhai · 6 years ago
- 3406175 fuse: Remove stale comment in end_requests() by Kirill Tkhai · 6 years ago
- 9509941 fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
- 97e1532e fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
- 2d84a2d fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
- 7fabaf3 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
- e52a825 fuse: realloc page array by Miklos Szeredi · 6 years ago
- 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
- 8a7aa28 fuse: allocate page array more efficiently by Miklos Szeredi · 6 years ago
- be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
- 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
- c59fd85 fuse: change interrupt requests allocation algorithm by Kirill Tkhai · 6 years ago
- 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
- ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
- e287179 fuse: use list_first_entry() in flush_bg_queue() by Kirill Tkhai · 6 years ago
- 908a572 fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
- 4c316f2 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
- d2d2d4f fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
- bc78abb fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
- 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 6 years ago
- d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 6 years ago