index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
2024-02-20
null_blk: refactor tag_set setup
Christoph Hellwig
1
-55
/
+51
2024-02-20
null_blk: initialize the tag_set timeout in null_init_tag_set
Christoph Hellwig
1
-1
/
+1
2024-02-20
null_blk: remove the bio based I/O path
Christoph Hellwig
4
-328
/
+69
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
1
-3
/
+4
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-02-08
null_blk: add configfs variable shared_tags
Shin'ichiro Kawasaki
2
-18
/
+21
2024-01-14
null_blk: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2023-12-29
null_blk: use the default discard granularity
Christoph Hellwig
1
-1
/
+0
2023-12-27
null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-10
/
+2
2023-12-19
block: simplify disk_set_zoned
Christoph Hellwig
1
-1
/
+1
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
1
-1
/
+1
2023-11-20
block/null_blk: Fix double blk_mq_start_request() warning
Chengming Zhou
1
-12
/
+13
2023-10-03
null_blk: replace strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-09-22
block/null_blk: add queue_rqs() support
Chengming Zhou
1
-0
/
+20
2023-09-01
null_blk: fix poll request timeout handling
Chengming Zhou
1
-2
/
+10
2023-07-11
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
1
-11
/
+5
2023-07-05
scsi: block: nullblk: Set zone limits before revalidating zones
Damien Le Moal
1
-11
/
+5
2023-06-05
null_blk: Fix: memory release when memory_backed=1
Nitesh Shetty
1
-0
/
+1
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
3
-49
/
+95
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
1
-1
/
+0
2023-04-18
null_blk: Always check queue mode setting from configfs
Chaitanya Kulkarni
1
-0
/
+5
2023-04-13
block: null_blk: make fault-injection dynamically configurable per device
Akinobu Mita
3
-23
/
+79
2023-04-01
null_blk: use kmap_local_page() and kunmap_local()
Chaitanya Kulkarni
1
-4
/
+4
2023-04-01
null_blk: use non-deprecated lib functions
Chaitanya Kulkarni
1
-22
/
+7
2023-03-15
block: null_blk: cleanup null_queue_rq()
Damien Le Moal
1
-15
/
+14
2023-03-15
block: null_blk: Fix handling of fake timeout request
Damien Le Moal
1
-3
/
+3
2023-01-29
block: make BLK_DEF_MAX_SECTORS unsigned
Keith Busch
1
-2
/
+1
2022-12-01
null_blk: support read-only and offline zone conditions
Shin'ichiro Kawasaki
3
-4
/
+121
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
1
-3
/
+1
2022-08-22
null_blk: Modify the behavior of null_map_queues()
Bart Van Assche
1
-1
/
+3
2022-08-02
null_blk: fix ida error handling in null_add_dev()
Dan Carpenter
1
-3
/
+11
2022-08-02
null_blk: add configfs variables for 2 options
Vincent Fu
2
-19
/
+50
2022-08-02
null_blk: add module parameters for 4 options
Vincent Fu
1
-0
/
+20
2022-08-02
block: null_blk: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-4
/
+3
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
4
-15
/
+12
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-2
/
+2
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-1
/
+1
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
1
-1
/
+1
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-2
/
+2
[next]