Hi, These are items that weren't quite ready for the initial merge window, or fixes for merge window (or other issues). - Series from Pavel fixing up REQ_F_COMP_LOCKED - read-ahead improvement - Revert of a bad __read_mostly commit from the merge window - Fix for a merge window regression with file registration - Fix for NUMA node locality for io-wq - Addition of io_identity to store any identity information, and moving of state to there. This is both a cleanup series and prep for adding more items there, as needed. - Use percpu_counter for inflight tracking instead of separate issued/completed atomic counts fs/io-wq.c | 41 +-- fs/io-wq.h | 18 +- fs/io_uring.c | 619 +++++++++++++++++++++++---------------- include/linux/io_uring.h | 23 +- mm/readahead.c | 22 +- 5 files changed, 423 insertions(+), 300 deletions(-) -- Jens Axboe