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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-1
/
+1
2015-09-03
null_blk: fix wrong capacity when bs is not 512 bytes
Matias Bjørling
1
-2
/
+1
2015-09-03
null_blk: fix memory leak on cleanup
Matias Bjørling
1
-16
/
+17
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-1
/
+1
2015-07-22
null_blk: fix use-after-free problem
Mike Krinkin
1
-9
/
+9
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2015-06-02
null_blk: restart request processing on completion handler
Akinobu Mita
1
-0
/
+12
2015-06-02
null_blk: prevent timer handler running on a different CPU where started
Akinobu Mita
1
-1
/
+1
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-2
/
+2
2015-01-17
null_blk: suppress invalid partition info
Jens Axboe
1
-1
/
+1
2015-01-02
block: fix checking return value of blk_mq_init_queue
Ming Lei
1
-1
/
+1
2014-11-27
null_blk: boundary check queue_mode and irqmode
Matias Bjorling
1
-2
/
+40
2014-11-19
Merge branch 'master' into for-3.19/drivers
Jens Axboe
1
-7
/
+7
2014-10-29
blk-mq: add a 'list' parameter to ->queue_rq()
Jens Axboe
1
-5
/
+5
2014-10-22
null_blk: Cleanup error recovery in null_add_dev()
Jan Kara
1
-7
/
+7
2014-10-18
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
1
-0
/
+1
2014-09-22
blk-mq: rename blk_mq_end_io to blk_mq_end_request
Christoph Hellwig
1
-1
/
+1
2014-09-22
blk-mq: call blk_mq_start_request from ->queue_rq
Christoph Hellwig
1
-0
/
+2
2014-09-22
blk-mq: remove REQ_END
Christoph Hellwig
1
-1
/
+2
2014-09-03
blk-mq: pass along blk_mq_alloc_tag_set return values
Robert Elliott
1
-8
/
+21
2014-06-16
null_blk: fix softirq completions for queue_mode == 1
Jens Axboe
1
-1
/
+4
2014-06-12
null_blk: fix name and description of 'queue_mode' module parameter
Mike Snitzer
1
-1
/
+1
2014-05-28
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
1
-27
/
+1
2014-05-28
blk-mq: remove alloc_hctx and free_hctx methods
Christoph Hellwig
1
-27
/
+1
2014-05-28
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
1
-32
/
+3
2014-05-27
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
Jens Axboe
1
-32
/
+3
2014-05-01
block: null_blk: fix use after free
Ming Lei
1
-1
/
+1
2014-04-16
blk-mq: split out tag initialization, support shared tags
Christoph Hellwig
1
-37
/
+55
2014-04-16
blk-mq: do not initialize req->special
Christoph Hellwig
1
-2
/
+2
2014-02-10
null_blk: use blk_complete_request and blk_mq_complete_request
Christoph Hellwig
1
-65
/
+32
2014-02-08
block/null_blk: Fix completion processing from LIFO to FIFO
Shlomo Pongratz
1
-0
/
+2
2014-01-30
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+5
2014-01-22
null_blk: Null pointer deference problem in alloc_page_buffers
Raghavendra K T
1
-0
/
+5
2014-01-12
block: null_blk: fix queue leak inside removing device
Ming Lei
1
-8
/
+2
2013-12-24
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-26
/
+76
2013-12-21
null_blk: support submit_queues on use_per_node_hctx
Matias Bjørling
1
-4
/
+35
2013-12-21
null_blk: set use_per_node_hctx param to false
Matias Bjørling
1
-2
/
+2
2013-12-19
null_blk: warning on ignored submit_queues param
Matias Bjorling
1
-2
/
+5
2013-12-19
null_blk: refactor init and init errors code paths
Matias Bjorling
1
-25
/
+38
2013-12-19
null_blk: mem garbage on NUMA systems during init
Matias Bjorling
1
-4
/
+4
2013-12-16
null_blk: mem garbage on NUMA systems during init
Matias Bjorling
1
-4
/
+4
2013-11-22
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Yuanhan Liu
1
-4
/
+4
2013-10-25
null_blk: multi queue aware block test driver
Jens Axboe
1
-0
/
+635