index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: add missing definition of pr_fmt
Yu Kuai
2022-08-03
1
-2
/
+4
*
null_blk: fix ida error handling in null_add_dev()
Dan Carpenter
2022-08-03
1
-3
/
+11
*
null_blk: add configfs variables for 2 options
Vincent Fu
2022-08-03
2
-19
/
+50
*
null_blk: add module parameters for 4 options
Vincent Fu
2022-08-03
1
-0
/
+20
*
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2022-08-03
2
-14
/
+7
*
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
2022-08-03
1
-1
/
+2
*
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
2022-08-03
1
-4
/
+3
*
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
2022-08-03
3
-5
/
+5
*
rnbd-clt: check capacity inside rnbd_clt_change_capacity
Guoqing Jiang
2022-08-03
1
-6
/
+7
*
rnbd-clt: adjust the layout of struct rnbd_clt_dev
Guoqing Jiang
2022-08-03
1
-2
/
+2
*
rnbd-clt: reduce the size of struct rnbd_clt_dev
Guoqing Jiang
2022-08-03
2
-74
/
+55
*
rnbd-clt: kill read_only from struct rnbd_clt_dev
Guoqing Jiang
2022-08-03
2
-7
/
+2
*
rnbd-clt: don't free rsp in msg_open_conf for map scenario
Guoqing Jiang
2022-08-03
1
-4
/
+14
*
rnbd-clt: open code send_msg_open in rnbd_clt_map_device
Guoqing Jiang
2022-08-03
1
-2
/
+41
*
block: null_blk: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-08-03
1
-4
/
+3
*
drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumes
Lars Ellenberg
2022-08-03
1
-7
/
+42
*
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
48
-393
/
+1717
|
\
|
*
ublk_drv: fix double shift bug
Dan Carpenter
2022-07-26
1
-2
/
+2
|
*
ublk_drv: make sure that correct flags(features) returned to userspace
Ming Lei
2022-07-22
1
-3
/
+14
|
*
ublk_drv: fix error handling of ublk_add_dev
Christoph Hellwig
2022-07-22
1
-52
/
+48
|
*
ublk_drv: fix lockdep warning
Ming Lei
2022-07-21
1
-2
/
+4
|
*
ublk: defer disk allocation
Christoph Hellwig
2022-07-21
1
-74
/
+53
|
*
ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumask
Christoph Hellwig
2022-07-21
1
-31
/
+24
|
*
ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
Christoph Hellwig
2022-07-21
1
-20
/
+8
|
*
ublk: cleanup ublk_ctrl_uring_cmd
Christoph Hellwig
2022-07-21
1
-118
/
+116
|
*
ublk: simplify ublk_ch_open and ublk_ch_release
Christoph Hellwig
2022-07-21
1
-10
/
+7
|
*
ublk: remove the empty open and release block device operations
Christoph Hellwig
2022-07-21
1
-11
/
+0
|
*
ublk: remove UBLK_IO_F_PREFLUSH
Christoph Hellwig
2022-07-21
1
-3
/
+0
|
*
ublk_drv: fix an IS_ERR() vs NULL check
Dan Carpenter
2022-07-18
1
-2
/
+2
|
*
ublk: remove UBLK_IO_F_INTEGRITY
Christoph Hellwig
2022-07-18
1
-3
/
+0
|
*
ublk_drv: remove unneeded semicolon
Yang Li
2022-07-18
1
-2
/
+2
|
*
ublk_drv: fix missing error return code in ublk_add_dev()
Yang Yingliang
2022-07-18
1
-1
/
+3
|
*
ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warning
Ming Lei
2022-07-16
1
-4
/
+2
|
*
block/zram: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
1
-1
/
+1
|
*
xen-blkback: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
1
-3
/
+3
|
*
block/rnbd: Use blk_opf_t where appropriate
Bart Van Assche
2022-07-14
1
-3
/
+4
|
*
block/floppy: Fix a sparse warning
Bart Van Assche
2022-07-14
1
-1
/
+1
|
*
block/drbd: Combine two drbd_submit_peer_request() arguments
Bart Van Assche
2022-07-14
3
-11
/
+9
|
*
block/drbd: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
4
-13
/
+15
|
*
block/brd: Use the enum req_op type
Bart Van Assche
2022-07-14
1
-1
/
+1
|
*
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
2022-07-14
1
-0
/
+2
|
*
block: Change the type of the last .rw_page() argument
Bart Van Assche
2022-07-14
2
-2
/
+2
|
*
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
2022-07-14
4
-15
/
+12
|
*
rnbd-srv: remove the name field from struct rnbd_dev
Christoph Hellwig
2022-07-14
5
-12
/
+7
|
*
pktcdvd: stop using bdevname in pkt_new_dev
Christoph Hellwig
2022-07-14
1
-4
/
+2
|
*
pktcdvd: stop using bdevname in pkt_seq_show
Christoph Hellwig
2022-07-14
1
-3
/
+1
|
*
drbd: stop using bdevname in drbd_report_io_error
Christoph Hellwig
2022-07-14
1
-4
/
+2
|
*
ublk_drv: fix request queue leak
Ming Lei
2022-07-14
1
-6
/
+15
|
*
ublk_drv: support to complete io command via task_work_add
Ming Lei
2022-07-14
1
-8
/
+67
|
*
ublk_drv: add io_uring based userspace block driver
Ming Lei
2022-07-14
3
-0
/
+1541
[next]