]> www.infradead.org Git - users/hch/block.git/commitdiff
Merge branch 'for-5.18/io_uring' into for-next
authorJens Axboe <axboe@kernel.dk>
Sat, 26 Feb 2022 14:09:10 +0000 (07:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 26 Feb 2022 14:09:10 +0000 (07:09 -0700)
* for-5.18/io_uring:
  io_uring: documentation fixup
  io_uring: do not recalculate ppos unnecessarily
  io_uring: update kiocb->ki_pos at execution time
  io_uring: remove duplicated calls to io_kiocb_ppos
  io_uring: Remove unneeded test in io_run_task_work_sig()
  io-uring: Make tracepoints consistent.
  io-uring: add __fill_cqe function
  io-wq: use IO_WQ_ACCT_NR rather than hardcoded number
  io-wq: reduce acct->lock crossing functions lock/unlock
  io-wq: decouple work_list protection from the big wqe->lock
  io_uring: Fix use of uninitialized ret in io_eventfd_register()
  io_uring: remove ring quiesce for io_uring_register
  io_uring: avoid ring quiesce while registering restrictions and enabling rings
  io_uring: avoid ring quiesce while registering async eventfd
  io_uring: avoid ring quiesce while registering/unregistering eventfd
  io_uring: remove trace for eventfd

1  2 
fs/io_uring.c

diff --cc fs/io_uring.c
Simple merge