summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk/main.c
Commit message (Expand)AuthorAgeFilesLines
* null_blk: Fix description of the fua parameterDamien Le Moal2024-08-031-1/+1
* null_blk: fix validation of block sizeAndreas Hindborg2024-06-051-2/+2
* null_blk: Fix return value of nullb_device_power_store()Damien Le Moal2024-05-271-0/+1
* null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai2024-05-231-14/+26
* null_blk: Fix two sparse warningsBart Van Assche2024-05-131-1/+1
* Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-13/+30
|\
| * null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun2024-05-061-0/+1
| * null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun2024-04-251-0/+2
| * null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal2024-04-171-10/+8
| * null_blk: Introduce fua attributeDamien Le Moal2024-04-171-2/+10
| * null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal2024-04-171-1/+9
* | nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
|/
* null_blk: Delete nullb.{queue_depth, nr_queues}John Garry2024-02-221-11/+0
* null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-21/+20
* null_blk: remove null_gendisk_registerChristoph Hellwig2024-02-201-25/+16
* null_blk: refactor tag_set setupChristoph Hellwig2024-02-201-55/+51
* null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig2024-02-201-1/+1
* null_blk: remove the bio based I/O pathChristoph Hellwig2024-02-201-301/+64
* block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+4
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki2024-02-081-18/+20
* null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-141-2/+2
* null_blk: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-10/+2
* block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou2023-11-201-12/+13
* null_blk: replace strncpy with strscpyJustin Stitt2023-10-031-1/+1
* block/null_blk: add queue_rqs() supportChengming Zhou2023-09-221-0/+20
* null_blk: fix poll request timeout handlingChengming Zhou2023-09-011-2/+10
* null_blk: Fix: memory release when memory_backed=1Nitesh Shetty2023-06-051-0/+1
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-1/+0
|\
| * block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-47/+88
|\|
| * null_blk: Always check queue mode setting from configfsChaitanya Kulkarni2023-04-181-0/+5
| * block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita2023-04-131-21/+72
| * null_blk: use kmap_local_page() and kunmap_local()Chaitanya Kulkarni2023-04-011-4/+4
| * null_blk: use non-deprecated lib functionsChaitanya Kulkarni2023-04-011-22/+7
* | block: null_blk: cleanup null_queue_rq()Damien Le Moal2023-03-151-15/+14
* | block: null_blk: Fix handling of fake timeout requestDamien Le Moal2023-03-151-3/+3
|/
* block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch2023-01-291-2/+1
* null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki2022-12-011-1/+21
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+1
* null_blk: Modify the behavior of null_map_queues()Bart Van Assche2022-08-221-1/+3
* null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-021-3/+11
* null_blk: add configfs variables for 2 optionsVincent Fu2022-08-021-19/+48
* null_blk: add module parameters for 4 optionsVincent Fu2022-08-021-0/+20
* block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-08-021-4/+3
* treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-5/+4
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* block: null_blk: Fix null_zone_write()Damien Le Moal2022-06-021-6/+0