index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2025-08-15
ublk: use vmalloc for ublk_device's __queues
Caleb Sander Mateos
1
-2
/
+2
2025-07-17
ublk: sanity check add_dev input for underflow
Ronnie Sahlberg
1
-1
/
+2
2025-06-27
ublk: santizize the arguments from userspace when adding a device
Ronnie Sahlberg
1
-0
/
+3
2025-05-29
ublk: complete command synchronously on error
Caleb Sander Mateos
1
-5
/
+6
2025-05-29
ublk: enforce ublks_max only for unprivileged devices
Uday Shankar
1
-15
/
+27
2025-04-20
ublk: fix handling recovery & reissue in ublk_abort_queue()
Ming Lei
1
-4
/
+26
2025-04-20
ublk: refactor recovery configuration flag helpers
Uday Shankar
1
-20
/
+42
2025-04-10
ublk: make sure ubq->canceling is set when queue is frozen
Ming Lei
1
-10
/
+29
2025-03-13
ublk: set_params: properly check if parameters can be applied
Uday Shankar
1
-2
/
+5
2025-01-02
ublk: detach gendisk from ublk device if add_disk() fails
Ming Lei
1
-9
/
+17
2024-12-05
ublk: fix error code for unsupported command
Ming Lei
1
-1
/
+1
2024-12-05
ublk: fix ublk_ch_mmap() for 64K page size
Ming Lei
1
-3
/
+12
2024-10-16
ublk: don't allow user copy for unprivileged device
Ming Lei
1
-1
/
+10
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-16
/
+46
2024-09-04
ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
Li Nan
1
-0
/
+2
2024-08-12
ublk: move zone report data out of request pdu
Ming Lei
1
-16
/
+46
2024-07-24
ublk: fix UBLK_CMD_DEL_DEV_ASYNC handling
Ming Lei
1
-1
/
+4
2024-07-10
ublk_drv: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
1
-1
/
+1
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-3
/
+1
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-6
/
+3
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-2
/
+6
2024-05-13
ublk_drv: set DMA alignment mask to 3
Jens Axboe
1
-0
/
+1
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+2
2024-04-30
ublk: remove segment count and size limits
Uday Shankar
1
-1
/
+2
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-1
/
+1
2024-04-17
ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
1
-2
/
+1
2024-02-28
ublk: add UBLK_CMD_DEL_DEV_ASYNC
Ming Lei
1
-3
/
+6
2024-02-28
ublk: improve getting & putting ublk device
Ming Lei
1
-5
/
+7
2024-02-19
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-11
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-12-19
block: simplify disk_set_zoned
Christoph Hellwig
1
-1
/
+1
2023-12-19
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
[next]