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.13.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
2024-02-29
ublk: add UBLK_CMD_DEL_DEV_ASYNC
Ming Lei
1
-3
/
+6
2024-02-29
ublk: improve getting & putting ublk device
Ming Lei
1
-5
/
+7
2024-02-20
ublk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-49
/
+41
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-01-12
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-12-20
block: simplify disk_set_zoned
Christoph Hellwig
1
-1
/
+1
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-1
/
+1
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
1
-1
/
+1
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
1
-5
/
+2
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
1
-4
/
+2
2023-10-19
block: ublk_drv: Remove unused function
Jiapeng Chong
1
-9
/
+0
2023-10-17
ublk: simplify aborting request
Ming Lei
1
-30
/
+11
2023-10-17
ublk: replace monitor with cancelable uring_cmd
Ming Lei
1
-89
/
+119
2023-10-17
ublk: quiesce request queue when aborting queue
Ming Lei
1
-9
/
+50
2023-10-17
ublk: rename mm_lock as lock
Ming Lei
1
-4
/
+4
2023-10-17
ublk: move ublk_cancel_dev() out of ub->mutex
Ming Lei
1
-17
/
+23
2023-10-17
ublk: make sure io cmd handled in submitter task context
Ming Lei
1
-1
/
+21
2023-10-17
ublk: don't get ublk device reference in ublk_abort_queue()
Ming Lei
1
-4
/
+0
2023-10-17
ublk: Make ublks_max configurable
Mike Christie
1
-1
/
+16
2023-10-17
ublk: Limit dev_id/ub_number values
Mike Christie
1
-1
/
+9
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-28
/
+338
2023-08-21
ublk: zoned: support REQ_OP_ZONE_RESET_ALL
Ming Lei
1
-2
/
+5
2023-08-15
ublk: Switch to memdup_user_nul() helper
Ruan Jinjie
1
-8
/
+3
2023-08-11
ublk: fix 'warn: variable dereferenced before check 'req'' from Smatch
Ming Lei
1
-1
/
+3
2023-08-10
ublk: Fix signedness bug returning warning
Li Zetao
1
-2
/
+2
2023-08-09
ublk: enable zoned storage support
Andreas Hindborg
1
-15
/
+316
2023-08-09
ublk: move check for empty address field on command submission
Andreas Hindborg
1
-5
/
+9
2023-08-09
ublk: add helper to check if device supports user copy
Andreas Hindborg
1
-1
/
+6
2023-07-27
ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV
Ming Lei
1
-2
/
+2
2023-07-27
ublk: fail to recover device if queue setup is interrupted
Ming Lei
1
-1
/
+3
2023-07-27
ublk: fail to start device if queue setup is interrupted
Ming Lei
1
-1
/
+2
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-129
/
+369
2023-06-21
ublk: make ublk_chr_class a static const structure
Ivan Orlov
1
-7
/
+8
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-2
/
+2
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
1
-0
/
+21
2023-05-21
ublk: fix build warning on iov_iter_get_pages2
Ming Lei
1
-1
/
+2
2023-05-20
ublk: support user copy
Ming Lei
1
-11
/
+47
2023-05-20
ublk: add read()/write() support for ublk char device
Ming Lei
1
-0
/
+151
2023-05-20
ublk: support to copy any part of request pages
Ming Lei
1
-7
/
+24
2023-05-20
ublk: grab request reference when the request is handled by userspace
Ming Lei
1
-3
/
+64
2023-05-20
ublk: cleanup ublk_copy_user_pages
Ming Lei
1
-63
/
+49
2023-05-20
ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
Ming Lei
1
-9
/
+11
2023-05-20
ublk: kill queuing request by task_work_add
Ming Lei
1
-38
/
+2
2023-05-18
ublk: fix AB-BA lockdep warning
Ming Lei
1
-2
/
+7
2023-05-12
ublk: fix command op code check
Ming Lei
1
-1
/
+1
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
1
-20
/
+20
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+31
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
1
-13
/
+13
[next]