aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-31null_blk: set dma alignment to logical block sizeHans Holmberg1-0/+1
2025-09-08null_blk: Fix the description of the cache_size module argumentGenjian Zhang1-1/+1
2025-07-09null_blk: use memzero_page()Matthew Wilcox (Oracle)1-1/+1
2025-04-11null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()Thorsten Blum1-1/+1
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-64/+113
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-2/+2
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-2/+1
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-7/+7
2025-03-03null_blk: do partial IO for bad blocksShin'ichiro Kawasaki1-8/+32
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki1-2/+14
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki1-7/+4
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki1-3/+8
2025-03-03null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki1-37/+49
2025-02-18null_blk: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-2/+2
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-2/+0
2024-12-23null_blk: Remove accesses to page->indexMatthew Wilcox (Oracle)1-6/+6
2024-12-23null_blk: Add rotational feature supportDamien Le Moal1-1/+12
2024-11-13block: add a rq_list typeChristoph Hellwig1-5/+4
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry1-3/+0
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal1-1/+8
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun1-1/+1
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-5/+7
2024-06-05null_blk: fix validation of block sizeAndreas Hindborg1-2/+2
2024-05-27null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-05-23null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-05-13null_blk: Fix two sparse warningsBart Van Assche1-1/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-13/+30
2024-05-06null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun1-0/+1
2024-04-25null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun1-0/+2
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal1-10/+8
2024-04-17null_blk: Introduce fua attributeDamien Le Moal1-2/+10
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal1-1/+9
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal1-2/+2
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry1-11/+0
2024-02-20null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-21/+20
2024-02-20null_blk: remove null_gendisk_registerChristoph Hellwig1-25/+16
2024-02-20null_blk: refactor tag_set setupChristoph Hellwig1-55/+51
2024-02-20null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig1-1/+1
2024-02-20null_blk: remove the bio based I/O pathChristoph Hellwig1-301/+64
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-08null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki1-18/+20
2024-01-14null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-29null_blk: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig1-10/+2
2023-11-20block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou1-12/+13