- d3a5738 null_blk: support read-only and offline zone conditions by Shin'ichiro Kawasaki · 2 years, 3 months ago
- a4e1d0b block: Change the return type of blk_mq_map_queues() into void by Bart Van Assche · 2 years, 7 months ago
- 10b41ea null_blk: Modify the behavior of null_map_queues() by Bart Van Assche · 2 years, 7 months ago
- ee452a8 null_blk: fix ida error handling in null_add_dev() by Dan Carpenter · 2 years, 8 months ago
- 7012eef null_blk: add configfs variables for 2 options by Vincent Fu · 2 years, 8 months ago
- 058efe0 null_blk: add module parameters for 4 options by Vincent Fu · 2 years, 8 months ago
- eb25ad8 block: null_blk: Use the bitmap API to allocate bitmaps by Christophe JAILLET · 2 years, 8 months ago
- ff07a02 treewide: Rename enum req_opf into enum req_op by Bart Van Assche · 2 years, 8 months ago
- d86e716 block: move zone related fields to struct gendisk by Christoph Hellwig · 2 years, 8 months ago
- b623e34 block: replace blkdev_nr_zones with bdev_nr_zones by Christoph Hellwig · 2 years, 8 months ago
- 982977d block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones by Christoph Hellwig · 2 years, 8 months ago
- 6b2bd27 block: pass a gendisk to blk_queue_set_zoned by Christoph Hellwig · 2 years, 8 months ago
- 9bdb483 blk-mq: Drop blk_mq_ops.timeout 'reserved' arg by John Garry · 2 years, 8 months ago
- 8b9ab62 block: remove blk_cleanup_disk by Christoph Hellwig · 2 years, 9 months ago
- aacae8c block: null_blk: Fix null_zone_write() by Damien Le Moal · 2 years, 9 months ago
- 49c3b92 block: null_blk: Improve device creation with configfs by Damien Le Moal · 2 years, 11 months ago
- db060f5 block: null_blk: Cleanup messages by Damien Le Moal · 2 years, 11 months ago
- b3a0a73 block: null_blk: Cleanup device creation and deletion by Damien Le Moal · 2 years, 11 months ago
- 525323d block: null_blk: Fix code style issues by Damien Le Moal · 2 years, 11 months ago
- fb749a8 null_blk: don't set the discard_alignment queue limit by Christoph Hellwig · 2 years, 11 months ago
- 8ba816b23 null-blk: save memory footprint for struct nullb_cmd by Yu Kuai · 2 years, 11 months ago
- 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 11 months ago
- 3e3876d block: null_blk: end timed out poll request by Ming Lei · 2 years, 11 months ago
- df00b1d null_blk: null_alloc_page() cleanup by Chaitanya Kulkarni · 3 years, 1 month ago
- c90b6b5 null_blk: remove hardcoded null_alloc_page() param by Chaitanya Kulkarni · 3 years, 1 month ago
- 3d3472f null_blk: remove hardcoded alloc_cmd() parameter by Chaitanya Kulkarni · 3 years, 1 month ago
- a75110c null_blk: fix return value from null_add_dev() by Chaitanya Kulkarni · 3 years, 1 month ago
- 19768f8 block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0 by Ming Lei · 3 years, 3 months ago
- c5eafd7 null_blk: cast command status to integer by Jens Axboe · 3 years, 3 months ago
- 2385ebf block: null_blk: batched complete poll requests by Ming Lei · 3 years, 3 months ago
- 2bfdbe8 null_blk: allow zero poll queues by Ming Lei · 3 years, 3 months ago
- f3fa33a block: remove the ->rq_disk field in struct request by Christoph Hellwig · 3 years, 4 months ago
- 1ebe2e5 block: remove GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 4 months ago
- 94b49c3 null_blk: don't suppress partitioning information by Christoph Hellwig · 3 years, 4 months ago
- 15dfc66 null_blk: Fix handling of submit_queues and poll_queues attributes by Shin'ichiro Kawasaki · 3 years, 4 months ago
- 0a593fb null_blk: poll queue support by Jens Axboe · 3 years, 11 months ago
- 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 5 months ago
- 10e7123 null_blk: add error handling support for add_disk() by Luis Chamberlain · 3 years, 7 months ago
- 018eca4 block: move some macros to blkdev.h by Guoqing Jiang · 3 years, 8 months ago
- 2f43dbf null_blk: remove an unused variable assignment in null_add_dev by Christoph Hellwig · 3 years, 9 months ago
- 6759b1a nullb: use blk_mq_alloc_disk by Christoph Hellwig · 3 years, 9 months ago
- 90bf3e2 null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk call by Colin Ian King · 3 years, 9 months ago
- 132226b null_blk: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 10 months ago
- fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
- 72ce11d drivers/block/null_blk/main: Fix a double free in null_init. by Lv Yunlong · 3 years, 11 months ago
- cee1b21 null_blk: add option for managing virtual boundary by Max Gurtovoy · 4 years ago
- de3510e null_blk: fix command timeout completion handling by Damien Le Moal · 4 years ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 5752dc7 nullb: use blk_queue_set_zoned() to setup zoned devices by Damien Le Moal · 4 years, 1 month ago
- cd92cdb null_blk: cleanup zoned mode initialization by Damien Le Moal · 4 years, 1 month ago
- 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years, 2 months ago
- eebf34a null_blk: Move driver into its own directory by Damien Le Moal · 4 years, 4 months ago