index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
Age
Commit message (
Expand
)
Author
Lines
2016-12-13
Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-8
/
+2
2016-11-29
lightnvm: transform target get/set bad block
Javier González
-8
/
+73
2016-11-29
lightnvm: use target nvm on target-specific ops.
Javier González
-13
/
+18
2016-11-29
lightnvm: introduce max_phys_sects helper function
Javier González
-0
/
+8
2016-11-29
lightnvm: introduce helpers for generic ops in rrpc
Javier González
-15
/
+34
2016-11-29
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
-145
/
+394
2016-11-29
lightnvm: eliminate nvm_block abstraction on mm
Javier González
-283
/
+189
2016-11-29
lightnvm: remove debug lun statistics from gennvm
Javier González
-19
/
+0
2016-11-29
lightnvm: remove get_lun operation on gennvm
Javier González
-24
/
+12
2016-11-29
lightnvm: move block provisioning to targets
Javier González
-228
/
+290
2016-11-29
lightnvm: manage lun partitions internally in mm
Javier González
-20
/
+49
2016-11-29
lightnvm: remove gen_lun abstraction
Javier González
-58
/
+43
2016-11-29
lightnvm: use constant name instead of value
Javier González
-1
/
+1
2016-11-29
lightnvm: remove unnecessary variables in rrpc
Javier González
-9
/
+0
2016-11-29
lightnvm: make address conversion functions global
Javier González
-30
/
+0
2016-11-29
lightnvm: remove sysfs configuration interface
Javier González
-134
/
+0
2016-11-29
lightnvm: rrpc: split bios of size > 256kb
Javier González
-0
/
+2
2016-11-29
lightnvm: export set bad block table
Javier González
-49
/
+65
2016-11-29
lightnvm: do not protect block 0
Javier González
-6
/
+0
2016-11-29
lightnvm: enable to send hint to erase command
Javier González
-9
/
+11
2016-11-29
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
-248
/
+2
2016-11-10
lightnvm: make core.c explicitly non-modular
Paul Gortmaker
-8
/
+6
2016-10-07
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-34
/
+258
2016-09-21
lightnvm: propagate device_add() error code
Arnd Bergmann
-4
/
+7
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
-7
/
+245
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
-27
/
+8
2016-09-21
nvme: refactor namespaces to support non-gendisk devices
Matias Bjørling
-0
/
+2
2016-09-21
lightnvm: NVM should depend on HAS_DMA
Geert Uytterhoeven
-1
/
+1
2016-08-31
miscdevice: Use module_misc_device() macro
PrasannaKumar Muralidharan
-18
/
+1
2016-07-20
block: get rid of bio_rw and READA
Christoph Hellwig
-2
/
+2
2016-07-07
lightnvm: make __nvm_submit_ppa static
Matias Bjørling
-1
/
+1
2016-07-07
lightnvm: make ppa_list const in nvm_set_rqd_list
Matias Bjørling
-3
/
+5
2016-07-07
lightnvm: fix lun offset calculation for mark blk
Matias Bjørling
-1
/
+1
2016-07-07
lightnvm: make rrpc_map_page call nvm_get_blk outside locks
Matias Bjørling
-43
/
+66
2016-07-07
lightnvm: remove _unlocked variant of [get/put]_blk
Matias Bjørling
-54
/
+6
2016-07-07
lightnvm: remove unused lists from struct rrpc_block
Matias Bjørling
-17
/
+0
2016-07-07
lightnvm: remove nested lock conflict with mm
Matias Bjørling
-4
/
+5
2016-07-07
lightnvm: move target mgmt into media mgr
Matias Bjørling
-159
/
+196
2016-07-07
lightnvm: rename gennvm and update description
Matias Bjørling
-99
/
+102
2016-07-07
lightnvm: remove open/close statistics for gennvm
Matias Bjørling
-30
/
+6
2016-07-07
lightnvm: fix checkpatch terse errors
Matias Bjørling
-2
/
+5
2016-07-07
lightnvm: remove checkpatch warning for unsigned ints
Matias Bjørling
-3
/
+3
2016-07-07
lightnvm: Make functions not used by ouside static
Johannes Thumshirn
-4
/
+6
2016-07-07
lightnvm: add media manager mark_blk helper
Javier González
-0
/
+6
2016-07-07
lightnvm: break the loop when rqd is not null
Wenwei Tao
-2
/
+5
2016-06-07
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
-3
/
+3
2016-05-06
lightnvm: reserved space calculation incorrect
Javier González
-1
/
+1
2016-05-06
lightnvm: rename nr_pages to nr_ppas on nvm_rq
Javier González
-14
/
+14
2016-05-06
lightnvm: expose gennvm_mark_blk to targets
Matias Bjørling
-13
/
+14
2016-05-06
lightnvm: remove mgt targets on mgt removal
Matias Bjørling
-26
/
+43
[next]