index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()
Thorsten Blum
1
-1
/
+1
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
3
-68
/
+135
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2025-03-12
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
1
-2
/
+2
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
1
-2
/
+1
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-7
/
+7
2025-03-03
null_blk: do partial IO for bad blocks
Shin'ichiro Kawasaki
3
-13
/
+40
2025-03-03
null_blk: pass transfer size to null_handle_rq()
Shin'ichiro Kawasaki
1
-2
/
+14
2025-03-03
null_blk: replace null_process_cmd() call in null_zone_write()
Shin'ichiro Kawasaki
3
-10
/
+21
2025-03-03
null_blk: introduce badblocks_once parameter
Shin'ichiro Kawasaki
2
-3
/
+9
2025-03-03
null_blk: generate null_blk configfs features string
Shin'ichiro Kawasaki
1
-37
/
+49
2025-02-18
null_blk: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+3
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
1
-2
/
+2
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-2
/
+0
2024-12-23
null_blk: Remove accesses to page->index
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-12-23
null_blk: Add rotational feature support
Damien Le Moal
2
-1
/
+13
2024-11-13
block: add a rq_list type
Christoph Hellwig
1
-5
/
+4
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-1
/
+1
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
1
-1
/
+1
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-1
/
+1
2024-07-09
null_blk: Don't bother validating blocksize
John Garry
1
-3
/
+0
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
1
-1
/
+1
2024-07-05
null_blk: Introduce the zone_full parameter
Damien Le Moal
3
-3
/
+17
2024-07-04
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
1
-1
/
+1
2024-07-02
null_blk: Fix description of the fua parameter
Damien Le Moal
1
-1
/
+1
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-2
/
+1
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-5
/
+7
2024-06-05
null_blk: fix validation of block size
Andreas Hindborg
1
-2
/
+2
2024-05-30
null_blk: Do not allow runt zone with zone capacity smaller then zone size
Damien Le Moal
1
-0
/
+11
2024-05-28
null_blk: Print correct max open zones limit in null_init_zoned_dev()
Damien Le Moal
1
-1
/
+1
2024-05-27
null_blk: Fix return value of nullb_device_power_store()
Damien Le Moal
1
-0
/
+1
2024-05-23
null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
Yu Kuai
1
-14
/
+26
2024-05-13
null_blk: Fix two sparse warnings
Bart Van Assche
2
-2
/
+7
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
3
-178
/
+225
2024-05-06
null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Zhu Yanjun
1
-0
/
+1
2024-04-25
null_blk: Fix missing mutex_destroy() at module removal
Zhu Yanjun
1
-0
/
+2
2024-04-17
null_blk: Simplify null_zone_write()
Damien Le Moal
1
-20
/
+16
2024-04-17
null_blk: Do zone resource management only if necessary
Damien Le Moal
1
-146
/
+165
2024-04-17
null_blk: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
1
-10
/
+8
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-1
/
+1
2024-04-17
null_blk: Introduce fua attribute
Damien Le Moal
2
-2
/
+11
2024-04-17
null_blk: Introduce zone_append_max_sectors attribute
Damien Le Moal
3
-4
/
+27
2024-04-17
null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
1
-1
/
+0
2024-04-02
nullblk: Fix cleanup order in null_add_dev() error path
Damien Le Moal
1
-2
/
+2
2024-02-22
null_blk: Delete nullb.{queue_depth, nr_queues}
John Garry
2
-13
/
+0
2024-02-20
null_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
3
-31
/
+29
2024-02-20
null_blk: remove null_gendisk_register
Christoph Hellwig
1
-25
/
+16
[next]