Age | Commit message (Expand) | Author | Files | Lines |
2023-04-27 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+1 |
2023-04-26 | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-04-26 | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 16 | -813/+902 |
2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -20/+19 |
2023-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-04-20 | Revert "io_uring/rsrc: disallow multi-source reg buffers" | Jens Axboe | 1 | -8/+5 |
2023-04-19 | io_uring: add support for multishot timeouts | David Wei | 1 | -3/+54 |
2023-04-19 | io_uring/rsrc: disassociate nodes and rsrc_data | Pavel Begunkov | 2 | -12/+11 |
2023-04-19 | io_uring/rsrc: devirtualise rsrc put callbacks | Pavel Begunkov | 2 | -7/+20 |
2023-04-19 | io_uring/rsrc: pass node to io_rsrc_put_work() | Pavel Begunkov | 1 | -6/+6 |
2023-04-19 | io_uring/rsrc: inline io_rsrc_put_work() | Pavel Begunkov | 2 | -14/+6 |
2023-04-19 | io_uring/rsrc: add empty flag in rsrc_node | Pavel Begunkov | 2 | -4/+4 |
2023-04-19 | io_uring/rsrc: merge nodes and io_rsrc_put | Pavel Begunkov | 3 | -97/+25 |
2023-04-19 | io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal | Pavel Begunkov | 3 | -9/+8 |
2023-04-19 | io_uring/rsrc: remove unused io_rsrc_node::llist | Pavel Begunkov | 1 | -1/+0 |
2023-04-15 | io_uring/rsrc: refactor io_queue_rsrc_removal | Pavel Begunkov | 1 | -4/+1 |
2023-04-15 | io_uring/rsrc: simplify single file node switching | Pavel Begunkov | 1 | -7/+4 |
2023-04-15 | io_uring/rsrc: clean up __io_sqe_buffers_update() | Pavel Begunkov | 1 | -2/+1 |
2023-04-15 | io_uring/rsrc: inline switch_start fast path | Pavel Begunkov | 2 | -8/+13 |
2023-04-15 | io_uring/rsrc: remove rsrc_data refs | Pavel Begunkov | 3 | -28/+10 |
2023-04-15 | io_uring/rsrc: fix DEFER_TASKRUN rsrc quiesce | Pavel Begunkov | 1 | -0/+9 |
2023-04-15 | io_uring/rsrc: use wq for quiescing | Pavel Begunkov | 3 | -7/+13 |
2023-04-15 | io_uring/rsrc: refactor io_rsrc_ref_quiesce | Pavel Begunkov | 1 | -13/+5 |
2023-04-15 | io_uring/rsrc: remove io_rsrc_node::done | Pavel Begunkov | 2 | -5/+1 |
2023-04-15 | io_uring/rsrc: use nospec'ed indexes | Pavel Begunkov | 1 | -1/+1 |
2023-04-15 | io_uring/notif: add constant for ubuf_info flags | Pavel Begunkov | 2 | -1/+2 |
2023-04-15 | Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-04-14 | io_uring: complete request via task work in case of DEFER_TASKRUN | Ming Lei | 1 | -1/+1 |
2023-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -4/+5 |
2023-04-12 | io_uring/rsrc: extract SCM file put helper | Pavel Begunkov | 1 | -9/+11 |
2023-04-12 | io_uring/rsrc: refactor io_rsrc_node_switch | Pavel Begunkov | 3 | -28/+20 |
2023-04-12 | io_uring/rsrc: zero node's rsrc data on alloc | Pavel Begunkov | 1 | -0/+1 |
2023-04-12 | io_uring/rsrc: consolidate node caching | Pavel Begunkov | 3 | -11/+16 |
2023-04-12 | io_uring/rsrc: add lockdep checks | Pavel Begunkov | 1 | -0/+2 |
2023-04-12 | io_uring: add irq lockdep checks | Pavel Begunkov | 1 | -0/+2 |
2023-04-12 | io_uring/kbuf: remove extra ->buf_ring null check | Pavel Begunkov | 1 | -8/+6 |
2023-04-12 | io_uring: shut io_prep_async_work warning | Pavel Begunkov | 1 | -1/+1 |
2023-04-12 | io_uring/uring_cmd: take advantage of completion batching | Jens Axboe | 1 | -3/+7 |
2023-04-08 | Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -4/+5 |
2023-04-07 | io_uring: optimise io_req_local_work_add | Pavel Begunkov | 1 | -8/+16 |
2023-04-07 | io_uring: refactor __io_cq_unlock_post_flush() | Pavel Begunkov | 1 | -10/+12 |
2023-04-07 | io_uring: reduce scheduling due to tw | Pavel Begunkov | 5 | -24/+59 |
2023-04-07 | io_uring: inline llist_add() | Pavel Begunkov | 1 | -1/+8 |
2023-04-07 | io_uring: add tw add flags | Pavel Begunkov | 2 | -5/+11 |
2023-04-07 | io_uring: refactor io_cqring_wake() | Pavel Begunkov | 2 | -13/+4 |
2023-04-07 | io_uring: optimize local tw add ctx pinning | Pavel Begunkov | 1 | -2/+6 |
2023-04-07 | io_uring: move pinning out of io_req_local_work_add | Pavel Begunkov | 1 | -7/+4 |
2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -7/+7 |
2023-04-05 | io_uring/uring_cmd: assign ioucmd->cmd at async prep time | Jens Axboe | 1 | -3/+1 |
2023-04-04 | io_uring/rsrc: add custom limit for node caching | Pavel Begunkov | 3 | -5/+12 |