summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg
2025-06-24ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei
2025-06-24ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei
2025-06-19ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei
2025-05-22ublk: run auto buf unregisgering in same io_ring_ctx with registeringMing Lei
2025-05-22ublk: remove io argument from ublk_auto_buf_reg_fallback()Caleb Sander Mateos
2025-05-21ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()Ming Lei
2025-05-20ublk: support UBLK_AUTO_BUF_REG_FALLBACKMing Lei
2025-05-20ublk: register buffer to local io_uring with provided buf index via UBLK_F_AU...Ming Lei
2025-05-20ublk: prepare for supporting to register request buffer automaticallyMing Lei
2025-05-20ublk: convert to refcount_tMing Lei
2025-05-15ublk: fix dead loop when canceling io commandMing Lei
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig
2025-05-06ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checksCaleb Sander Mateos
2025-05-05Merge branch 'block-6.15' into for-6.16/blockJens Axboe
2025-05-02ublk: store request pointer in ublk_ioCaleb Sander Mateos
2025-05-02ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()Caleb Sander Mateos
2025-05-02ublk: don't call ublk_dispatch_req() for NEED_GET_DATACaleb Sander Mateos
2025-05-02ublk: factor out ublk_start_io() helperCaleb Sander Mateos
2025-05-02ublk: don't log uring_cmd cmd_op in ublk_dispatch_req()Caleb Sander Mateos
2025-05-02ublk: take const ubq pointer in ublk_get_iod()Caleb Sander Mateos
2025-05-02ublk: remove misleading "ubq" in "ubq_complete_io_cmd()"Caleb Sander Mateos
2025-05-02ublk: fix "immepdately" typo in commentCaleb Sander Mateos
2025-05-02ublk: factor out ublk_commit_and_fetchUday Shankar
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei
2025-04-29ublk: decouple zero copy from user copyMing Lei
2025-04-24Merge branch 'block-6.15' into for-6.16/blockJens Axboe
2025-04-24ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei
2025-04-22ublk: remove unnecessary ubq checksCaleb Sander Mateos
2025-04-21ublk: Add UBLK_U_CMD_UPDATE_SIZEOmri Mann
2025-04-16ublk: simplify aborting ublk requestMing Lei
2025-04-16ublk: remove __ublk_quiesce_dev()Ming Lei
2025-04-16ublk: improve detection and handling of ublk server exitUday Shankar
2025-04-16ublk: move device reset into ublk_ch_release()Ming Lei
2025-04-16ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei
2025-04-16ublk: add ublk_force_abort_dev()Ming Lei
2025-04-16ublk: properly serialize all FETCH_REQsUday Shankar
2025-04-09ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *Caleb Sander Mateos
2025-04-09ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei
2025-04-09ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei
2025-03-29ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos
2025-03-28ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()Caleb Sander Mateos
2025-03-28ublk: avoid redundant io->cmd in ublk_queue_cmd_list()Caleb Sander Mateos
2025-03-28ublk: get ubq from pdu in ublk_cmd_list_tw_cb()Caleb Sander Mateos