index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
/
main.c
Age
Commit message (
Expand
)
Author
2025-07-09
null_blk: use memzero_page()
Matthew Wilcox (Oracle)
2025-04-11
null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()
Thorsten Blum
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-12
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
2025-03-03
null_blk: do partial IO for bad blocks
Shin'ichiro Kawasaki
2025-03-03
null_blk: pass transfer size to null_handle_rq()
Shin'ichiro Kawasaki
2025-03-03
null_blk: replace null_process_cmd() call in null_zone_write()
Shin'ichiro Kawasaki
2025-03-03
null_blk: introduce badblocks_once parameter
Shin'ichiro Kawasaki
2025-03-03
null_blk: generate null_blk configfs features string
Shin'ichiro Kawasaki
2025-02-18
null_blk: Switch to use hrtimer_setup()
Nam Cao
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2024-12-23
null_blk: Remove accesses to page->index
Matthew Wilcox (Oracle)
2024-12-23
null_blk: Add rotational feature support
Damien Le Moal
2024-11-13
block: add a rq_list type
Christoph Hellwig
2024-07-09
null_blk: Don't bother validating blocksize
John Garry
2024-07-05
null_blk: Introduce the zone_full parameter
Damien Le Moal
2024-07-04
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
2024-07-02
null_blk: Fix description of the fua parameter
Damien Le Moal
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-05
null_blk: fix validation of block size
Andreas Hindborg
2024-05-27
null_blk: Fix return value of nullb_device_power_store()
Damien Le Moal
2024-05-23
null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
Yu Kuai
2024-05-13
null_blk: Fix two sparse warnings
Bart Van Assche
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-06
null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Zhu Yanjun
2024-04-25
null_blk: Fix missing mutex_destroy() at module removal
Zhu Yanjun
2024-04-17
null_blk: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
2024-04-17
null_blk: Introduce fua attribute
Damien Le Moal
2024-04-17
null_blk: Introduce zone_append_max_sectors attribute
Damien Le Moal
2024-04-02
nullblk: Fix cleanup order in null_add_dev() error path
Damien Le Moal
2024-02-22
null_blk: Delete nullb.{queue_depth, nr_queues}
John Garry
2024-02-20
null_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-20
null_blk: remove null_gendisk_register
Christoph Hellwig
2024-02-20
null_blk: refactor tag_set setup
Christoph Hellwig
2024-02-20
null_blk: initialize the tag_set timeout in null_init_tag_set
Christoph Hellwig
2024-02-20
null_blk: remove the bio based I/O path
Christoph Hellwig
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-02-08
null_blk: add configfs variable shared_tags
Shin'ichiro Kawasaki
2024-01-14
null_blk: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-29
null_blk: use the default discard granularity
Christoph Hellwig
2023-12-27
null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
Christoph Hellwig
2023-11-20
block/null_blk: Fix double blk_mq_start_request() warning
Chengming Zhou
2023-10-03
null_blk: replace strncpy with strscpy
Justin Stitt
2023-09-22
block/null_blk: add queue_rqs() support
Chengming Zhou
[next]