开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
Age
Commit message (
Expand
)
Author
3 days
null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflows
Rik van Riel
3 days
null_blk: serialize configfs attribute updates with device setup
Niklas Cassel
3 days
null_blk: serialize configfs attribute shows with the lock
Zizhi Wo
3 days
null_blk: serialize configfs attribute stores with the lock
Zizhi Wo
3 days
null_blk: convert file-scope mutex users to guard(mutex)
Zizhi Wo
3 days
null_blk: reject per-device queue resize for shared tag set
Zizhi Wo
3 days
null_blk: clean up null_del_dev() to use cached dev pointer
Zizhi Wo
3 days
null_blk: free zones array on device power-off
Zizhi Wo
3 days
null_blk: free global tag_set on init error path
Zizhi Wo
3 days
null_blk: move unregister_blkdev() after destroying dev in null_exit()
Zizhi Wo
3 days
null_blk: register configfs subsystem after creating default devices
Zizhi Wo
3 days
null_blk: use DEFINE_MUTEX for the file-scope mutex
Zizhi Wo
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-13
null_blk: fix kmemleak by releasing references to fault configfs items
Nilay Shroff
2025-12-29
null_blk: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
2025-11-12
null_blk: fix zone read length beyond write pointer
Keith Busch
2025-11-06
null_blk: allow byte aligned memory offsets
Keith Busch
2025-11-06
null_blk: single kmap per bio segment
Keith Busch
2025-11-06
null_blk: consistently use blk_status_t
Keith Busch
2025-11-06
null_blk: simplify copy_from_nullb
Keith Busch
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
2025-09-08
null_blk: Fix the description of the cache_size module argument
Genjian Zhang
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-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-07-09
null_blk: Don't bother validating blocksize
John Garry
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
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
[next]