Home
last modified time | relevance | path

Searched refs:ublk (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/block/
H A Dublk.rst28 ublk block device (``/dev/ublkb*``) is added by ublk driver. Any IO request
30 in this document, ``ublk server`` refers to generic ublk userspace
54 ublk provides control interface to set/get ublk block device parameters.
61 Using ublk
64 ublk requires userspace ublk server to handle real block device logic.
70 ublk add -t loop -f ublk-loop.img
82 ublk list
86 ublk del -a
204 enable recovery of ublk devices after the ublk server exits, the ublk server
213 recovery stage and ublk device ID is kept. It is ublk server's
[all …]
H A Dindex.rst24 ublk
/linux-6.15/tools/testing/selftests/ublk/
H A Dtest_common.sh179 if [ ! -c /dev/ublk-control ]; then
/linux-6.15/drivers/block/
H A DKconfig386 io_uring based userspace block driver. Together with ublk server, ublk
396 ublk driver started to take plain command encoding, which turns out
405 suggested to enable N if your application(ublk server) switches to
H A Dublk_drv.c288 static void *ublk_alloc_report_buffer(struct ublk_device *ublk, in ublk_alloc_report_buffer() argument
291 struct request_queue *q = ublk->ub_disk->queue; in ublk_alloc_report_buffer()
296 ublk->ub_disk->nr_zones); in ublk_alloc_report_buffer()
/linux-6.15/tools/testing/selftests/
H A DMakefile118 TARGETS += ublk
/linux-6.15/
H A DMAINTAINERS24920 F: Documentation/block/ublk.rst
24923 F: tools/testing/selftests/ublk/