index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
null_blk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2018-03-17
1
-2
/
+0
*
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2018-03-08
1
-3
/
+3
*
block: null_blk: fix 'Invalid parameters' when loading module
Ming Lei
2018-03-06
1
-21
/
+25
*
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
2018-02-28
1
-1
/
+2
*
null_blk: add 'requeue' fault attribute
Jens Axboe
2018-02-28
1
-12
/
+55
*
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
2018-01-30
1
-1
/
+1
*
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
1
-221
/
+69
|
\
|
*
null_blk: remove explicit 'select FAULT_INJECTION'
Arnd Bergmann
2018-01-11
1
-0
/
+8
|
*
null_blk: add option for managing IO timeouts
Jens Axboe
2018-01-10
1
-4
/
+42
|
*
null_blk: wire up timeouts
Jens Axboe
2018-01-09
1
-0
/
+16
|
*
null_blk: remove lightnvm support
Matias Bjørling
2018-01-05
1
-217
/
+3
*
|
null_blk: unalign call_single_data
Jens Axboe
2017-12-20
1
-2
/
+2
|
/
*
null_blk: fix dev->badblocks leak
David Disseldorp
2017-11-22
1
-1
/
+4
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
1
-1
/
+9
|
\
|
*
nullb: fix error return code in null_init()
Wei Yongjun
2017-10-17
1
-1
/
+3
|
*
null_blk: add "no_sched" module parameter
weiping zhang
2017-09-30
1
-0
/
+6
*
|
nullb: make config_item_type const
Bhumika Goyal
2017-10-19
1
-2
/
+2
|
/
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-95
/
+1214
|
\
|
*
null_blk: use available 'dev' in nullb_device_power_store()
Jens Axboe
2017-08-28
1
-1
/
+1
|
*
block/nullb: delete unnecessary memory free
Shaohua Li
2017-08-28
1
-1
/
+0
|
*
block/nullb: fix NULL dereference
Shaohua Li
2017-08-25
1
-1
/
+1
|
*
null_blk: update email adress
Jens Axboe
2017-08-25
1
-1
/
+1
|
*
nullb: badbblocks support
Shaohua Li
2017-08-23
1
-1
/
+88
|
*
nullb: emulate cache
Shaohua Li
2017-08-23
1
-30
/
+231
|
*
nullb: bandwidth control
Shaohua Li
2017-08-23
1
-2
/
+114
|
*
nullb: support discard
Shaohua Li
2017-08-23
1
-1
/
+41
|
*
nullb: support memory backed store
Shaohua Li
2017-08-23
1
-9
/
+330
|
*
nullb: use ida to manage index
Shaohua Li
2017-08-23
1
-2
/
+4
|
*
nullb: add interface to power on disk
Shaohua Li
2017-08-23
1
-0
/
+80
|
*
nullb: add configfs interface
Shaohua Li
2017-08-23
1
-1
/
+209
|
*
nullb: factor disk parameters
Shaohua Li
2017-08-23
1
-81
/
+153
|
*
null_blk: make sure submit_queues > 0
weiping zhang
2017-08-07
1
-2
/
+2
|
*
null_blk: simplify logic for use_per_node_hctx
weiping zhang
2017-08-07
1
-5
/
+2
*
|
smp: Avoid using two cache lines for struct call_single_data
Ying Huang
2017-08-29
1
-1
/
+1
|
/
*
null_blk: fix error flow for shared tags during module_init
Max Gurtovoy
2017-07-06
1
-5
/
+13
*
null_blk: add support for shared tags
Jens Axboe
2017-06-20
1
-42
/
+70
*
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-2
/
+2
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-4
/
+5
*
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
null_blk: don't pass always-0 req->errors to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
null_blk: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
2017-04-19
1
-8
/
+1
*
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-31
1
-1
/
+1
*
null_blk: add blocking mode
Jens Axboe
2017-03-30
1
-0
/
+9
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-2
/
+2
|
\
|
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-2
/
+2
*
|
lightnvm: use end_io callback instead of instance
Matias Bjørling
2017-01-31
1
-1
/
+2
*
|
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
2017-01-31
1
-2
/
+1
|
/
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
null_blk: add usage hints for NVM
Yasuaki Ishimatsu
2016-11-16
1
-0
/
+1
*
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-1
/
+0
|
\
[next]