index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-30
ublk_drv: remove nr_aborted_queues from ublk_device
Ming Lei
1
-1
/
+0
2023-01-26
block: ublk: move ublk_chr_class destroying after devices are removed
Ming Lei
1
-4
/
+3
2023-01-04
ublk: honor IO_URING_F_NONBLOCK for handling control command
Ming Lei
1
-0
/
+3
2022-11-24
ublk_drv: don't forward io commands in reserve order
Ming Lei
1
-44
/
+38
2022-10-31
ublk_drv: add ublk_queue_cmd() for cleanup
Ming Lei
1
-26
/
+21
2022-10-31
ublk_drv: avoid to touch io_uring cmd in blk_mq io path
Ming Lei
1
-30
/
+53
2022-10-31
ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module
Ming Lei
1
-0
/
+3
2022-10-20
ublk_drv: use flexible-array member instead of zero-length array
Yushan Zhou
1
-1
/
+1
2022-09-24
ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
ZiyangZhang
1
-0
/
+116
2022-09-24
ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
ZiyangZhang
1
-4
/
+18
2022-09-24
ublk_drv: consider recovery feature in aborting mechanism
ZiyangZhang
1
-6
/
+110
2022-09-24
ublk_drv: requeue rqs with recovery feature enabled
ZiyangZhang
1
-5
/
+15
2022-09-24
ublk_drv: define macros for recovery feature and check them
ZiyangZhang
1
-1
/
+17
2022-09-24
ublk_drv: check 'current' instead of 'ubq_daemon'
ZiyangZhang
1
-2
/
+10
2022-08-16
ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...
ZiyangZhang
1
-1
/
+17
2022-08-16
ublk_drv: update comment for __ublk_fail_req()
ZiyangZhang
1
-2
/
+3
2022-08-16
ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()
ZiyangZhang
1
-3
/
+2
2022-08-13
ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-0
/
+5
2022-08-03
ublk_drv: add support for UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-12
/
+94
2022-08-03
ublk_drv: cleanup ublksrv_ctrl_dev_info
Ming Lei
1
-11
/
+7
2022-08-03
ublk_drv: add SET_PARAMS/GET_PARAMS control command
Ming Lei
1
-18
/
+187
2022-08-03
ublk_drv: fix ublk device leak in case that add_disk fails
Ming Lei
1
-0
/
+5
2022-08-03
ublk_drv: cancel device even though disk isn't up
Ming Lei
1
-6
/
+12
2022-07-26
ublk_drv: fix double shift bug
Dan Carpenter
1
-2
/
+2
2022-07-22
ublk_drv: make sure that correct flags(features) returned to userspace
Ming Lei
1
-3
/
+14
2022-07-22
ublk_drv: fix error handling of ublk_add_dev
Christoph Hellwig
1
-52
/
+48
2022-07-21
ublk_drv: fix lockdep warning
Ming Lei
1
-2
/
+4
2022-07-21
ublk: defer disk allocation
Christoph Hellwig
1
-74
/
+53
2022-07-21
ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
Christoph Hellwig
1
-31
/
+24
2022-07-21
ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
Christoph Hellwig
1
-20
/
+8
2022-07-21
ublk: cleanup ublk_ctrl_uring_cmd
Christoph Hellwig
1
-118
/
+116
2022-07-21
ublk: simplify ublk_ch_open and ublk_ch_release
Christoph Hellwig
1
-10
/
+7
2022-07-21
ublk: remove the empty open and release block device operations
Christoph Hellwig
1
-11
/
+0
2022-07-21
ublk: remove UBLK_IO_F_PREFLUSH
Christoph Hellwig
1
-3
/
+0
2022-07-18
ublk_drv: fix an IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2022-07-18
ublk: remove UBLK_IO_F_INTEGRITY
Christoph Hellwig
1
-3
/
+0
2022-07-18
ublk_drv: remove unneeded semicolon
Yang Li
1
-2
/
+2
2022-07-18
ublk_drv: fix missing error return code in ublk_add_dev()
Yang Yingliang
1
-1
/
+3
2022-07-16
ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warning
Ming Lei
1
-4
/
+2
2022-07-14
ublk_drv: fix request queue leak
Ming Lei
1
-6
/
+15
2022-07-14
ublk_drv: support to complete io command via task_work_add
Ming Lei
1
-8
/
+67
2022-07-14
ublk_drv: add io_uring based userspace block driver
Ming Lei
1
-0
/
+1530