index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
Li Nan
2024-09-04
1
-0
/
+2
*
ublk: fix UBLK_CMD_DEL_DEV_ASYNC handling
Ming Lei
2024-07-24
1
-1
/
+4
*
ublk_drv: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-07-10
1
-0
/
+1
*
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
2024-07-05
1
-1
/
+1
*
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
2024-06-19
1
-3
/
+1
*
block: move the zoned flag into the features field
Christoph Hellwig
2024-06-19
1
-1
/
+1
*
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
1
-6
/
+3
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
1
-2
/
+6
*
ublk_drv: set DMA alignment mask to 3
Jens Axboe
2024-05-14
1
-0
/
+1
*
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
1
-3
/
+2
|
\
|
*
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
1
-1
/
+1
|
*
ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
2024-04-17
1
-2
/
+1
*
|
ublk: remove segment count and size limits
Uday Shankar
2024-04-30
1
-1
/
+2
|
/
*
ublk: add UBLK_CMD_DEL_DEV_ASYNC
Ming Lei
2024-02-29
1
-3
/
+6
*
ublk: improve getting & putting ublk device
Ming Lei
2024-02-29
1
-5
/
+7
*
ublk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-20
1
-49
/
+41
*
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
1
-1
/
+1
*
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-1
/
+1
|
\
|
*
io_uring: split out cmd api into a separate header
Pavel Begunkov
2023-12-12
1
-1
/
+1
*
|
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2024-01-11
1
-1
/
+1
|
\
\
|
*
|
block: simplify disk_set_zoned
Christoph Hellwig
2023-12-20
1
-1
/
+1
|
*
|
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-20
1
-1
/
+1
|
|
/
*
|
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
2023-12-05
1
-5
/
+2
*
|
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
2023-12-05
1
-4
/
+2
|
/
*
block: ublk_drv: Remove unused function
Jiapeng Chong
2023-10-19
1
-9
/
+0
*
ublk: simplify aborting request
Ming Lei
2023-10-17
1
-30
/
+11
*
ublk: replace monitor with cancelable uring_cmd
Ming Lei
2023-10-17
1
-89
/
+119
*
ublk: quiesce request queue when aborting queue
Ming Lei
2023-10-17
1
-9
/
+50
*
ublk: rename mm_lock as lock
Ming Lei
2023-10-17
1
-4
/
+4
*
ublk: move ublk_cancel_dev() out of ub->mutex
Ming Lei
2023-10-17
1
-17
/
+23
*
ublk: make sure io cmd handled in submitter task context
Ming Lei
2023-10-17
1
-1
/
+21
*
ublk: don't get ublk device reference in ublk_abort_queue()
Ming Lei
2023-10-17
1
-4
/
+0
*
ublk: Make ublks_max configurable
Mike Christie
2023-10-17
1
-1
/
+16
*
ublk: Limit dev_id/ub_number values
Mike Christie
2023-10-17
1
-1
/
+9
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-30
1
-28
/
+338
|
\
|
*
ublk: zoned: support REQ_OP_ZONE_RESET_ALL
Ming Lei
2023-08-21
1
-2
/
+5
|
*
ublk: Switch to memdup_user_nul() helper
Ruan Jinjie
2023-08-15
1
-8
/
+3
|
*
ublk: fix 'warn: variable dereferenced before check 'req'' from Smatch
Ming Lei
2023-08-11
1
-1
/
+3
|
*
ublk: Fix signedness bug returning warning
Li Zetao
2023-08-10
1
-2
/
+2
|
*
ublk: enable zoned storage support
Andreas Hindborg
2023-08-08
1
-15
/
+316
|
*
ublk: move check for empty address field on command submission
Andreas Hindborg
2023-08-08
1
-5
/
+9
|
*
ublk: add helper to check if device supports user copy
Andreas Hindborg
2023-08-08
1
-1
/
+6
*
|
ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV
Ming Lei
2023-07-27
1
-2
/
+2
*
|
ublk: fail to recover device if queue setup is interrupted
Ming Lei
2023-07-27
1
-1
/
+3
*
|
ublk: fail to start device if queue setup is interrupted
Ming Lei
2023-07-27
1
-1
/
+2
|
/
*
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-129
/
+369
|
\
|
*
ublk: make ublk_chr_class a static const structure
Ivan Orlov
2023-06-21
1
-7
/
+8
|
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-1
/
+1
|
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-2
/
+2
|
*
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
2023-06-04
1
-0
/
+21
[next]