aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_main.c
AgeCommit message (Expand)Author
2020-09-03null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-29null_blk: force complete for timeout requestDongli Zhang
2020-05-21null_blk: don't allow discard for zoned modeChaitanya Kulkarni
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche
2020-04-23null_blk: Cleanup zoned device initializationDamien Le Moal
2020-04-23null_blk: Fix zoned command handlingDamien Le Moal
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27null_blk: use blk_mq_init_queue_dataChristoph Hellwig
2020-03-12null_blk: describe the usage of fault injection paramDongli Zhang
2020-03-12null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan
2020-03-10null_blk: Add support for init_hctx() fault injectionBart Van Assche
2020-03-10null_blk: Handle null_add_dev() failures properlyBart Van Assche
2020-03-10null_blk: Fix the null_add_dev() error pathBart Van Assche
2020-03-10null_blk: Fix changing the number of hardware queuesBart Van Assche
2020-03-10null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche
2020-02-25null_blk: remove unused fields in 'nullb_cmd'Dongli Zhang
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton
2020-02-04drivers/block/null_blk_main.c: fix layoutAndrew Morton
2019-12-04null_blk: remove unused variable warning on !CONFIG_BLK_DEV_ZONEDJens Axboe
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig
2019-12-03null_blk: cleanup null_gendisk_registerChristoph Hellwig
2019-12-03null_blk: fix zone size paramter checkDamien Le Moal
2019-11-12null_blk: Add zone_nr_conv to featuresDamien Le Moal
2019-11-12null_blk: clean up report zonesChristoph Hellwig
2019-11-12null_blk: clean up the block device operationsChristoph Hellwig
2019-10-17null_blk: return fixed zoned reads > write pointerAjay Joshi
2019-10-07null_blk: Enable modifying 'submit_queues' after an instance has been configuredBart Van Assche
2019-10-07null_blk: Improve nullb_device_##NAME##_store() readabilityBart Van Assche
2019-09-16null_blk: format pr_* logs with pr_fmtAndré Almeida
2019-09-16null_blk: match the type of parameter nr_devicesAndré Almeida
2019-09-16null_blk: do not fail the module load with zero devicesAndré Almeida
2019-09-11null_blk: validate the number of devicesAndré Almeida
2019-09-11null_blk: fix module name at log messageAndré Almeida
2019-09-05block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal
2019-08-23null_blk: create a helper for req completionChaitanya Kulkarni
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni
2019-08-23null_blk: create a helper for mem-backed opsChaitanya Kulkarni
2019-08-23null_blk: create a helper for badblocksChaitanya Kulkarni
2019-08-23null_blk: create a helper for throttlingChaitanya Kulkarni
2019-08-23null_blk: move duplicate code to callersChaitanya Kulkarni
2019-08-04null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni
2019-06-29null_blk: fix type mismatch null_handle_cmd()Chaitanya Kulkarni
2019-06-20null_blk: remove duplicate 0 initializationChaitanya Kulkarni
2019-06-15block: null_blk: fix race condition for null_del_devBob Liu
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-06null_blk: prevent crash from bad home_node valueJohn Pittman
2019-02-28null_blk: fix checking for REQ_FUAHeinz Mauelshagen