index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk.c
Age
Commit message (
Expand
)
Author
2014-10-22
null_blk: Cleanup error recovery in null_add_dev()
Jan Kara
2014-10-18
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
2014-09-22
blk-mq: rename blk_mq_end_io to blk_mq_end_request
Christoph Hellwig
2014-09-22
blk-mq: call blk_mq_start_request from ->queue_rq
Christoph Hellwig
2014-09-22
blk-mq: remove REQ_END
Christoph Hellwig
2014-09-02
blk-mq: pass along blk_mq_alloc_tag_set return values
Robert Elliott
2014-06-16
null_blk: fix softirq completions for queue_mode == 1
Jens Axboe
2014-06-11
null_blk: fix name and description of 'queue_mode' module parameter
Mike Snitzer
2014-05-28
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
2014-05-28
blk-mq: remove alloc_hctx and free_hctx methods
Christoph Hellwig
2014-05-28
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
2014-05-27
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
Jens Axboe
2014-05-01
block: null_blk: fix use after free
Ming Lei
2014-04-15
blk-mq: split out tag initialization, support shared tags
Christoph Hellwig
2014-04-15
blk-mq: do not initialize req->special
Christoph Hellwig
2014-02-10
null_blk: use blk_complete_request and blk_mq_complete_request
Christoph Hellwig
2014-02-07
block/null_blk: Fix completion processing from LIFO to FIFO
Shlomo Pongratz
2014-01-30
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-21
null_blk: Null pointer deference problem in alloc_page_buffers
Raghavendra K T
2014-01-12
block: null_blk: fix queue leak inside removing device
Ming Lei
2013-12-24
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-12-21
null_blk: support submit_queues on use_per_node_hctx
Matias Bjørling
2013-12-21
null_blk: set use_per_node_hctx param to false
Matias Bjørling
2013-12-19
null_blk: warning on ignored submit_queues param
Matias Bjorling
2013-12-19
null_blk: refactor init and init errors code paths
Matias Bjorling
2013-12-19
null_blk: mem garbage on NUMA systems during init
Matias Bjorling
2013-12-15
null_blk: mem garbage on NUMA systems during init
Matias Bjorling
2013-11-21
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Yuanhan Liu
2013-10-25
null_blk: multi queue aware block test driver
Jens Axboe