summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
8 daysMerge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos
2025-07-15ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()Ming Lei
2025-07-15ublk: remove ublk_commit_and_fetch()Ming Lei
2025-07-15ublk: add helper ublk_check_fetch_buf()Ming Lei
2025-07-15ublk: store auto buffer register data into `struct ublk_io`Ming Lei
2025-07-15ublk: move auto buffer register handling into one dedicated helperMing Lei
2025-07-15ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()Ming Lei
2025-07-15ublk: let ublk_fill_io_cmd() cover more thingsMing Lei
2025-07-15ublk: move fake timeout logic into __ublk_complete_rq()Ming Lei
2025-07-15ublk: look up ublk task via its pid in timeout handlerMing Lei
2025-07-15ublk: validate ublk server pidMing Lei
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar
2025-07-04ublk: speed up ublk server exit handlingUday Shankar
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei
2025-06-30ublk: cache-align struct ublk_ioCaleb Sander Mateos
2025-06-30ublk: remove ubq checks from ublk_{get,put}_req_ref()Caleb Sander Mateos
2025-06-30ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon taskCaleb Sander Mateos
2025-06-30ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon taskCaleb Sander Mateos
2025-06-30ublk: return early if blk_should_fake_timeout()Caleb Sander Mateos
2025-06-30ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any taskCaleb Sander Mateos
2025-06-30ublk: don't take ublk_queue in ublk_unregister_io_buf()Caleb Sander Mateos
2025-06-30ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checksCaleb Sander Mateos
2025-06-30ublk: remove task variable from __ublk_ch_uring_cmd()Caleb Sander Mateos
2025-06-30ublk: handle UBLK_IO_FETCH_REQ earlierCaleb Sander Mateos
2025-06-30ublk: check cmd_op firstCaleb Sander Mateos
2025-06-30ublk: remove struct ublk_rq_dataCaleb Sander Mateos
2025-06-30ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos
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