index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
null_blk: Don't bother validating blocksize
John Garry
2024-07-09
1
-3
/
+0
*
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
2024-07-05
1
-1
/
+1
*
null_blk: Introduce the zone_full parameter
Damien Le Moal
2024-07-05
3
-3
/
+17
*
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
2024-07-04
1
-1
/
+1
*
null_blk: Fix description of the fua parameter
Damien Le Moal
2024-07-02
1
-1
/
+1
*
null_blk: Do not set disk->nr_zones
Damien Le Moal
2024-06-21
1
-2
/
+0
*
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
2024-06-19
1
-2
/
+1
*
block: move the zoned flag into the features field
Christoph Hellwig
2024-06-19
1
-1
/
+1
*
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
1
-1
/
+0
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
1
-5
/
+7
*
null_blk: fix validation of block size
Andreas Hindborg
2024-06-05
1
-2
/
+2
*
null_blk: Do not allow runt zone with zone capacity smaller then zone size
Damien Le Moal
2024-05-30
1
-0
/
+11
*
null_blk: Print correct max open zones limit in null_init_zoned_dev()
Damien Le Moal
2024-05-28
1
-1
/
+1
*
null_blk: Fix return value of nullb_device_power_store()
Damien Le Moal
2024-05-27
1
-0
/
+1
*
null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
Yu Kuai
2024-05-23
1
-14
/
+26
*
null_blk: Fix two sparse warnings
Bart Van Assche
2024-05-14
2
-2
/
+7
*
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
3
-178
/
+225
|
\
|
*
null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Zhu Yanjun
2024-05-06
1
-0
/
+1
|
*
null_blk: Fix missing mutex_destroy() at module removal
Zhu Yanjun
2024-04-25
1
-0
/
+2
|
*
null_blk: Simplify null_zone_write()
Damien Le Moal
2024-04-17
1
-20
/
+16
|
*
null_blk: Do zone resource management only if necessary
Damien Le Moal
2024-04-17
1
-146
/
+165
|
*
null_blk: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
2024-04-17
1
-10
/
+8
|
*
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
1
-1
/
+1
|
*
null_blk: Introduce fua attribute
Damien Le Moal
2024-04-17
2
-2
/
+11
|
*
null_blk: Introduce zone_append_max_sectors attribute
Damien Le Moal
2024-04-17
3
-4
/
+27
|
*
null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
2024-04-17
1
-1
/
+0
*
|
nullblk: Fix cleanup order in null_add_dev() error path
Damien Le Moal
2024-04-02
1
-2
/
+2
|
/
*
null_blk: Delete nullb.{queue_depth, nr_queues}
John Garry
2024-02-22
2
-13
/
+0
*
null_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-20
3
-31
/
+29
*
null_blk: remove null_gendisk_register
Christoph Hellwig
2024-02-20
1
-25
/
+16
*
null_blk: refactor tag_set setup
Christoph Hellwig
2024-02-20
1
-55
/
+51
*
null_blk: initialize the tag_set timeout in null_init_tag_set
Christoph Hellwig
2024-02-20
1
-1
/
+1
*
null_blk: remove the bio based I/O path
Christoph Hellwig
2024-02-20
4
-328
/
+69
*
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2024-02-20
1
-3
/
+4
*
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
1
-1
/
+1
*
null_blk: add configfs variable shared_tags
Shin'ichiro Kawasaki
2024-02-08
2
-18
/
+21
*
null_blk: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-01-14
1
-2
/
+2
*
null_blk: use the default discard granularity
Christoph Hellwig
2023-12-29
1
-1
/
+0
*
null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
Christoph Hellwig
2023-12-27
1
-10
/
+2
*
block: simplify disk_set_zoned
Christoph Hellwig
2023-12-20
1
-1
/
+1
*
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-20
1
-1
/
+1
*
block/null_blk: Fix double blk_mq_start_request() warning
Chengming Zhou
2023-11-20
1
-12
/
+13
*
null_blk: replace strncpy with strscpy
Justin Stitt
2023-10-04
1
-1
/
+1
*
block/null_blk: add queue_rqs() support
Chengming Zhou
2023-09-22
1
-0
/
+20
*
null_blk: fix poll request timeout handling
Chengming Zhou
2023-09-01
1
-2
/
+10
*
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
2023-07-11
1
-11
/
+5
|
\
|
*
scsi: block: nullblk: Set zone limits before revalidating zones
Damien Le Moal
2023-07-06
1
-11
/
+5
*
|
null_blk: Fix: memory release when memory_backed=1
Nitesh Shetty
2023-06-06
1
-0
/
+1
|
/
*
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-05-06
1
-1
/
+0
|
\
|
*
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
2023-04-25
1
-1
/
+0
[next]