aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-07null_blk: Move driver into its own directoryDamien Le Moal1-2031/+0
2020-12-07null_blk: Allow controlling max_hw_sectors limitDamien Le Moal1-1/+19
2020-12-07null_blk: discard zones on resetDamien Le Moal1-2/+2
2020-12-07null_blk: cleanup discard handlingDamien Le Moal1-21/+22
2020-09-29null_blk: add support for max open/active zone limit for zoned devicesNiklas Cassel1-1/+15
2020-09-24null_blk: Support shared tag bitmapJohn Garry1-0/+6
2020-08-21null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu1-1/+1
2020-07-08null_blk: introduce zone capacity for zoned deviceAravind Ramesh1-1/+9
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-4/+13
2020-07-01null_blk: stop using ->queuedata for bio modeChristoph Hellwig1-1/+1
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-2/+3
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+27
2020-05-29null_blk: force complete for timeout requestDongli Zhang1-1/+1
2020-05-21null_blk: don't allow discard for zoned modeChaitanya Kulkarni1-0/+7
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche1-0/+26
2020-04-23null_blk: Cleanup zoned device initializationDamien Le Moal1-20/+7
2020-04-23null_blk: Fix zoned command handlingDamien Le Moal1-11/+24
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+9
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-27null_blk: use blk_mq_init_queue_dataChristoph Hellwig1-22/+1
2020-03-12null_blk: describe the usage of fault injection paramDongli Zhang1-0/+7
2020-03-12null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan1-0/+2
2020-03-10null_blk: Add support for init_hctx() fault injectionBart Van Assche1-0/+11
2020-03-10null_blk: Handle null_add_dev() failures properlyBart Van Assche1-1/+6
2020-03-10null_blk: Fix the null_add_dev() error pathBart Van Assche1-0/+1
2020-03-10null_blk: Fix changing the number of hardware queuesBart Van Assche1-37/+66
2020-03-10null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche1-1/+1
2020-02-25null_blk: remove unused fields in 'nullb_cmd'Dongli Zhang1-2/+0
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton1-1/+1
2020-02-04drivers/block/null_blk_main.c: fix layoutAndrew Morton1-28/+28
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