index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
1
-2
/
+2
*
nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
1
-8
/
+8
*
nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
1
-9
/
+9
*
nvmet: allow bdev in buffered_io mode
Chaitanya Kulkarni
2022-02-28
1
-0
/
+8
*
nvmet: use i_size_read() to set size for file-ns
Chaitanya Kulkarni
2022-02-28
2
-14
/
+5
*
nvme-fabrics: remove unnecessary braces for case
Chaitanya Kulkarni
2022-02-28
1
-1
/
+1
*
nvme-fabrics: use consistent zeroout pattern
Chaitanya Kulkarni
2022-02-28
1
-2
/
+1
*
nvme-fabrics: use unsigned int type
Chaitanya Kulkarni
2022-02-28
1
-1
/
+1
*
nvme-fabrics: use unsigned int type
Chaitanya Kulkarni
2022-02-28
1
-1
/
+1
*
nvme-core: remove unnecessary function parameter
Chaitanya Kulkarni
2022-02-28
1
-5
/
+3
*
nvme-core: remove unnecessary semicolon
Chaitanya Kulkarni
2022-02-28
1
-1
/
+1
*
null_blk: null_alloc_page() cleanup
Chaitanya Kulkarni
2022-02-27
1
-7
/
+5
*
null_blk: remove hardcoded null_alloc_page() param
Chaitanya Kulkarni
2022-02-27
1
-4
/
+4
*
null_blk: remove hardcoded alloc_cmd() parameter
Chaitanya Kulkarni
2022-02-27
1
-17
/
+12
*
loop: allow user to set the queue depth
Chaitanya Kulkarni
2022-02-27
1
-1
/
+20
*
loop: remove extra variable in lo_req_flush
Chaitanya Kulkarni
2022-02-27
1
-2
/
+1
*
loop: remove extra variable in lo_fallocate()
Chaitanya Kulkarni
2022-02-27
1
-2
/
+1
*
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
2022-02-27
1
-5
/
+5
*
null_blk: fix return value from null_add_dev()
Chaitanya Kulkarni
2022-02-27
1
-2
/
+3
*
loop: clean up grammar in warning message
Colin Ian King
2022-02-27
1
-2
/
+2
*
block/rnbd: Remove a useless mutex
Christophe JAILLET
2022-02-27
1
-8
/
+3
*
block/rnbd: client device does not care queue/rotational
Gioh Kim
2022-02-27
4
-9
/
+8
*
block/rnbd-clt: fix CHECK:BRACES warning
Gioh Kim
2022-02-27
1
-2
/
+2
*
virtio_blk: simplify refcounting
Christoph Hellwig
2022-02-17
1
-52
/
+14
*
memstick/mspro_block: simplify refcounting
Christoph Hellwig
2022-02-17
1
-42
/
+7
*
memstick/mspro_block: fix handling of read-only devices
Christoph Hellwig
2022-02-17
1
-6
/
+4
*
memstick/ms_block: simplify refcounting
Christoph Hellwig
2022-02-17
2
-50
/
+15
*
dm: remove dm_dispatch_clone_request
Christoph Hellwig
2022-02-17
1
-13
/
+9
*
dm: remove useless code from dm_dispatch_clone_request
Christoph Hellwig
2022-02-17
1
-4
/
+0
*
blk-mq: remove the request_queue argument to blk_insert_cloned_request
Christoph Hellwig
2022-02-17
1
-1
/
+1
*
blk-mq: make the blk-mq stacking code optional
Christoph Hellwig
2022-02-17
1
-0
/
+1
*
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
14
-54
/
+53
*
block: initialize the target bio in __bio_clone_fast
Christoph Hellwig
2022-02-04
2
-2
/
+0
*
dm: use bio_clone_fast in alloc_io/alloc_tio
Christoph Hellwig
2022-02-04
1
-9
/
+3
*
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
2022-02-04
3
-29
/
+8
*
dm-cache: remove __remap_to_origin_clear_discard
Christoph Hellwig
2022-02-04
1
-16
/
+8
*
dm: simplify the single bio fast path in __send_duplicate_bios
Christoph Hellwig
2022-02-04
1
-12
/
+14
*
dm: retun the clone bio from alloc_tio
Christoph Hellwig
2022-02-04
1
-20
/
+19
*
dm: pass the bio instead of tio to __map_bio
Christoph Hellwig
2022-02-04
1
-6
/
+4
*
dm: move cloning the bio into alloc_tio
Christoph Hellwig
2022-02-04
1
-12
/
+10
*
dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
Christoph Hellwig
2022-02-04
1
-16
/
+11
*
dm: fold clone_bio into __clone_and_map_data_bio
Christoph Hellwig
2022-02-04
1
-26
/
+17
*
dm: add a clone_to_tio helper
Christoph Hellwig
2022-02-04
1
-19
/
+15
*
drbd: set ->bi_bdev in drbd_req_new
Christoph Hellwig
2022-02-04
1
-2
/
+1
*
scsi: use BLK_STS_OFFLINE for not fully online devices
Song Liu
2022-02-04
1
-1
/
+1
*
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
7
-34
/
+20
*
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
17
-43
/
+32
*
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
13
-68
/
+52
*
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2022-02-02
13
-52
/
+44
*
block: pass a block_device and opf to blk_next_bio
Chaitanya Kulkarni
2022-02-02
1
-3
/
+3
[next]