index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
2025-07-01
ublk: don't queue request if the associated uring_cmd is canceled
Ming Lei
2025-06-26
ublk: sanity check add_dev input for underflow
Ronnie Sahlberg
2025-06-24
ublk: setup ublk_io correctly in case of ublk_get_data() failure
Ming Lei
2025-06-24
ublk: build batch from IOs in same io_ring_ctx and io task
Ming Lei
2025-06-19
ublk: santizize the arguments from userspace when adding a device
Ronnie Sahlberg
2025-05-31
ublk: have a per-io daemon instead of a per-queue daemon
Uday Shankar
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-23
ublk: add feature UBLK_F_QUIESCE
Ming Lei
2025-05-22
ublk: run auto buf unregisgering in same io_ring_ctx with registering
Ming Lei
2025-05-22
ublk: remove io argument from ublk_auto_buf_reg_fallback()
Caleb Sander Mateos
2025-05-21
ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()
Ming Lei
2025-05-20
ublk: support UBLK_AUTO_BUF_REG_FALLBACK
Ming Lei
2025-05-20
ublk: register buffer to local io_uring with provided buf index via UBLK_F_AU...
Ming Lei
2025-05-20
ublk: prepare for supporting to register request buffer automatically
Ming Lei
2025-05-20
ublk: convert to refcount_t
Ming Lei
2025-05-15
ublk: fix dead loop when canceling io command
Ming Lei
2025-05-07
block: remove the q argument from blk_rq_map_kern
Christoph Hellwig
2025-05-06
ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks
Caleb Sander Mateos
2025-05-05
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
2025-05-02
ublk: store request pointer in ublk_io
Caleb Sander Mateos
2025-05-02
ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()
Caleb Sander Mateos
2025-05-02
ublk: don't call ublk_dispatch_req() for NEED_GET_DATA
Caleb Sander Mateos
2025-05-02
ublk: factor out ublk_start_io() helper
Caleb Sander Mateos
2025-05-02
ublk: don't log uring_cmd cmd_op in ublk_dispatch_req()
Caleb Sander Mateos
2025-05-02
ublk: take const ubq pointer in ublk_get_iod()
Caleb Sander Mateos
2025-05-02
ublk: remove misleading "ubq" in "ubq_complete_io_cmd()"
Caleb Sander Mateos
2025-05-02
ublk: fix "immepdately" typo in comment
Caleb Sander Mateos
2025-05-02
ublk: factor out ublk_commit_and_fetch
Uday Shankar
2025-04-29
ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_req
Ming Lei
2025-04-29
ublk: enhance check for register/unregister io buffer command
Ming Lei
2025-04-29
ublk: decouple zero copy from user copy
Ming Lei
2025-04-24
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
2025-04-24
ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
Ming Lei
2025-04-24
ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA
Ming Lei
2025-04-22
ublk: remove unnecessary ubq checks
Caleb Sander Mateos
2025-04-21
ublk: Add UBLK_U_CMD_UPDATE_SIZE
Omri Mann
2025-04-16
ublk: simplify aborting ublk request
Ming Lei
2025-04-16
ublk: remove __ublk_quiesce_dev()
Ming Lei
2025-04-16
ublk: improve detection and handling of ublk server exit
Uday Shankar
2025-04-16
ublk: move device reset into ublk_ch_release()
Ming Lei
2025-04-16
ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io
Ming Lei
2025-04-16
ublk: add ublk_force_abort_dev()
Ming Lei
2025-04-16
ublk: properly serialize all FETCH_REQs
Uday Shankar
2025-04-09
ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *
Caleb Sander Mateos
2025-04-09
ublk: don't fail request for recovery & reissue in case of ubq->canceling
Ming Lei
2025-04-09
ublk: fix handling recovery & reissue in ublk_abort_queue()
Ming Lei
2025-03-29
ublk: specify io_cmd_buf pointer type
Caleb Sander Mateos
2025-03-28
ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()
Caleb Sander Mateos
2025-03-28
ublk: avoid redundant io->cmd in ublk_queue_cmd_list()
Caleb Sander Mateos
2025-03-28
ublk: get ubq from pdu in ublk_cmd_list_tw_cb()
Caleb Sander Mateos
[next]