io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 21:36:35 to 2022-05-27 13:50:34 UTC [more...]

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-05-27 13:50 UTC 

[PATCH v6 00/16] io-uring/xfs: support async buffered writes
 2022-05-27  8:42 UTC  (23+ messages)
` [PATCH v6 01/16] mm: Move starting of background writeback into the main balancing loop
` [PATCH v6 02/16] mm: Move updates of dirty_exceeded into one place
` [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v6 05/16] iomap: Add async buffered write support
` [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v6 09/16] fs: Add async write file modification handling
` [PATCH v6 10/16] fs: Optimization for concurrent file time updates
` [PATCH v6 11/16] io_uring: Add support for async buffered writes
` [PATCH v6 12/16] io_uring: Add tracepoint for short writes
` [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v6 15/16] xfs: Add async buffered write support
` [PATCH v6 16/16] xfs: Enable "

[PATCH] io_uring: wire up allocated direct descriptors for socket
 2022-05-27  5:56 UTC  (2+ messages)

[RFC] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slot
 2022-05-27  5:54 UTC  (2+ messages)

[PATCH] io_uring: ensure fput() called correspondingly when direct install fails
 2022-05-27  4:08 UTC  (3+ messages)

RWF_NOWAIT does not work on socket
 2022-05-27  3:49 UTC 

[PATCH v5 00/16] io-uring/xfs: support async buffered writes
 2022-05-26 17:39 UTC  (20+ messages)
` [PATCH v5 01/16] mm: Move starting of background writeback into the main balancing loop
` [PATCH v5 02/16] mm: Move updates of dirty_exceeded into one place
` [PATCH v5 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v5 05/16] iomap: Add async buffered write support
` [PATCH v5 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v5 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v5 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v5 09/16] fs: Add async write file modification handling
` [PATCH v5 10/16] fs: Optimization for concurrent file time updates
` [PATCH v5 11/16] io_uring: Add support for async buffered writes
` [PATCH v5 12/16] io_uring: Add tracepoint for short writes
` [PATCH v5 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v5 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v5 15/16] xfs: Add async buffered write support
` [PATCH v5 16/16] xfs: Enable "

[PATCH] io_uring: fix a memory leak of buffer group list on exit
 2022-05-26 17:36 UTC 

improve register file feature's usability
 2022-05-26  2:09 UTC  (2+ messages)

io uring support for character device
 2022-05-26  1:49 UTC  (3+ messages)

[RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes
 2022-05-25 22:32 UTC  (39+ 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 "

[GIT PULL] io_uring xattr support
 2022-05-25 18:04 UTC  (5+ messages)

[PATCHSET 0/6] Misc cleanups
 2022-05-25 11:37 UTC  (13+ messages)
` [PATCH 1/6] io_uring: make timeout prep handlers consistent with other prep handlers
` [PATCH 2/6] io_uring: make prep and issue side of req handlers named consistently
` [PATCH 3/6] io_uring: add io_op_defs 'def' pointer in req init and issue
` [PATCH 4/6] io_uring: unify calling convention for async prep handling
` [PATCH 5/6] io_uring: drop confusion between cleanup flags
` [PATCH 6/6] io_uring: move shutdown under the general net section

[PATCH] io_uring: add a schedule condition in io_submit_sqes
 2022-05-24  6:58 UTC  (5+ messages)

[GIT PULL] io_uring passthrough support
 2022-05-24  5:15 UTC  (5+ messages)

[PATCH V2 0/1] ubd: add io_uring based userspace block driver
 2022-05-24  2:59 UTC  (4+ messages)

[GIT PULL] io_uring 'more data in socket' support
 2022-05-23 20:42 UTC  (2+ messages)

[GIT PULL] io_uring socket(2) support
 2022-05-23 20:42 UTC  (2+ messages)

[GIT PULL] io_uring core updates for 5.19-rc1
 2022-05-23 20:42 UTC  (2+ messages)

[PATCH v2 00/13] rename & split tests
 2022-05-23 12:28 UTC  (8+ 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  (9+ messages)

[REPORT] Use-after-free Read in __fdget_raw in v5.10.y
 2022-05-19 12:13 UTC  (12+ 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  (27+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [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 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 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

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


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).