index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-05-03
ublk: add timeout handler
Ming Lei
1
-0
/
+31
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-57
/
+76
2023-04-20
ublk: don't return 0 in case of any failure
Ming Lei
1
-0
/
+1
2023-04-18
block: ublk: switch to ioctl command encoding
Ming Lei
1
-13
/
+34
2023-04-06
block: ublk: make sure that block size is set correctly
Ming Lei
1
-1
/
+3
2023-04-05
ublk: read any SQE values upfront
Jens Axboe
1
-2
/
+20
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-14
/
+20
2023-04-02
block: ublk_drv: cleanup 'struct ublk_map_data'
Ming Lei
1
-15
/
+12
2023-04-02
block: ublk_drv: clean up several helpers
Ming Lei
1
-13
/
+5
2023-04-02
block: ublk_drv: add two helpers to clean up map/unmap request
Ming Lei
1
-5
/
+14
2023-04-02
block: ublk_drv: don't consider flush request in map/unmap io
Ming Lei
1
-7
/
+3
2023-04-02
block: ublk_drv: add common exit handling
Ming Lei
1
-6
/
+9
2023-03-20
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
1
-13
/
+18
2023-03-18
block: ublk_drv: mark device as LIVE before adding disk
Ming Lei
1
-1
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+0
2023-02-21
ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd
Ming Lei
1
-3
/
+0
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-103
/
+302
2023-02-13
block: ublk: check IO buffer based on flag need_get_data
Liu Xiaodong
1
-4
/
+9
2023-02-07
block: ublk: improve handling device deletion
Ming Lei
1
-4
/
+18
2023-02-07
ublk: pass NULL to blk_mq_alloc_disk() as queuedata
Ziyang Zhang
1
-1
/
+1
2023-02-07
ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()
Ziyang Zhang
1
-1
/
+1
2023-02-07
ublk: remove unnecessary NULL check in ublk_rq_has_data()
Ziyang Zhang
1
-1
/
+1
2023-01-31
ublk_drv: only allow owner to open unprivileged disk
Ming Lei
1
-12
/
+43
2023-01-31
block: ublk: extending queue_size to fix overflow
Liu Xiaodong
1
-1
/
+1
2023-01-29
ublk_drv: add mechanism for supporting unprivileged ublk device
Ming Lei
1
-6
/
+146
2023-01-29
ublk_drv: add module parameter of ublks_max for limiting max allowed ublk dev
Ming Lei
1
-0
/
+19
2023-01-29
ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT
Ming Lei
1
-1
/
+23
2023-01-29
ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd
Ming Lei
1
-89
/
+49
2023-01-29
ublk_drv: don't probe partitions if the ubq daemon isn't trusted
Ming Lei
1
-0
/
+9
2023-01-29
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-23
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-19
ublk_drv: use flexible-array member instead of zero-length array
Yushan Zhou
1
-1
/
+1
2022-09-23
ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
ZiyangZhang
1
-0
/
+116
2022-09-23
ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
ZiyangZhang
1
-4
/
+18
2022-09-23
ublk_drv: consider recovery feature in aborting mechanism
ZiyangZhang
1
-6
/
+110
2022-09-23
ublk_drv: requeue rqs with recovery feature enabled
ZiyangZhang
1
-5
/
+15
2022-09-23
ublk_drv: define macros for recovery feature and check them
ZiyangZhang
1
-1
/
+17
2022-09-23
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-02
ublk_drv: add support for UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-12
/
+94
[prev]
[next]