aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2020-10-10 18:34:09 +0100
committerJens Axboe <axboe@kernel.dk>2020-10-10 12:49:25 -0600
commit71b547c048eb10d54627932019411549b1e4cfb7 (patch)
tree641088f0845311cdbfc839982b6b0a55351ff63c /tools/perf/scripts/python
parentio_uring: simplify io_file_get() (diff)
downloadlinux-71b547c048eb10d54627932019411549b1e4cfb7.tar.gz
linux-71b547c048eb10d54627932019411549b1e4cfb7.zip
io_uring: improve submit_state.ios_left accounting
state->ios_left isn't decremented for requests that don't need a file, so it might be larger than number of SQEs left. That in some circumstances makes us to grab more files that is needed so imposing extra put. Deaccount one ios_left for each request. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
+0100'>2024-01-17s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'...Tony Krowiak1-0/+13 2024-01-17s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configurationTony Krowiak1-2/+3 2024-01-17s390/vfio-ap: always filter entire AP matrixTony Krowiak1-40/+17 2024-01-17s390/net: add Thorsten Winkler as maintainerAlexandra Winter1-2/+2 2024-01-17gpiolib: revert the attempt to protect the GPIO device list with an rwsemBartosz Golaszewski4-89/+97 2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer1-3/+3 2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)1-15/+5 2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)1-0/+10 2024-01-16Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede1-5/+7 2024-01-16sched/fair: Fix frequency selection for non-invariant caseVincent Guittot1-1/+5 2024-01-15rtc: max31335: add driver supportAntoniu Miclaus4-0/+729