summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk
Commit message (Expand)AuthorAgeFilesLines
* 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: simplify disk_set_zonedChristoph Hellwig2023-12-191-1/+1
* block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-1/+1
* 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
* Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-111-11/+5
|\
| * scsi: block: nullblk: Set zone limits before revalidating zonesDamien Le Moal2023-07-051-11/+5
* | 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-263-49/+95
|\|
| * 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-133-23/+79
| * 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-013-4/+121
* 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-022-19/+50
* 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-144-15/+12
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-1/+1
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-1/+1
* block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
* 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-023-9/+10
* block: null_blk: Improve device creation with configfsDamien Le Moal2022-05-041-1/+27
* block: null_blk: Cleanup messagesDamien Le Moal2022-05-042-2/+10
* block: null_blk: Cleanup device creation and deletionDamien Le Moal2022-05-041-18/+30
* block: null_blk: Fix code style issuesDamien Le Moal2022-05-041-4/+6
* null_blk: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* null-blk: save memory footprint for struct nullb_cmdYu Kuai2022-04-251-3/+5
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
* block: null_blk: end timed out poll requestMing Lei2022-04-141-1/+1
* null_blk: null_alloc_page() cleanupChaitanya Kulkarni2022-02-271-7/+5
* null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni2022-02-271-4/+4
* null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni2022-02-271-17/+12
* null_blk: fix return value from null_add_dev()Chaitanya Kulkarni2022-02-271-2/+3
* block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei2021-12-231-1/+1