index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lightnvm: set default lun range when no luns are specified
Matias Bjørling
2017-02-15
1
-0
/
+5
*
lightnvm: fix off-by-one error on target initialization
Matias Bjørling
2017-02-15
1
-2
/
+2
*
lightnvm: allow targets to use sysfs
Javier González
2017-01-31
1
-0
/
+9
*
lightnvm: free properly on target creation error
Javier González
2017-01-31
1
-1
/
+1
*
lightnvm: use end_io callback instead of instance
Matias Bjørling
2017-01-31
1
-4
/
+3
*
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
2017-01-31
1
-9
/
+3
*
lightnvm: cleanup nvm transformation functions
Matias Bjørling
2017-01-31
1
-81
/
+34
*
lightnvm: make nvm_map_* return void
Matias Bjørling
2017-01-31
1
-32
/
+9
*
lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl
Matias Bjørling
2017-01-31
1
-36
/
+4
*
lightnvm: remove nvm_submit_ppa* functions
Matias Bjørling
2017-01-31
1
-109
/
+0
*
lightnvm: collapse nvm_erase_ppa and nvm_erase_blk
Matias Bjørling
2017-01-31
1
-31
/
+26
*
lightnvm: merge gennvm with core
Matias Bjørling
2017-01-31
1
-191
/
+595
*
Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-12-13
1
-8
/
+2
|
\
|
*
lightnvm: make core.c explicitly non-modular
Paul Gortmaker
2016-11-10
1
-8
/
+6
*
|
lightnvm: transform target get/set bad block
Javier González
2016-11-29
1
-0
/
+58
*
|
lightnvm: use target nvm on target-specific ops.
Javier González
2016-11-29
1
-5
/
+10
*
|
lightnvm: introduce max_phys_sects helper function
Javier González
2016-11-29
1
-0
/
+8
*
|
lightnvm: introduce helpers for generic ops in rrpc
Javier González
2016-11-29
1
-0
/
+22
*
|
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
2016-11-29
1
-5
/
+9
*
|
lightnvm: eliminate nvm_block abstraction on mm
Javier González
2016-11-29
1
-8
/
+2
*
|
lightnvm: move block provisioning to targets
Javier González
2016-11-29
1
-52
/
+45
*
|
lightnvm: remove sysfs configuration interface
Javier González
2016-11-29
1
-134
/
+0
*
|
lightnvm: export set bad block table
Javier González
2016-11-29
1
-0
/
+27
*
|
lightnvm: enable to send hint to erase command
Javier González
2016-11-29
1
-3
/
+6
*
|
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
2016-11-29
1
-14
/
+1
|
/
*
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-07
1
-32
/
+23
|
\
|
*
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
2016-09-21
1
-6
/
+14
|
*
lightnvm: control life of nvm_dev in driver
Matias Bjørling
2016-09-21
1
-27
/
+8
|
*
nvme: refactor namespaces to support non-gendisk devices
Matias Bjørling
2016-09-21
1
-0
/
+2
*
|
miscdevice: Use module_misc_device() macro
PrasannaKumar Muralidharan
2016-08-31
1
-18
/
+1
|
/
*
lightnvm: make __nvm_submit_ppa static
Matias Bjørling
2016-07-07
1
-1
/
+1
*
lightnvm: make ppa_list const in nvm_set_rqd_list
Matias Bjørling
2016-07-07
1
-3
/
+5
*
lightnvm: remove _unlocked variant of [get/put]_blk
Matias Bjørling
2016-07-07
1
-14
/
+0
*
lightnvm: remove nested lock conflict with mm
Matias Bjørling
2016-07-07
1
-4
/
+5
*
lightnvm: move target mgmt into media mgr
Matias Bjørling
2016-07-07
1
-159
/
+39
*
lightnvm: fix checkpatch terse errors
Matias Bjørling
2016-07-07
1
-2
/
+5
*
lightnvm: Make functions not used by ouside static
Johannes Thumshirn
2016-07-07
1
-1
/
+1
*
lightnvm: add media manager mark_blk helper
Javier González
2016-07-07
1
-0
/
+6
*
lightnvm: rename nr_pages to nr_ppas on nvm_rq
Javier González
2016-05-06
1
-8
/
+8
*
lightnvm: remove mgt targets on mgt removal
Matias Bjørling
2016-05-06
1
-26
/
+43
*
lightnvm: rename dma helper functions
Javier González
2016-05-06
1
-8
/
+8
*
lightnvm: make nvm_set_rqd_ppalist() aware of vblks
Matias Bjørling
2016-05-06
1
-14
/
+17
*
lightnvm: refactor device ops->get_bb_tbl()
Matias Bjørling
2016-05-06
1
-0
/
+8
*
lightnvm: refactor dev->online_target to global nvm_targets
Simon A. F. Lund
2016-05-06
1
-22
/
+25
*
lightnvm: rename nvm_targets to nvm_tgt_type
Simon A. F. Lund
2016-05-06
1
-8
/
+8
*
lightnvm: avoid memory leak when lun_map kcalloc fails
Matias Bjørling
2016-05-06
1
-23
/
+30
*
lightnvm: move block fold outside of get_bb_tbl()
Matias Bjørling
2016-05-06
1
-0
/
+35
*
lightnvm: add fpg_size and pfpg_size to struct nvm_dev
Matias Bjørling
2016-05-06
1
-0
/
+2
*
lightnvm: implement nvm_submit_ppa_list
Matias Bjørling
2016-05-06
1
-19
/
+69
*
lightnvm: handle submit_io failure
Matias Bjørling
2016-05-06
1
-0
/
+5
[next]