aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block/null_blk
AgeCommit message (Expand)AuthorFilesLines
2026-08-15null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflowsRik van Riel1-2/+8
2026-08-15null_blk: serialize configfs attribute updates with device setupNiklas Cassel1-3/+11
2026-08-15null_blk: serialize configfs attribute shows with the lockZizhi Wo1-0/+2
2026-08-15null_blk: serialize configfs attribute stores with the lockZizhi Wo1-14/+3
2026-08-15null_blk: convert file-scope mutex users to guard(mutex)Zizhi Wo1-29/+17
2026-08-15null_blk: reject per-device queue resize for shared tag setZizhi Wo1-0/+9
2026-08-15null_blk: clean up null_del_dev() to use cached dev pointerZizhi Wo1-2/+2
2026-08-15null_blk: free zones array on device power-offZizhi Wo1-3/+13
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo1-0/+2
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo1-2/+2
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo1-10/+6
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo1-3/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-6/+5
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-2/+2
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff1-1/+11
2025-12-29null_blk: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-2/+2
2025-11-12null_blk: fix zone read length beyond write pointerKeith Busch2-2/+5
2025-11-06null_blk: allow byte aligned memory offsetsKeith Busch2-22/+25
2025-11-06null_blk: single kmap per bio segmentKeith Busch1-18/+14
2025-11-06null_blk: consistently use blk_status_tKeith Busch1-7/+7
2025-11-06null_blk: simplify copy_from_nullbKeith Busch1-4/+3
2025-11-05block: introduce disk_report_zone()Damien Le Moal2-3/+4
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 Torvalds3-68/+135
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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 Kawasaki3-13/+40
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 Kawasaki3-10/+21
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki2-3/+9
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 Moal2-1/+13
2024-11-13block: add a rq_list typeChristoph Hellwig1-5/+4
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-1/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-1/+1
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-1/+1
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry1-3/+0
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal3-3/+17
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