aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ublk_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei1-2/+70
2025-08-11ublk: check for unprivileged daemon on each I/O fetchCaleb Sander Mateos1-9/+7
2025-08-11ublk: don't quiesce in ublk_ch_releaseUday Shankar1-7/+5
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-222/+356
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos1-5/+4
2025-07-15ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()Ming Lei1-2/+2
2025-07-15ublk: remove ublk_commit_and_fetch()Ming Lei1-18/+18
2025-07-15ublk: add helper ublk_check_fetch_buf()Ming Lei1-13/+19
2025-07-15ublk: store auto buffer register data into `struct ublk_io`Ming Lei1-18/+12
2025-07-15ublk: move auto buffer register handling into one dedicated helperMing Lei1-56/+71
2025-07-15ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()Ming Lei1-15/+29
2025-07-15ublk: let ublk_fill_io_cmd() cover more thingsMing Lei1-4/+2
2025-07-15ublk: move fake timeout logic into __ublk_complete_rq()Ming Lei1-4/+1
2025-07-15ublk: look up ublk task via its pid in timeout handlerMing Lei1-8/+17
2025-07-15ublk: validate ublk server pidMing Lei1-0/+9
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar1-20/+34
2025-07-04ublk: speed up ublk server exit handlingUday Shankar1-15/+21
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei1-5/+6
2025-06-30ublk: cache-align struct ublk_ioCaleb Sander Mateos1-1/+1
2025-06-30ublk: remove ubq checks from ublk_{get,put}_req_ref()Caleb Sander Mateos1-24/+11
2025-06-30ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon taskCaleb Sander Mateos1-1/+8
2025-06-30ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon taskCaleb Sander Mateos1-9/+61
2025-06-30ublk: return early if blk_should_fake_timeout()Caleb Sander Mateos1-2/+3
2025-06-30ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any taskCaleb Sander Mateos1-5/+22
2025-06-30ublk: don't take ublk_queue in ublk_unregister_io_buf()Caleb Sander Mateos1-3/+3
2025-06-30ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checksCaleb Sander Mateos1-4/+1
2025-06-30ublk: remove task variable from __ublk_ch_uring_cmd()Caleb Sander Mateos1-3/+1
2025-06-30ublk: handle UBLK_IO_FETCH_REQ earlierCaleb Sander Mateos1-9/+12
2025-06-30ublk: check cmd_op firstCaleb Sander Mateos1-6/+6
2025-06-30ublk: remove struct ublk_rq_dataCaleb Sander Mateos1-60/+71
2025-06-30ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos1-2/+2
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg1-1/+2
2025-06-24ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei1-10/+25
2025-06-24ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei1-1/+10
2025-06-19ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg1-0/+3
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar1-55/+56
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-157/+412
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei1-1/+123
2025-05-22ublk: run auto buf unregisgering in same io_ring_ctx with registeringMing Lei1-3/+16
2025-05-22ublk: remove io argument from ublk_auto_buf_reg_fallback()Caleb Sander Mateos1-2/+2
2025-05-21ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()Ming Lei1-1/+1
2025-05-20ublk: support UBLK_AUTO_BUF_REG_FALLBACKMing Lei1-0/+16
2025-05-20ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REGMing Lei1-7/+49
2025-05-20ublk: prepare for supporting to register request buffer automaticallyMing Lei1-6/+64
2025-05-20ublk: convert to refcount_tMing Lei1-14/+5
2025-05-15ublk: fix dead loop when canceling io commandMing Lei1-1/+1
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig1-2/+1
2025-05-06ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checksCaleb Sander Mateos1-18/+8
2025-05-05Merge branch 'block-6.15' into for-6.16/blockJens Axboe1-19/+43
2025-05-02ublk: store request pointer in ublk_ioCaleb Sander Mateos1-19/+24