aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04null_blk: remove unused variable warning on !CONFIG_BLK_DEV_ZONEDJens Axboe1-2/+1
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig1-1/+2
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-3/+9
2019-12-03null_blk: cleanup null_gendisk_registerChristoph Hellwig1-6/+5
2019-12-03null_blk: fix zone size paramter checkDamien Le Moal1-7/+12
2019-11-12null_blk: Add zone_nr_conv to featuresDamien Le Moal1-1/+1
2019-11-12null_blk: clean up report zonesChristoph Hellwig1-1/+1
2019-11-12null_blk: clean up the block device operationsChristoph Hellwig1-15/+4
2019-10-17null_blk: return fixed zoned reads > write pointerAjay Joshi1-1/+25
2019-10-07null_blk: Enable modifying 'submit_queues' after an instance has been configuredBart Van Assche1-25/+50
2019-10-07null_blk: Improve nullb_device_##NAME##_store() readabilityBart Van Assche1-3/+4
2019-09-16null_blk: format pr_* logs with pr_fmtAndré Almeida1-8/+8
2019-09-16null_blk: match the type of parameter nr_devicesAndré Almeida1-1/+1
2019-09-16null_blk: do not fail the module load with zero devicesAndré Almeida1-4/+0
2019-09-11null_blk: validate the number of devicesAndré Almeida1-1/+5
2019-09-11null_blk: fix module name at log messageAndré Almeida1-2/+2
2019-09-05block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal1-0/+2
2019-08-23null_blk: create a helper for req completionChaitanya Kulkarni1-22/+27
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni1-8/+3
2019-08-23null_blk: create a helper for mem-backed opsChaitanya Kulkarni1-9/+16
2019-08-23null_blk: create a helper for badblocksChaitanya Kulkarni1-7/+17
2019-08-23null_blk: create a helper for throttlingChaitanya Kulkarni1-14/+25
2019-08-23null_blk: move duplicate code to callersChaitanya Kulkarni1-45/+21
2019-08-04null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni1-0/+3
2019-06-29null_blk: fix type mismatch null_handle_cmd()Chaitanya Kulkarni1-1/+1
2019-06-20null_blk: remove duplicate 0 initializationChaitanya Kulkarni1-1/+0
2019-06-15block: null_blk: fix race condition for null_del_devBob Liu1-5/+6
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-06null_blk: prevent crash from bad home_node valueJohn Pittman1-0/+5
2019-02-28null_blk: fix checking for REQ_FUAHeinz Mauelshagen1-1/+1
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe1-1/+0
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-2/+1
2018-11-10null_blk: remove unused nullb deviceJens Axboe1-2/+0
2018-11-10nullb: remove leftover legacy request codeChristoph Hellwig1-6/+3
2018-11-07null_blk: Add conventional zone configuration for zoned supportMasato Suzuki1-0/+7
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+7
2018-10-25block: add a report_zones methodChristoph Hellwig1-22/+1
2018-10-15null_blk: remove set but not used variable 'q'YueHaibing1-4/+0
2018-10-14null_blk: remove legacy IO pathJens Axboe1-101/+6
2018-09-12null_blk: fix zoned support for non-rq based operationJens Axboe1-7/+38
2018-08-09null_blk: add lock drop/acquire annotationJens Axboe1-1/+3
2018-07-24block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche1-0/+1926