index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-03
null_blk: Fix description of the fua parameter
Damien Le Moal
1
-1
/
+1
2024-06-05
null_blk: fix validation of block size
Andreas Hindborg
1
-2
/
+2
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-14
null_blk: Fix two sparse warnings
Bart Van Assche
1
-1
/
+1
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-13
/
+30
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: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
1
-10
/
+8
2024-04-17
null_blk: Introduce fua attribute
Damien Le Moal
1
-2
/
+10
2024-04-17
null_blk: Introduce zone_append_max_sectors attribute
Damien Le Moal
1
-1
/
+9
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
1
-11
/
+0
2024-02-20
null_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-21
/
+20
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
1
-301
/
+64
2024-02-20
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
1
-18
/
+20
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-11-20
block/null_blk: Fix double blk_mq_start_request() warning
Chengming Zhou
1
-12
/
+13
2023-10-04
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-06-06
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
1
-47
/
+88
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
1
-1
/
+0
2023-04-19
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
1
-21
/
+72
2023-04-02
null_blk: use kmap_local_page() and kunmap_local()
Chaitanya Kulkarni
1
-4
/
+4
2023-04-02
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-30
block: make BLK_DEF_MAX_SECTORS unsigned
Keith Busch
1
-2
/
+1
2022-12-02
null_blk: support read-only and offline zone conditions
Shin'ichiro Kawasaki
1
-1
/
+21
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-03
null_blk: fix ida error handling in null_add_dev()
Dan Carpenter
1
-3
/
+11
2022-08-03
null_blk: add configfs variables for 2 options
Vincent Fu
1
-19
/
+48
2022-08-03
null_blk: add module parameters for 4 options
Vincent Fu
1
-0
/
+20
2022-08-03
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
1
-5
/
+4
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
2022-06-02
block: null_blk: Fix null_zone_write()
Damien Le Moal
1
-6
/
+0
[next]