index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-04
lightnvm: allow to force mm initialization
Matias Bjørling
1
-9
/
+16
2016-02-04
lightnvm: fix request intersection locking in rrpc
Javier González
1
-2
/
+1
2016-02-04
lightnvm: warn if irqs are disabled in lock laddr
Javier González
1
-0
/
+2
2016-02-04
lightnvm: put bio before return
Wenwei Tao
1
-1
/
+3
2016-01-12
lightnvm: introduce factory reset
Matias Bjørling
2
-0
/
+213
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
3
-1
/
+564
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
4
-43
/
+120
2016-01-12
lightnvm: reference rrpc lun in rrpc block
Javier González
2
-0
/
+2
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
3
-5
/
+6
2016-01-12
lightnvm: support multiple ppas in nvm_erase_ppa
Matias Bjørling
2
-3
/
+3
2016-01-12
lightnvm: move the pages per block check out of the loop
Wenwei Tao
1
-6
/
+5
2016-01-12
lightnvm: sectors first in ppa list
Matias Bjørling
1
-3
/
+3
2016-01-12
lightnvm: fix locking and mempool in rrpc_lun_gc
Wenwei Tao
1
-6
/
+6
2016-01-12
lightnvm: put block back to gc list on its reclaim fail
Wenwei Tao
1
-4
/
+14
2016-01-12
lightnvm: check bi_error in gc
Wenwei Tao
1
-0
/
+6
2016-01-12
lightnvm: refactor end_io functions for sync
Matias Bjørling
3
-24
/
+32
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
2
-64
/
+71
2016-01-12
lightnvm: unlock rq and free ppa_list on submission fail
Wenwei Tao
1
-0
/
+6
2016-01-12
lightnvm: add check after mempool allocation
Javier Gonzalez
1
-0
/
+2
2016-01-12
lightnvm: fix incorrect nr_free_blocks stat
Chao Yu
1
-0
/
+1
2016-01-12
lightnvm: fix bio submission issue
Wenwei Tao
2
-2
/
+4
2015-12-29
lightnvm: wrong offset in bad blk lun calculation
Matias Bjørling
1
-1
/
+1
2015-12-07
lightnvm: do not compile in debugging by default
Matias Bjørling
1
-0
/
+1
2015-12-07
lightnvm: prevent gennvm module unload on use
Matias Bjørling
1
-0
/
+5
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
3
-9
/
+8
2015-12-07
lightnvm: refactor spin_unlock in gennvm_get_blk
Wenwei Tao
1
-5
/
+2
2015-12-07
lightnvm: put blks when luns configure failed
Wenwei Tao
1
-2
/
+19
2015-12-07
lightnvm: use flags in rrpc_get_blk
Wenwei Tao
1
-1
/
+1
2015-11-30
lightnvm: missing nvm_lock acquire
Wenwei Tao
1
-33
/
+42
2015-11-30
lightnvm: unconverted ppa returned in get_bb_tbl
Matias Bjørling
1
-2
/
+1
2015-11-30
lightnvm: do device max sectors boundary check first
Wenwei Tao
1
-4
/
+6
2015-11-30
lightnvm: fix ioctl memory leaks
Sudip Mukherjee
1
-2
/
+7
2015-11-30
lightnvm: free memory when gennvm register fails
Wenwei Tao
1
-5
/
+10
2015-11-20
lightnvm: add free and bad lun info to show luns
Javier Gonzalez
2
-6
/
+15
2015-11-20
lightnvm: keep track of block counts
Javier Gonzalez
1
-1
/
+13
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-17
lightnvm: cleanup queue before target removal
Javier González
1
-2
/
+2
2015-11-17
lightnvm: remove linear and device addr modes
Matias Bjørling
3
-9
/
+38
2015-11-17
lightnvm: prevent double free on init error
Matias Bjørling
1
-9
/
+3
2015-11-17
lightnvm: prematurely activate nvm_dev
Matias Bjørling
1
-4
/
+4
2015-11-17
lightnvm: check for NAND flash and its type
Matias Bjørling
1
-0
/
+10
2015-11-17
lightnvm: update bad block table format
Matias Bjørling
2
-10
/
+24
[next]