Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-28null_blk: null_alloc_page() cleanupChaitanya Kulkarni
2022-02-28null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni
2022-02-28null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni
2022-02-28null_blk: fix return value from null_add_dev()Chaitanya Kulkarni
2021-12-24block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei
2021-12-11null_blk: cast command status to integerJens Axboe
2021-12-03block: null_blk: batched complete poll requestsMing Lei
2021-12-03null_blk: allow zero poll queuesMing Lei
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig
2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki
2021-10-18null_blk: poll queue supportJens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-08-23null_blk: add error handling support for add_disk()Luis Chamberlain
2021-08-12block: move some macros to blkdev.hGuoqing Jiang
2021-07-01null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig
2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig
2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King
2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-26drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal
2021-01-29null_blk: cleanup zoned mode initializationDamien Le Moal
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-08null_blk: Move driver into its own directoryDamien Le Moal