mbox series

[for-next,00/10] 5.20 cleanups

Message ID cover.1655310733.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series 5.20 cleanups | expand

Message

Pavel Begunkov June 15, 2022, 4:33 p.m. UTC
Simple cleanups split off from a larger series.

Pavel Begunkov (10):
  io_uring: make reg buf init consistent
  io_uring: move defer_list to slow data
  io_uring: better caching for ctx timeout fields
  io_uring: refactor ctx slow data placement
  io_uring: move small helpers to headers
  io_uring: explain io_wq_work::cancel_seq placement
  io_uring: inline ->registered_rings
  io_uring: never defer-complete multi-apoll
  io_uring: remove check_cq checking from hot paths
  io_uring: don't set REQ_F_COMPLETE_INLINE in tw

 io_uring/io-wq.h          |  1 +
 io_uring/io_uring.c       | 55 +++++++++----------------
 io_uring/io_uring.h       | 22 ++++++++++
 io_uring/io_uring_types.h | 87 ++++++++++++++++++++-------------------
 io_uring/rsrc.c           |  9 ++--
 io_uring/tctx.c           |  9 ----
 io_uring/tctx.h           |  3 +-
 7 files changed, 93 insertions(+), 93 deletions(-)

Comments

Jens Axboe June 15, 2022, 9:30 p.m. UTC | #1
On Wed, 15 Jun 2022 17:33:46 +0100, Pavel Begunkov wrote:
> Simple cleanups split off from a larger series.
> 
> Pavel Begunkov (10):
>   io_uring: make reg buf init consistent
>   io_uring: move defer_list to slow data
>   io_uring: better caching for ctx timeout fields
>   io_uring: refactor ctx slow data placement
>   io_uring: move small helpers to headers
>   io_uring: explain io_wq_work::cancel_seq placement
>   io_uring: inline ->registered_rings
>   io_uring: never defer-complete multi-apoll
>   io_uring: remove check_cq checking from hot paths
>   io_uring: don't set REQ_F_COMPLETE_INLINE in tw
> 
> [...]

Applied, thanks!

[01/10] io_uring: make reg buf init consistent
        commit: 8c81b9a8afeb9bf9a77ed7b8ae18fdcdd5e8738c
[02/10] io_uring: move defer_list to slow data
        commit: 2946124bd54c6bde7d8223764f9e29ee5e9c2872
[03/10] io_uring: better caching for ctx timeout fields
        commit: fee5d8c21d58b32c0e7f4dbddfa79ea2badfe080
[04/10] io_uring: refactor ctx slow data placement
        commit: 5545259f66477791ead5305d080e7315ab93e1d2
[05/10] io_uring: move small helpers to headers
        commit: 8f056215cea9a0b8a86d980c71da5587291f11c8
[06/10] io_uring: explain io_wq_work::cancel_seq placement
        commit: 588383e3417729d24c804d43d9f08f3b1756c5cf
[07/10] io_uring: inline ->registered_rings
        commit: 9d0222c4d9d1de014fea4ef151e6743b8eb30e8a
[08/10] io_uring: never defer-complete multi-apoll
        commit: 5bbc2038f4d8f3de273c74779882ecb9a959a46d
[09/10] io_uring: remove check_cq checking from hot paths
        commit: bc132bba5459cb501737c5793d1a273354dbf8db
[10/10] io_uring: don't set REQ_F_COMPLETE_INLINE in tw
        commit: 01955c135f1753e60587fc28679fc1fab8ebc4d4

Best regards,