summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk
AgeCommit message (Expand)AuthorFilesLines
2023-11-20block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou1-12/+13
2023-10-04null_blk: replace strncpy with strscpyJustin Stitt1-1/+1
2023-09-22block/null_blk: add queue_rqs() supportChengming Zhou1-0/+20
2023-09-01null_blk: fix poll request timeout handlingChengming Zhou1-2/+10
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-11/+5
2023-07-06scsi: block: nullblk: Set zone limits before revalidating zonesDamien Le Moal1-11/+5
2023-06-06null_blk: Fix: memory release when memory_backed=1Nitesh Shetty1-0/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds3-49/+95
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni1-1/+0
2023-04-19null_blk: Always check queue mode setting from configfsChaitanya Kulkarni1-0/+5
2023-04-13block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita3-23/+79
2023-04-02null_blk: use kmap_local_page() and kunmap_local()Chaitanya Kulkarni1-4/+4
2023-04-02null_blk: use non-deprecated lib functionsChaitanya Kulkarni1-22/+7
2023-03-15block: null_blk: cleanup null_queue_rq()Damien Le Moal1-15/+14
2023-03-15block: null_blk: Fix handling of fake timeout requestDamien Le Moal1-3/+3
2023-01-30block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-2/+1
2022-12-02null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki3-4/+121
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2022-08-22null_blk: Modify the behavior of null_map_queues()Bart Van Assche1-1/+3
2022-08-03null_blk: fix ida error handling in null_add_dev()Dan Carpenter1-3/+11
2022-08-03null_blk: add configfs variables for 2 optionsVincent Fu2-19/+50
2022-08-03null_blk: add module parameters for 4 optionsVincent Fu1-0/+20
2022-08-03block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+3
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche4-15/+12
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-1/+1
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-02block: null_blk: Fix null_zone_write()Damien Le Moal3-9/+10
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal1-1/+27
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal2-2/+10
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal1-18/+30
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal1-4/+6
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-04-26null-blk: save memory footprint for struct nullb_cmdYu Kuai1-3/+5
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-04-14block: null_blk: end timed out poll requestMing Lei1-1/+1
2022-02-28null_blk: null_alloc_page() cleanupChaitanya Kulkarni1-7/+5
2022-02-28null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni1-4/+4
2022-02-28null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni1-17/+12
2022-02-28null_blk: fix return value from null_add_dev()Chaitanya Kulkarni1-2/+3
2021-12-24block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei1-1/+1
2021-12-11null_blk: cast command status to integerJens Axboe1-1/+1
2021-12-03block: null_blk: batched complete poll requestsMing Lei1-1/+3
2021-12-03null_blk: allow zero poll queuesMing Lei1-4/+2
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0