index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
lightnvm: rename nr_pages to nr_ppas on nvm_rq
Javier González
1
-8
/
+8
2016-05-06
lightnvm: remove mgt targets on mgt removal
Matias Bjørling
1
-26
/
+43
2016-05-06
lightnvm: rename dma helper functions
Javier González
1
-8
/
+8
2016-05-06
lightnvm: make nvm_set_rqd_ppalist() aware of vblks
Matias Bjørling
1
-14
/
+17
2016-05-06
lightnvm: refactor device ops->get_bb_tbl()
Matias Bjørling
1
-0
/
+8
2016-05-06
lightnvm: refactor dev->online_target to global nvm_targets
Simon A. F. Lund
1
-22
/
+25
2016-05-06
lightnvm: rename nvm_targets to nvm_tgt_type
Simon A. F. Lund
1
-8
/
+8
2016-05-06
lightnvm: avoid memory leak when lun_map kcalloc fails
Matias Bjørling
1
-23
/
+30
2016-05-06
lightnvm: move block fold outside of get_bb_tbl()
Matias Bjørling
1
-0
/
+35
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
-19
/
+69
2016-05-06
lightnvm: handle submit_io failure
Matias Bjørling
1
-0
/
+5
2016-03-18
lightnvm: add a bitmap of luns
Wenwei Tao
1
-0
/
+6
2016-03-18
lightnvm: specify target's logical address area
Wenwei Tao
1
-0
/
+1
2016-03-18
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+7
2016-03-03
lightnvm: remove struct nvm_dev->total_blocks
Matias Bjørling
1
-5
/
+1
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
-1
/
+1
2016-03-03
lightnvm: fix up nonsensical configure overrun checking
Alan
1
-6
/
+5
2016-02-04
lightnvm: allow to force mm initialization
Matias Bjørling
1
-9
/
+16
2016-01-12
lightnvm: introduce factory reset
Matias Bjørling
1
-0
/
+34
2016-01-12
lightnvm: use system block for mm initialization
Matias Bjørling
1
-2
/
+23
2016-01-12
lightnvm: introduce ioctl to initialize device
Matias Bjørling
1
-0
/
+50
2016-01-12
lightnvm: core on-disk initialization
Matias Bjørling
1
-0
/
+1
2016-01-12
lightnvm: introduce mlc lower page table mappings
Matias Bjørling
1
-1
/
+60
2016-01-12
lightnvm: add mccap support
Matias Bjørling
1
-0
/
+1
2016-01-12
lightnvm: manage open and closed blocks separately
Javier González
1
-0
/
+14
2016-01-12
lightnvm: introduce nvm_submit_ppa
Matias Bjørling
1
-1
/
+44
2016-01-12
lightnvm: move rq->error to nvm_rq->error
Matias Bjørling
1
-1
/
+2
2016-01-12
lightnvm: support multiple ppas in nvm_erase_ppa
Matias Bjørling
1
-2
/
+2
2016-01-12
lightnvm: sectors first in ppa list
Matias Bjørling
1
-3
/
+3
2016-01-12
lightnvm: refactor end_io functions for sync
Matias Bjørling
1
-0
/
+16
2016-01-12
lightnvm: refactor rqd ppa list into set/free
Matias Bjørling
1
-21
/
+50
2016-01-12
lightnvm: move ppa erase logic to core
Matias Bjørling
1
-0
/
+67
2015-12-07
lightnvm: fix media mgr registration
Matias Bjørling
1
-39
/
+39
2015-12-07
lightnvm: replace req queue with nvmdev for lld
Matias Bjørling
1
-4
/
+3
2015-11-29
lightnvm: missing nvm_lock acquire
Wenwei Tao
1
-33
/
+42
2015-11-29
lightnvm: do device max sectors boundary check first
Wenwei Tao
1
-4
/
+6
2015-11-29
lightnvm: fix ioctl memory leaks
Sudip Mukherjee
1
-2
/
+7
2015-11-20
lightnvm: add free and bad lun info to show luns
Javier Gonzalez
1
-1
/
+1
2015-11-20
lightnvm: missing free on init error
Matias Bjørling
1
-2
/
+4
2015-11-20
lightnvm: wrong return value and redundant free
Wenwei Tao
1
-4
/
+2
2015-11-16
lightnvm: cleanup queue before target removal
Javier González
1
-2
/
+2
2015-11-16
lightnvm: remove linear and device addr modes
Matias Bjørling
1
-2
/
+1
2015-11-16
lightnvm: prevent double free on init error
Matias Bjørling
1
-9
/
+3
2015-11-16
lightnvm: prematurely activate nvm_dev
Matias Bjørling
1
-4
/
+4
2015-11-16
lightnvm: check for NAND flash and its type
Matias Bjørling
1
-0
/
+10
2015-10-29
lightnvm: Support for Open-Channel SSDs
Matias Bjørling
1
-0
/
+826