Age | Commit message (Expand) | Author |
2019-12-06 | pipe: Fix iteration end check in fuse_dev_splice_write() | David Howells |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-11-30 | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2019-11-15 | pipe: Allow pipes to have kernel-reserved slots | David Howells |
2019-10-31 | pipe: Use head and tail pointers for the ring, not cursor and length | David Howells |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann |
2019-10-21 | fuse: don't dereference req->args on finished request | Miklos Szeredi |
2019-09-24 | fuse: Make fuse_args_to_req static | YueHaibing |
2019-09-24 | fuse: unexport fuse_put_request | Arnd Bergmann |
2019-09-12 | fuse: separate fuse device allocation and installation in fuse_conn | Vivek Goyal |
2019-09-12 | fuse: add fuse_iqueue_ops callbacks | Stefan Hajnoczi |
2019-09-12 | fuse: export fuse_dequeue_forget() function | Vivek Goyal |
2019-09-12 | fuse: export fuse_get_unique() | Stefan Hajnoczi |
2019-09-12 | fuse: export fuse_len_args() | Stefan Hajnoczi |
2019-09-12 | fuse: export fuse_end_request() | Stefan Hajnoczi |
2019-09-10 | fuse: stop copying pages to fuse_req | Miklos Szeredi |
2019-09-10 | fuse: stop copying args to fuse_req | Miklos Szeredi |
2019-09-10 | fuse: simplify request allocation | Miklos Szeredi |
2019-09-10 | fuse: unexport request ops | Miklos Szeredi |
2019-09-10 | fuse: convert retrieve to simple api | Miklos Szeredi |
2019-09-10 | fuse: convert writepages to simple api | Miklos Szeredi |
2019-09-10 | fuse: add simple background helper | Miklos Szeredi |
2019-09-10 | fuse: convert ioctl to simple api | Miklos Szeredi |
2019-09-10 | fuse: move page alloc | Miklos Szeredi |
2019-09-10 | fuse: add pages to fuse_args | Miklos Szeredi |
2019-09-10 | fuse: add nocreds to fuse_args | Miklos Szeredi |
2019-09-10 | fuse: convert fuse_force_forget() to simple api | Miklos Szeredi |
2019-09-10 | fuse: add noreply to fuse_args | Miklos Szeredi |
2019-09-10 | fuse: convert flush to simple api | Miklos Szeredi |
2019-09-10 | fuse: simplify 'nofail' request | Miklos Szeredi |
2019-09-10 | fuse: flatten 'struct fuse_args' | Miklos Szeredi |
2019-09-10 | fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock | Eric Biggers |
2019-09-02 | fuse: require /dev/fuse reads to have enough buffer capacity (take 2) | Kirill Smelkov |
2019-06-11 | Revert "fuse: require /dev/fuse reads to have enough buffer capacity" | Miklos Szeredi |
2019-04-24 | fuse: require /dev/fuse reads to have enough buffer capacity | Kirill Smelkov |
2019-04-24 | fuse: retrieve: cap requested size to negotiated max_write | Kirill Smelkov |
2019-04-24 | fuse: convert printk -> pr_* | Kirill Smelkov |
2019-04-14 | Merge branch 'page-refs' (page ref overflow) | Linus Torvalds |
2019-04-14 | fs: prevent page refcount overflow in pipe_buf_get | Matthew Wilcox |
2019-02-13 | fuse: clean up aborted | Miklos Szeredi |
2019-02-13 | fuse: Protect ff->reserved_req via corresponding fi->lock | Kirill Tkhai |
2019-02-13 | fuse: Verify userspace asks to requeue interrupt that we really sent | Kirill Tkhai |
2019-02-13 | fuse: Do some refactoring in fuse_dev_do_write() | Kirill Tkhai |
2019-02-13 | fuse: Wake up req->waitq of only if not background | Kirill Tkhai |
2019-02-13 | fuse: Optimize request_end() by not taking fiq->waitq.lock | Kirill Tkhai |
2019-02-13 | fuse: Kill fasync only if interrupt is queued in queue_interrupt() | Kirill Tkhai |
2019-02-13 | fuse: Remove stale comment in end_requests() | Kirill Tkhai |
2019-01-16 | fuse: call pipe_buf_release() under pipe lock | Jann Horn |
2019-01-16 | fuse: handle zero sized retrieve correctly | Miklos Szeredi |
2018-11-09 | fuse: fix possibly missed wake-up after abort | Miklos Szeredi |