Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov
2022-10-20io-wq: Fix memory leak in worker creationRafael Mendonca
2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli
2022-10-17io_uring/rw: remove leftover debug statementJens Axboe
2022-10-17io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov
2022-10-17io_uring: reuse io_alloc_req()Pavel Begunkov
2022-10-17io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov
2022-10-17io_uring: remove FFS_SCMPavel Begunkov
2022-10-13io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2022-10-13io_uring: fix fdinfo sqe offsets calculationPavel Begunkov
2022-10-13io_uring: local variable rw shadows outer variable in io_writeStefan Roesch
2022-10-13io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe
2022-10-13io_uring: optimise locking for local tw with submit_waitPavel Begunkov
2022-10-13io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov
2022-10-13io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe
2022-10-13io_uring: remove notif leftoversPavel Begunkov
2022-10-13io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-13io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-07io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov
2022-10-07io_uring: remove io_register_submitterDylan Yudaken
2022-10-07io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-30Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-30io_uring/net: fix notif cqe reorderingPavel Begunkov
2022-09-30io_uring/net: don't update msg_name if not providedPavel Begunkov
2022-09-30io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe
2022-09-29io_uring/rw: defer fsnotify calls to task contextJens Axboe
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2022-09-29io_uring/net: fix non-zc send with addressPavel Begunkov
2022-09-29io_uring/poll: disable level triggered pollJens Axboe
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-27io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov
2022-09-27io_uring/rw: fix unexpected link breakagePavel Begunkov
2022-09-26io_uring: register single issuer task at creationDylan Yudaken
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov