summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+27
|\
| * null_blk: force complete for timeout requestDongli Zhang2020-05-291-1/+1
| * null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche2020-05-191-0/+26
* | null_blk: don't allow discard for zoned modeChaitanya Kulkarni2020-05-211-0/+7
|/
* null_blk: Cleanup zoned device initializationDamien Le Moal2020-04-231-20/+7
* null_blk: Fix zoned command handlingDamien Le Moal2020-04-231-11/+24
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+9
|\
| * null_blk: describe the usage of fault injection paramDongli Zhang2020-03-121-0/+7
| * null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan2020-03-121-0/+2
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* | null_blk: use blk_mq_init_queue_dataChristoph Hellwig2020-03-271-22/+1
|/
* null_blk: Add support for init_hctx() fault injectionBart Van Assche2020-03-101-0/+11
* null_blk: Handle null_add_dev() failures properlyBart Van Assche2020-03-101-1/+6
* null_blk: Fix the null_add_dev() error pathBart Van Assche2020-03-101-0/+1
* null_blk: Fix changing the number of hardware queuesBart Van Assche2020-03-101-37/+66
* null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche2020-03-101-1/+1
* null_blk: remove unused fields in 'nullb_cmd'Dongli Zhang2020-02-251-2/+0
* drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton2020-02-041-1/+1
* drivers/block/null_blk_main.c: fix layoutAndrew Morton2020-02-041-28/+28
* 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