public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-22 13:41:16 to 2022-04-28 15:39:56 UTC [more...]

[syzbot] KASAN: use-after-free Read in add_wait_queue
 2022-04-28 15:39 UTC  (3+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-04-27 12:07 UTC  (25+ messages)
` [RFC PATCH v1 01/18] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 03/18] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v1 04/18] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v1 05/18] iomap: add async buffered write support
` [RFC PATCH v1 06/18] xfs: add iomap "
` [RFC PATCH v1 07/18] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v1 08/18] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v1 09/18] fs: add pending file update time flag
` [RFC PATCH v1 10/18] xfs: Enable async write file modification handling
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 12/18] io_uring: add support for async buffered writes
` [RFC PATCH v1 13/18] io_uring: add tracepoint for short writes
` [RFC PATCH v1 14/18] sched: add new fields to task_struct
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes
` [RFC PATCH v1 16/18] iomap: User "
` [RFC PATCH v1 17/18] io_uring: support write "
` [RFC PATCH v1 18/18] xfs: enable async buffered write support

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-04-27  8:20 UTC 

[PATCHSET 0/2] Add support for IORING_RECVSEND_POLL_FIRST
 2022-04-27  3:57 UTC  (4+ messages)
` [PATCH 1/2] io_uring: check IOPOLL/ioprio support upfront
` [PATCH 2/2] io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg

[PATCH 0/2] Check reserved flags for send/recv
 2022-04-27  1:50 UTC  (3+ messages)
` [PATCH 1/2] io_uring: check reserved fields for send/sendmsg
` [PATCH 2/2] io_uring: check reserved fields for recv/recvmsg

[PATCH v4 00/12] add large CQE support for io-uring
 2022-04-26 22:58 UTC  (14+ messages)
` [PATCH v4 01/12] io_uring: support CQE32 in io_uring_cqe
` [PATCH v4 02/12] io_uring: store add. return values for CQE32
` [PATCH v4 03/12] io_uring: change ring size calculation "
` [PATCH v4 04/12] io_uring: add CQE32 setup processing
` [PATCH v4 05/12] io_uring: add CQE32 completion processing
` [PATCH v4 06/12] io_uring: modify io_get_cqe for CQE32
` [PATCH v4 07/12] io_uring: flush completions "
` [PATCH v4 08/12] io_uring: overflow processing "
` [PATCH v4 09/12] io_uring: add tracing for additional CQE32 fields
` [PATCH v4 10/12] io_uring: support CQE32 in /proc info
` [PATCH v4 11/12] io_uring: enable CQE32
` [PATCH v4 12/12] io_uring: support CQE32 for nop operation

[PATCHSET RFC 0/4] Add support for IOSQE2_POLL_FIRST
 2022-04-26 18:33 UTC  (5+ messages)
` [PATCH 1/4] io_uring: check IOPOLL/ioprio support upfront
` [PATCH 2/4] io_uring: add flags2 variable
` [PATCH 3/4] io_uring: add IOSQE2_POLL_FIRST flag
` [PATCH 4/4] io_uring: wire up IOSQE2_POLL_FIRST for send/sendmsg and recv/recvmsg

[PATCH] io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()
 2022-04-26 17:04 UTC  (2+ messages)

[PATCHSET v4 next 0/5] Add support for non-IPI task_work
 2022-04-26 15:32 UTC  (11+ messages)
` [PATCH 1/6] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/6] io_uring: serialize ctx->rings->sq_flags with atomic_or/and
` [PATCH 3/6] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/6] io_uring: set task_work notify method at init time
` [PATCH 5/6] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
` [PATCH 6/6] io_uring: add IORING_SETUP_TASKRUN_FLAG

[PATCH v3 00/12] add large CQE support for io-uring
 2022-04-26 12:54 UTC  (20+ messages)
  ` [PATCH v3 01/12] io_uring: support CQE32 in io_uring_cqe
  ` [PATCH v3 02/12] io_uring: wire up inline completion path for CQE32
  ` [PATCH v3 03/12] io_uring: change ring size calculation "
  ` [PATCH v3 04/12] io_uring: add CQE32 setup processing
  ` [PATCH v3 05/12] io_uring: add CQE32 completion processing
  ` [PATCH v3 06/12] io_uring: modify io_get_cqe for CQE32
  ` [PATCH v3 07/12] io_uring: flush completions "
  ` [PATCH v3 08/12] io_uring: overflow processing "
  ` [PATCH v3 09/12] io_uring: add tracing for additional CQE32 fields
  ` [PATCH v3 10/12] io_uring: support CQE32 in /proc info
  ` [PATCH v3 11/12] io_uring: enable CQE32
  ` [PATCH v3 12/12] io_uring: support CQE32 for nop operation

[PATCH v3 0/4] io_uring: text representation of opcode in trace
 2022-04-26 12:51 UTC  (6+ messages)
` [PATCH v3 1/4] io_uring: add type to op enum
` [PATCH v3 2/4] io_uring: add io_uring_get_opcode
` [PATCH v3 3/4] io_uring: rename op -> opcode
` [PATCH v3 4/4] io_uring: use the text representation of ops in trace

[PATCH v2 0/4] io_uring: text representation of opcode in trace
 2022-04-26  8:16 UTC  (7+ messages)
` [PATCH v2 1/4] io_uring: add type to op enum
` [PATCH v2 2/4] io_uring: add io_uring_get_opcode
` [PATCH v2 3/4] io_uring: rename op -> opcode
` [PATCH v2 4/4] io_uring: use the text representation of ops in trace

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-26  5:42 UTC 

[RFC 0/5] big-cqe based uring-passthru
 2022-04-25 17:38 UTC  (9+ messages)
  ` [RFC 5/5] nvme: wire-up support for async-passthru on char-device

[RFC 1/1] DMA offload for io_uring
 2022-04-25 19:14 UTC 

[PATCH v4 0/6]liburing: add support for large CQE sizes
 2022-04-25 18:51 UTC  (7+ messages)
` [PATCH v4 1/6] liburing: Update io_uring.h with large CQE kernel changes
` [PATCH v4 2/6] liburing: increase mmap size for large CQE's
` [PATCH v4 3/6] liburing: return correct ring "
` [PATCH v4 4/6] liburing: index large CQE's correctly
` [PATCH v4 5/6] liburing: add large CQE tests to nop test
` [PATCH v4 6/6] liburing: Test all configurations with NOP test

[PATCH v3 0/6] liburing: add support for large CQE sizes
 2022-04-25 18:45 UTC  (8+ messages)
` [PATCH v3 1/6] liburing: Update io_uring.h with large CQE kernel changes
` [PATCH v3 2/6] liburing: increase mmap size for large CQE's
` [PATCH v3 3/6] liburing: return correct ring "
` [PATCH v3 4/6] liburing: index large CQE's correctly
` [PATCH v3 5/6] liburing: add large CQE tests to nop test
` [PATCH v3 6/6] liburing: Test all configurations with NOP test

memory access op ideas
 2022-04-25 18:05 UTC  (21+ messages)

[PATCH 0/3] text representation of opcode in trace
 2022-04-25 14:53 UTC  (9+ messages)
` [PATCH 1/3] io_uring: add io_uring_get_opcode
` [PATCH 2/3] io_uring: rename op -> opcode
` [PATCH 3/3] io_uring: use the text representation of ops in trace

[PATCHSET v3 next 0/5] Add support for non-IPI task_work
 2022-04-25 14:21 UTC  (7+ messages)
` [PATCH 1/6] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/6] io_uring: serialize ctx->rings->sq_flags with atomic_or/and
` [PATCH 3/6] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/6] io_uring: set task_work notify method at init time
` [PATCH 5/6] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
` [PATCH 6/6] io_uring: add IORING_SETUP_TASKRUN_FLAG

[PATCH v2 00/12] add large CQE support for io-uring
 2022-04-25 10:31 UTC  (18+ messages)
` [PATCH v2 05/12] io_uring: add CQE32 completion processing
` [PATCH v2 06/12] io_uring: modify io_get_cqe for CQE32
` [PATCH v2 08/12] io_uring: overflow processing "

[PATCH] io_uring: cleanup error-handling around io_req_complete
 2022-04-25  0:33 UTC  (6+ messages)

[PATCHSET v2 next 0/5] Add support for non-IPI task_work
 2022-04-23 17:39 UTC  (6+ messages)
` [PATCH 1/5] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/5] io_uring: serialize ctx->rings->sq_flags with atomic_or/and
` [PATCH 3/5] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/5] io_uring: set task_work notify method at init time
` [PATCH 5/5] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_NO_RESCHED is used

[GIT PULL] io_uring fixes for 5.18-rc4
 2022-04-23 17:11 UTC  (2+ messages)

[PATCHSET next 0/5] Add support for non-IPI task_work
 2022-04-23 13:28 UTC  (9+ messages)
` [PATCH 1/5] task_work: allow TWA_SIGNAL without a rescheduling IPI
` [PATCH 2/5] io_uring: serialize ctx->rings->sq_flags with cmpxchg()
` [PATCH 3/5] io-wq: use __set_notify_signal() to wake workers
` [PATCH 4/5] io_uring: set task_work notify method at init time
` [PATCH 5/5] io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_NO_RESCHED is used

[PATCH v1 00/11] add large CQE support for io-uring
 2022-04-22 21:26 UTC  (4+ messages)
` [PATCH v1 01/11] io_uring: support CQE32 in io_uring_cqe

[PATCH liburing v1 0/6] liburing fixes and cleanups
 2022-04-22 21:15 UTC  (8+ messages)
` [PATCH liburing v1 1/6] test/runtests-quiet.sh: Fixup redirection
` [PATCH liburing v1 2/6] Makefile: Make sure we build everything before runtests
` [PATCH liburing v1 3/6] test/Makefile: Remove `.PHONY` variable
` [PATCH liburing v1 4/6] test/Makefile: Sort the test file list alphabetically
` [PATCH liburing v1 5/6] .github/workflows: Run the nolibc build for x86 32-bit
` [PATCH liburing v1 6/6] test/double-poll-crash: Skip this test if the `mmap()` fails

[PATCH liburing v2 0/7] run tests in parallel
 2022-04-22 17:30 UTC  (9+ messages)
` [PATCH liburing v2 1/7] test: handle mmap return failures in pollfree test
` [PATCH liburing v2 2/7] test: use unique path for socket
` [PATCH liburing v2 3/7] test: use unique ports
` [PATCH liburing v2 4/7] test: use unique filenames
` [PATCH liburing v2 5/7] test: mkdir -p output folder
` [PATCH liburing v2 6/7] test: add make targets for each test
` [PATCH liburing v2 7/7] test: use remove_buffers instead of nop to generate error codes

[PATCH liburing 0/7] run tests in parallel
 2022-04-22 14:14 UTC  (4+ messages)
` [PATCH liburing 6/7] test: add make targets for each test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox