All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] io_uring tee support
@ 2020-05-17 11:18 Pavel Begunkov
  2020-05-17 11:18 ` [PATCH v2 1/2] splice: export do_tee() Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2020-05-17 11:18 UTC (permalink / raw)
  To: Jens Axboe, io-uring, linux-kernel

Add tee support.

v2: handle zero-len tee

Pavel Begunkov (2):
  splice: export do_tee()
  io_uring: add tee(2) support

 fs/io_uring.c                 | 62 +++++++++++++++++++++++++++++++++--
 fs/splice.c                   |  3 +-
 include/linux/splice.h        |  3 ++
 include/uapi/linux/io_uring.h |  1 +
 4 files changed, 64 insertions(+), 5 deletions(-)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-17 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-17 11:18 [PATCH v2 0/2] io_uring tee support Pavel Begunkov
2020-05-17 11:18 ` [PATCH v2 1/2] splice: export do_tee() Pavel Begunkov
2020-05-17 11:18 ` [PATCH v2 2/2] io_uring: add tee(2) support Pavel Begunkov
2020-05-17 20:23 ` [PATCH v2 0/2] io_uring tee support Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.