index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
lightnvm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-29
lightnvm: transform target get/set bad block
Javier González
1
-3
/
+12
2016-11-29
lightnvm: use target nvm on target-specific ops.
Javier González
1
-3
/
+3
2016-11-29
lightnvm: introduce max_phys_sects helper function
Javier González
1
-0
/
+1
2016-11-29
lightnvm: introduce helpers for generic ops in rrpc
Javier González
1
-4
/
+1
2016-11-29
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
1
-19
/
+22
2016-11-29
lightnvm: eliminate nvm_block abstraction on mm
Javier González
1
-46
/
+2
2016-11-29
lightnvm: remove debug lun statistics from gennvm
Javier González
1
-5
/
+0
2016-11-29
lightnvm: remove get_lun operation on gennvm
Javier González
1
-6
/
+2
2016-11-29
lightnvm: move block provisioning to targets
Javier González
1
-61
/
+72
2016-11-29
lightnvm: manage lun partitions internally in mm
Javier González
1
-4
/
+2
2016-11-29
lightnvm: remove gen_lun abstraction
Javier González
1
-0
/
+10
2016-11-29
lightnvm: make address conversion functions global
Javier González
1
-0
/
+30
2016-11-29
lightnvm: cleanup unused target operations
Javier González
1
-6
/
+0
2016-11-29
lightnvm: add ECC error codes
Javier González
1
-0
/
+2
2016-11-29
lightnvm: export set bad block table
Javier González
1
-1
/
+12
2016-11-29
lightnvm: enable to send hint to erase command
Javier González
1
-4
/
+3
2016-11-29
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
1
-2
/
+0
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
1
-0
/
+3
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
1
-6
/
+9
2016-07-07
lightnvm: make ppa_list const in nvm_set_rqd_list
Matias Bjørling
1
-1
/
+1
2016-07-07
lightnvm: remove _unlocked variant of [get/put]_blk
Matias Bjørling
1
-6
/
+0
2016-07-07
lightnvm: move target mgmt into media mgr
Matias Bjørling
1
-0
/
+10
2016-07-07
lightnvm: remove open/close statistics for gennvm
Matias Bjørling
1
-11
/
+2
2016-07-07
lightnvm: initialize ppa_addr in dev_to_generic_addr()
Javier González
1
-0
/
+1
2016-07-07
lightnvm: add media manager mark_blk helper
Javier González
1
-0
/
+2
2016-05-06
lightnvm: reserved space calculation incorrect
Javier González
1
-1
/
+0
2016-05-06
lightnvm: rename nr_pages to nr_ppas on nvm_rq
Javier González
1
-1
/
+1
2016-05-06
lightnvm: add is_cached entry to struct ppa_addr
Matias Bjørling
1
-1
/
+7
2016-05-06
lightnvm: expose gennvm_mark_blk to targets
Matias Bjørling
1
-0
/
+4
2016-05-06
lightnvm: remove mgt targets on mgt removal
Matias Bjørling
1
-0
/
+1
2016-05-06
lightnvm: rename dma helper functions
Javier González
1
-1
/
+1
2016-05-06
lightnvm: enable metadata to be sent to device
Javier González
1
-2
/
+2
2016-05-06
lightnvm: refactor set_bb_tbl for accepting ppa list
Matias Bjørling
1
-1
/
+1
2016-05-06
lightnvm: make nvm_set_rqd_ppalist() aware of vblks
Matias Bjørling
1
-1
/
+1
2016-05-06
lightnvm: refactor device ops->get_bb_tbl()
Matias Bjørling
1
-4
/
+2
2016-05-06
lightnvm: introduce nvm_for_each_lun_ppa() macro
Matias Bjørling
1
-0
/
+7
2016-05-06
lightnvm: refactor dev->online_target to global nvm_targets
Simon A. F. Lund
1
-1
/
+0
2016-05-06
lightnvm: rename nvm_targets to nvm_tgt_type
Simon A. F. Lund
1
-2
/
+2
2016-05-06
lightnvm: move block fold outside of get_bb_tbl()
Matias Bjørling
1
-2
/
+4
2016-05-06
lightnvm: add fpg_size and pfpg_size to struct nvm_dev
Matias Bjørling
1
-0
/
+2
2016-05-06
lightnvm: implement nvm_submit_ppa_list
Matias Bjørling
1
-0
/
+2
2016-03-18
nvme: lightnvm: return ppa completion status
Matias Bjorling
1
-0
/
+1
2016-03-18
lightnvm: add a bitmap of luns
Wenwei Tao
1
-0
/
+5
2016-03-18
lightnvm: specify target's logical address area
Wenwei Tao
1
-0
/
+8
2016-03-18
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2016-03-03
lightnvm: rename ->nr_pages to ->nr_sects
Matias Bjørling
1
-1
/
+1
2016-03-03
lightnvm: fold get bb tbl when using dual/quad plane mode
Matias Bjørling
1
-3
/
+3
2016-02-04
lightnvm: allow to force mm initialization
Matias Bjørling
1
-0
/
+4
2016-01-13
lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
Jens Axboe
1
-57
/
+64
2016-01-12
lightnvm: introduce factory reset
Matias Bjørling
1
-0
/
+2
[next]