summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_main.c
Commit message (Expand)AuthorAgeFilesLines
* null_blk: remove unused variable warning on !CONFIG_BLK_DEV_ZONEDJens Axboe2019-12-041-2/+1
* block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig2019-12-031-1/+2
* block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-3/+9
* null_blk: cleanup null_gendisk_registerChristoph Hellwig2019-12-031-6/+5
* null_blk: fix zone size paramter checkDamien Le Moal2019-12-031-7/+12
* null_blk: Add zone_nr_conv to featuresDamien Le Moal2019-11-121-1/+1
* null_blk: clean up report zonesChristoph Hellwig2019-11-121-1/+1
* null_blk: clean up the block device operationsChristoph Hellwig2019-11-121-15/+4
* null_blk: return fixed zoned reads > write pointerAjay Joshi2019-10-171-1/+25
* null_blk: Enable modifying 'submit_queues' after an instance has been configuredBart Van Assche2019-10-071-25/+50
* null_blk: Improve nullb_device_##NAME##_store() readabilityBart Van Assche2019-10-071-3/+4
* null_blk: format pr_* logs with pr_fmtAndré Almeida2019-09-161-8/+8
* null_blk: match the type of parameter nr_devicesAndré Almeida2019-09-161-1/+1
* null_blk: do not fail the module load with zero devicesAndré Almeida2019-09-161-4/+0
* null_blk: validate the number of devicesAndré Almeida2019-09-111-1/+5
* null_blk: fix module name at log messageAndré Almeida2019-09-111-2/+2
* block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal2019-09-051-0/+2
* null_blk: create a helper for req completionChaitanya Kulkarni2019-08-231-22/+27
* null_blk: create a helper for zoned devicesChaitanya Kulkarni2019-08-231-8/+3
* null_blk: create a helper for mem-backed opsChaitanya Kulkarni2019-08-231-9/+16
* null_blk: create a helper for badblocksChaitanya Kulkarni2019-08-231-7/+17
* null_blk: create a helper for throttlingChaitanya Kulkarni2019-08-231-14/+25
* null_blk: move duplicate code to callersChaitanya Kulkarni2019-08-231-45/+21
* null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-041-0/+3
* null_blk: fix type mismatch null_handle_cmd()Chaitanya Kulkarni2019-06-291-1/+1
* null_blk: remove duplicate 0 initializationChaitanya Kulkarni2019-06-201-1/+0
* block: null_blk: fix race condition for null_del_devBob Liu2019-06-151-5/+6
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* null_blk: prevent crash from bad home_node valueJohn Pittman2019-04-061-0/+5
* null_blk: fix checking for REQ_FUAHeinz Mauelshagen2019-02-281-1/+1
* block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-1/+0
* block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-2/+1
* null_blk: remove unused nullb deviceJens Axboe2018-11-101-2/+0
* nullb: remove leftover legacy request codeChristoph Hellwig2018-11-101-6/+3
* null_blk: Add conventional zone configuration for zoned supportMasato Suzuki2018-11-071-0/+7
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+7
* block: add a report_zones methodChristoph Hellwig2018-10-251-22/+1
* null_blk: remove set but not used variable 'q'YueHaibing2018-10-151-4/+0
* null_blk: remove legacy IO pathJens Axboe2018-10-141-101/+6
* null_blk: fix zoned support for non-rq based operationJens Axboe2018-09-121-7/+38
* null_blk: add lock drop/acquire annotationJens Axboe2018-08-091-1/+3
* block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2018-07-241-0/+1926