index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: null_blk: Fix null_zone_write()
Damien Le Moal
2022-06-02
3
-9
/
+10
*
block: null_blk: Improve device creation with configfs
Damien Le Moal
2022-05-04
1
-1
/
+27
*
block: null_blk: Cleanup messages
Damien Le Moal
2022-05-04
2
-2
/
+10
*
block: null_blk: Cleanup device creation and deletion
Damien Le Moal
2022-05-04
1
-18
/
+30
*
block: null_blk: Fix code style issues
Damien Le Moal
2022-05-04
1
-4
/
+6
*
null_blk: don't set the discard_alignment queue limit
Christoph Hellwig
2022-05-03
1
-1
/
+0
*
null-blk: save memory footprint for struct nullb_cmd
Yu Kuai
2022-04-25
1
-3
/
+5
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+0
*
block: null_blk: end timed out poll request
Ming Lei
2022-04-14
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
*
null_blk: fix return value from null_add_dev()
Chaitanya Kulkarni
2022-02-27
1
-2
/
+3
*
block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0
Ming Lei
2021-12-23
1
-1
/
+1
*
null_blk: cast command status to integer
Jens Axboe
2021-12-10
1
-1
/
+1
*
block: null_blk: batched complete poll requests
Ming Lei
2021-12-03
1
-1
/
+3
*
null_blk: allow zero poll queues
Ming Lei
2021-12-02
1
-4
/
+2
*
block: remove the ->rq_disk field in struct request
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
1
-1
/
+0
*
null_blk: don't suppress partitioning information
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
null_blk: Fix handling of submit_queues and poll_queues attributes
Shin'ichiro Kawasaki
2021-10-29
2
-17
/
+87
*
null_blk: poll queue support
Jens Axboe
2021-10-18
2
-4
/
+108
*
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-2
/
+1
*
null_blk: add error handling support for add_disk()
Luis Chamberlain
2021-08-23
1
-2
/
+1
*
block: move some macros to blkdev.h
Guoqing Jiang
2021-08-11
1
-4
/
+0
*
null_blk: remove an unused variable assignment in null_add_dev
Christoph Hellwig
2021-06-30
1
-1
/
+0
*
nullb: use blk_mq_alloc_disk
Christoph Hellwig
2021-06-11
1
-6
/
+5
*
null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk call
Colin Ian King
2021-06-03
1
-1
/
+1
*
null_blk: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-06-01
1
-19
/
+19
*
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
3
-1
/
+13
|
\
|
*
drivers/block/null_blk/main: Fix a double free in null_init.
Lv Yunlong
2021-04-26
1
-0
/
+1
|
*
null_blk: add option for managing virtual boundary
Max Gurtovoy
2021-04-12
2
-1
/
+12
*
|
null_blk: fix command timeout completion handling
Damien Le Moal
2021-04-01
2
-5
/
+22
|
/
*
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
2
-5
/
+5
|
\
|
*
nullb: use blk_queue_set_zoned() to setup zoned devices
Damien Le Moal
2021-02-10
1
-4
/
+4
|
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-1
/
+1
*
|
null_blk: cleanup zoned mode initialization
Damien Le Moal
2021-01-29
1
-7
/
+9
|
/
*
null_blk: Move driver into its own directory
Damien Le Moal
2020-12-07
7
-0
/
+2993