16 Nov, 2016
1 commit
-
If CONFIG_NVM is disabled, loading null_block module with use_lightnvm=1
fails. But there are no messages and documents related to the failure.Add the appropriate error message.
Signed-off-by: Yasuaki Ishimatsu
Massaged the text a bit.
Signed-off-by: Jens Axboe
17 Nov, 2015
1 commit
-
Add support for registering as a LightNVM device. This allows us to
evaluate the performance of the LightNVM subsystem.In /drivers/Makefile, LightNVM is moved above block device drivers
to make sure that the LightNVM media managers have been initialized
before drivers under /drivers/block are initialized.Signed-off-by: Matias Bjørling
Fix by Jens Axboe to remove unneeded slab cache and the following
memory leak.
Signed-off-by: Jens Axboe
26 Aug, 2014
1 commit
-
To match the real module parameter name we implemented.
Signed-off-by: Fam Zheng
Signed-off-by: Jiri Kosina
22 Dec, 2013
2 commits
-
The defaults for the module is to instantiate itself with blk-mq and a
submit queue for each CPU node in the system.To save resources, initialize instead with a single submit queue.
Signed-off-by: Matias Bjorling
Signed-off-by: Jens Axboe -
Randy Dunlap reported a couple of grammar errors and unfortunate usages of
socket/node/core.Signed-off-by: Matias Bjorling
Acked-by: Randy Dunlap
Signed-off-by: Jens Axboe
19 Dec, 2013
1 commit
-
Add description of module and its parameters.
Signed-off-by: Matias Bjorling
Signed-off-by: Jens Axboe