开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-21
ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd
Ming Lei
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-13
block: ublk: check IO buffer based on flag need_get_data
Liu Xiaodong
2023-02-07
block: ublk: improve handling device deletion
Ming Lei
2023-02-07
ublk: pass NULL to blk_mq_alloc_disk() as queuedata
Ziyang Zhang
2023-02-07
ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()
Ziyang Zhang
2023-02-07
ublk: remove unnecessary NULL check in ublk_rq_has_data()
Ziyang Zhang
2023-01-31
ublk_drv: only allow owner to open unprivileged disk
Ming Lei
2023-01-31
block: ublk: extending queue_size to fix overflow
Liu Xiaodong
2023-01-29
ublk_drv: add mechanism for supporting unprivileged ublk device
Ming Lei
2023-01-29
ublk_drv: add module parameter of ublks_max for limiting max allowed ublk dev
Ming Lei
2023-01-29
ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
Ming Lei
2023-01-29
ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd
Ming Lei
2023-01-29
ublk_drv: don't probe partitions if the ubq daemon isn't trusted
Ming Lei
2023-01-29
ublk_drv: remove nr_aborted_queues from ublk_device
Ming Lei
2023-01-26
block: ublk: move ublk_chr_class destroying after devices are removed
Ming Lei
2023-01-04
ublk: honor IO_URING_F_NONBLOCK for handling control command
Ming Lei
2022-11-23
ublk_drv: don't forward io commands in reserve order
Ming Lei
2022-10-31
ublk_drv: add ublk_queue_cmd() for cleanup
Ming Lei
2022-10-31
ublk_drv: avoid to touch io_uring cmd in blk_mq io path
Ming Lei
2022-10-31
ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module
Ming Lei
2022-10-19
ublk_drv: use flexible-array member instead of zero-length array
Yushan Zhou
2022-09-23
ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
ZiyangZhang
2022-09-23
ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
ZiyangZhang
2022-09-23
ublk_drv: consider recovery feature in aborting mechanism
ZiyangZhang
2022-09-23
ublk_drv: requeue rqs with recovery feature enabled
ZiyangZhang
2022-09-23
ublk_drv: define macros for recovery feature and check them
ZiyangZhang
2022-09-23
ublk_drv: check 'current' instead of 'ubq_daemon'
ZiyangZhang
2022-08-16
ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...
ZiyangZhang
2022-08-16
ublk_drv: update comment for __ublk_fail_req()
ZiyangZhang
2022-08-16
ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()
ZiyangZhang
2022-08-13
ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATA
ZiyangZhang
2022-08-02
ublk_drv: add support for UBLK_IO_NEED_GET_DATA
ZiyangZhang
2022-08-02
ublk_drv: cleanup ublksrv_ctrl_dev_info
Ming Lei
2022-08-02
ublk_drv: add SET_PARAMS/GET_PARAMS control command
Ming Lei
2022-08-02
ublk_drv: fix ublk device leak in case that add_disk fails
Ming Lei
2022-08-02
ublk_drv: cancel device even though disk isn't up
Ming Lei
2022-07-26
ublk_drv: fix double shift bug
Dan Carpenter
2022-07-22
ublk_drv: make sure that correct flags(features) returned to userspace
Ming Lei
2022-07-22
ublk_drv: fix error handling of ublk_add_dev
Christoph Hellwig
2022-07-21
ublk_drv: fix lockdep warning
Ming Lei
2022-07-21
ublk: defer disk allocation
Christoph Hellwig
2022-07-21
ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
Christoph Hellwig
2022-07-21
ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
Christoph Hellwig
2022-07-21
ublk: cleanup ublk_ctrl_uring_cmd
Christoph Hellwig
2022-07-21
ublk: simplify ublk_ch_open and ublk_ch_release
Christoph Hellwig
2022-07-21
ublk: remove the empty open and release block device operations
Christoph Hellwig
2022-07-21
ublk: remove UBLK_IO_F_PREFLUSH
Christoph Hellwig
2022-07-18
ublk_drv: fix an IS_ERR() vs NULL check
Dan Carpenter
[next]