io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-16 13:27:56 to 2022-05-22 21:26:27 UTC [more...]

[GIT PULL] io_uring core updates for 5.19-rc1
 2022-05-22 21:25 UTC 

[RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes
 2022-05-22 15:35 UTC  (27+ messages)
` [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
` [RFC PATCH v4 06/17] iomap: Add async buffered write support
` [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v4 11/17] fs: Add async write file modification handling
` [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates
` [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes
` [RFC PATCH v4 14/17] io_uring: Add tracepoint for short writes
` [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
` [RFC PATCH v4 16/17] xfs: Add "
` [RFC PATCH v4 17/17] xfs: Enable "

[PATCH] io_uring: add a schedule condition in io_submit_sqes
 2022-05-22  2:42 UTC  (2+ messages)

[PATCH v2 00/13] rename & split tests
 2022-05-22  2:19 UTC  (3+ messages)

[PATCH] io_uring: cleanup handling of the two task_work lists
 2022-05-21 15:15 UTC 

[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
 2022-05-20 18:32 UTC  (35+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 05/18] xfs: Add iomap "
` [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v3 08/18] xfs: Enable async write file modification handling
` [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates
` [RFC PATCH v3 10/18] xfs: Add async buffered write support
` [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes
` [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support

[syzbot] general protection fault in __io_arm_poll_handler
 2022-05-20 12:53 UTC  (4+ messages)

[PATCH] sparse: use force attribute for __kernel_rwf_t casts
 2022-05-19 18:28 UTC  (6+ messages)
` [PATCH v2] io_uring: fix sparce warnings about "
      ` [PATCH v3] io_uring: fix incorrect __kernel_rwf_t cast

[PATCH V2 0/1] ubd: add io_uring based userspace block driver
 2022-05-19 13:33 UTC  (17+ messages)
` [PATCH V2 1/1] "

[REPORT] Use-after-free Read in __fdget_raw in v5.10.y
 2022-05-19 12:13 UTC  (20+ messages)

[GIT PULL] io_uring fixes for 5.18-final
 2022-05-19  0:35 UTC  (2+ messages)

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-18 23:31 UTC  (36+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 02/16] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 05/16] xfs: add iomap "
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 09/16] xfs: enable async write file modification handling
` [RFC PATCH v2 10/16] xfs: add async buffered write support
` [RFC PATCH v2 11/16] io_uring: add support for async buffered writes
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v2 14/16] iomap: use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v2 15/16] io_uring: add tracepoint for short writes
` [RFC PATCH v2 16/16] xfs: enable async buffered write support

[PATCH] io_uring: disallow mixed provided buffer group registrations
 2022-05-18 21:36 UTC 

[PATCH] io_uring: initialize io_buffer_list head when shared ring is unregistered
 2022-05-18 20:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH for-next] io_uring: add fully sparse buffer registration
 2022-05-18 18:53 UTC  (3+ messages)

[PATCHSET v6 0/3] Add support for ring mapped provided buffers
 2022-05-18 12:48 UTC  (10+ messages)
` [PATCH 1/3] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 2/3] io_uring: add io_pin_pages() helper
` [PATCH 3/3] io_uring: add support for ring mapped supplied buffers

sparse fixes for io_uring
 2022-05-18 12:27 UTC  (8+ messages)
` [PATCH 1/6] io_uring: use a rwf_t for io_rw.flags
` [PATCH 2/6] io_uring: don't use ERR_PTR for user pointers
` [PATCH 3/6] io_uring: drop a spurious inline on a forward declaration
` [PATCH 4/6] io_uring: make apoll_events a __poll_t
` [PATCH 5/6] io_uring: consistently use the EPOLL* defines
` [PATCH 6/6] io_uring: use rcu_dereference in io_close

[syzbot] BUG: unable to handle kernel NULL pointer dereference in io_do_iopoll
 2022-05-17 19:02 UTC  (5+ messages)

[PATCH] io_uring: don't attempt to IOPOLL for MSG_RING requests
 2022-05-17 18:48 UTC  (2+ messages)

[REGRESSION] lxc-stop hang on 5.17.x kernels
 2022-05-17 10:31 UTC  (26+ messages)

[PATCH] drivers:uio: Fix system crashes during driver switchover
 2022-05-17  7:34 UTC  (4+ messages)

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-05-17  6:30 UTC  (5+ messages)
      ` [EXT] "

[RFC PATCH] ubd: add io_uring based userspace block driver
 2022-05-17  6:17 UTC  (4+ messages)

[RFC PATCH v1 11/18] xfs: add async buffered write support
 2022-05-16 13:39 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).