summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-12io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov
2023-04-12io_uring/rsrc: add lockdep checksPavel Begunkov
2023-04-12io_uring: add irq lockdep checksPavel Begunkov
2023-04-12io_uring/kbuf: remove extra ->buf_ring null checkPavel Begunkov
2023-04-12io_uring: shut io_prep_async_work warningPavel Begunkov
2023-04-12io_uring/uring_cmd: take advantage of completion batchingJens Axboe
2023-04-06io_uring: optimise io_req_local_work_addPavel Begunkov
2023-04-06io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov
2023-04-06io_uring: inline llist_add()Pavel Begunkov
2023-04-06io_uring: add tw add flagsPavel Begunkov
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov
2023-04-06io_uring: optimize local tw add ctx pinningPavel Begunkov
2023-04-06io_uring: move pinning out of io_req_local_work_addPavel Begunkov
2023-04-05io_uring/uring_cmd: assign ioucmd->cmd at async prep timeJens Axboe
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov
2023-04-04io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov
2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov
2023-04-04io_uring/rsrc: don't offload node freePavel Begunkov
2023-04-04io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov
2023-04-04io_uring/rsrc: rename rsrc_listPavel Begunkov
2023-04-04io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov
2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov
2023-04-04io_uring: io_free_req() via twPavel Begunkov
2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov
2023-04-04io_uring/rsrc: keep cached refs per nodePavel Begunkov
2023-04-04io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe
2023-04-03io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-04-03io_uring: remove extra tw trylocksPavel Begunkov
2023-04-03io_uring/io-wq: drop outdated commentJens Axboe
2023-04-03io_uring: kill unused notif declarationsPavel Begunkov
2023-04-03io-wq: Drop struct io_wqeGabriel Krisman Bertazi
2023-04-03io-wq: Move wq accounting to io_wqGabriel Krisman Bertazi
2023-04-03io_uring/kbuf: disallow mapping a badly aligned provided ring bufferJens Axboe
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao
2023-04-03io_uring: Move from hlist to io_wq_work_nodeBreno Leitao
2023-04-03io_uring: One wqe per wqBreno Leitao
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe
2023-04-03io_uring/kbuf: move pinning of provided buffer ring into helperJens Axboe
2023-04-03io_uring: Adjust mapping wrt architecture aliasing requirementsHelge Deller
2023-04-03io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need itJens Axboe
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe
2023-04-02Linux 6.3-rc5v6.3-rc5Linus Torvalds
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds