summaryrefslogtreecommitdiffstats
path: root/scripts/spdxcheck.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-25io_uring: return an error when cqe is droppedDylan Yudaken1-4/+28
2022-04-25io_uring: use constants for cq_overflow bitfieldDylan Yudaken1-8/+14
2022-04-25io_uring: rework io_uring_enter to simplify return valueDylan Yudaken1-14/+21
2022-04-25io_uring: trace cqe overflowsDylan Yudaken1-0/+1
2022-04-25io_uring: add trace support for CQE overflowDylan Yudaken1-1/+41
2022-04-25io_uring: allow re-poll if we made progressJens Axboe1-3/+7
2022-04-25io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe1-7/+29
2022-04-25io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe2-14/+27
2022-04-25io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe2-7/+63
2022-04-25io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe3-21/+78
2022-04-25io_uring: pass in struct io_cancel_data consistentlyJens Axboe1-32/+44
2022-04-25io_uring: remove dead 'poll_only' argument to io_poll_cancel()Jens Axboe1-4/+3
2022-04-25io_uring: refactor io_disarm_next() lockingPavel Begunkov1-7/+10
2022-04-25io_uring: move timeout locking in io_timeout_cancel()Pavel Begunkov1-7/+5
2022-04-25io_uring: store SCM state in io_fixed_file->file_ptrJens Axboe1-7/+29
2022-04-25io_uring: kill ctx arg from io_req_put_rsrcPavel Begunkov1-3/+3
2022-04-25io_uring: add a helper for putting rsrc nodesPavel Begunkov1-3/+8
2022-04-25io_uring: store rsrc node in req instead of refsPavel Begunkov1-11/+11
2022-04-25io_uring: refactor io_assign_file error pathPavel Begunkov1-5/+1
2022-04-25io_uring: use right helpers for file assign lockingPavel Begunkov1-4/+2
2022-04-25io_uring: add data_race annotationsPavel Begunkov1-3/+3
2022-04-25io_uring: inline io_req_complete_fail_submit()Pavel Begunkov1-13/+8
2022-04-25io_uring: refactor io_submit_sqe()Pavel Begunkov1-9/+14
2022-04-25io_uring: refactor lazy link failPavel Begunkov1-40/+47
2022-04-25io_uring: introduce IO_REQ_LINK_FLAGSPavel Begunkov1-6/+7
2022-04-25io_uring: refactor io_queue_sqe()Pavel Begunkov1-8/+12
2022-04-25io_uring: rename io_queue_async_work()Pavel Begunkov1-4/+4
2022-04-25io_uring: inline io_queue_sqe()Pavel Begunkov1-13/+8
2022-04-25io_uring: helper for prep+queuing linked timeoutsPavel Begunkov1-9/+13
2022-04-25io_uring: inline io_free_req()Pavel Begunkov1-10/+5
2022-04-25io_uring: kill io_put_req_deferred()Pavel Begunkov1-34/+22
2022-04-25io_uring: minor refactoring for some tw handlersPavel Begunkov1-9/+5
2022-04-25io_uring: clean poll tw PF_EXITING handlingPavel Begunkov1-1/+1
2022-04-25io_uring: optimise io_get_cqe()Pavel Begunkov1-11/+35
2022-04-25io_uring: optimise submission left countingPavel Begunkov1-10/+10
2022-04-25io_uring: optimise submission loop invariantPavel Begunkov1-17/+15
2022-04-25io_uring: add helper to return req to cache listPavel Begunkov1-4/+8
2022-04-25io_uring: helper for empty req cache checksPavel Begunkov1-3/+8
2022-04-25io_uring: inline io_flush_cached_reqsPavel Begunkov1-19/+11
2022-04-25io_uring: shrink final link flushPavel Begunkov1-2/+2
2022-04-25io_uring: memcpy CQE from reqPavel Begunkov1-1/+23
2022-04-25io_uring: explicitly keep a CQE in io_kiocbPavel Begunkov1-65/+69
2022-04-25io_uring: rename io_sqe_file_registerPavel Begunkov1-4/+4
2022-04-25io_uring: deduplicate SCM accountingPavel Begunkov1-67/+40
2022-04-25io_uring: don't pass around fixed index for scmPavel Begunkov1-23/+14
2022-04-25io_uring: refactor __io_sqe_files_scmPavel Begunkov1-35/+13
2022-04-25io_uring: uniform SCM accountingPavel Begunkov1-68/+25
2022-04-25io_uring: don't scm-account for non af_unix socketsPavel Begunkov1-13/+38
2022-04-25io_uring: move finish_wait() outside of loop in cqring_wait()Jens Axboe1-1/+1
2022-04-25io_uring: refactor io_req_add_compl_list()Pavel Begunkov1-3/+2