index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
lightnvm: introduce factory reset
Matias Bjørling
2016-01-12
2
-0
/
+213
*
lightnvm: use system block for mm initialization
Matias Bjørling
2016-01-12
1
-2
/
+23
*
lightnvm: introduce ioctl to initialize device
Matias Bjørling
2016-01-12
1
-0
/
+50
*
lightnvm: core on-disk initialization
Matias Bjørling
2016-01-12
3
-1
/
+564
*
lightnvm: introduce mlc lower page table mappings
Matias Bjørling
2016-01-12
1
-1
/
+60
*
lightnvm: add mccap support
Matias Bjørling
2016-01-12
1
-0
/
+1
*
lightnvm: manage open and closed blocks separately
Javier González
2016-01-12
4
-43
/
+120
*
lightnvm: reference rrpc lun in rrpc block
Javier González
2016-01-12
2
-0
/
+2
*
lightnvm: introduce nvm_submit_ppa
Matias Bjørling
2016-01-12
1
-1
/
+44
*
lightnvm: move rq->error to nvm_rq->error
Matias Bjørling
2016-01-12
3
-5
/
+6
*
lightnvm: support multiple ppas in nvm_erase_ppa
Matias Bjørling
2016-01-12
2
-3
/
+3
*
lightnvm: move the pages per block check out of the loop
Wenwei Tao
2016-01-12
1
-6
/
+5
*
lightnvm: sectors first in ppa list
Matias Bjørling
2016-01-12
1
-3
/
+3
*
lightnvm: fix locking and mempool in rrpc_lun_gc
Wenwei Tao
2016-01-12
1
-6
/
+6
*
lightnvm: put block back to gc list on its reclaim fail
Wenwei Tao
2016-01-12
1
-4
/
+14
*
lightnvm: check bi_error in gc
Wenwei Tao
2016-01-12
1
-0
/
+6
*
lightnvm: refactor end_io functions for sync
Matias Bjørling
2016-01-12
3
-24
/
+32
*
lightnvm: refactor rqd ppa list into set/free
Matias Bjørling
2016-01-12
1
-21
/
+50
*
lightnvm: move ppa erase logic to core
Matias Bjørling
2016-01-12
2
-64
/
+71
*
lightnvm: unlock rq and free ppa_list on submission fail
Wenwei Tao
2016-01-12
1
-0
/
+6
*
lightnvm: add check after mempool allocation
Javier Gonzalez
2016-01-12
1
-0
/
+2
*
lightnvm: fix incorrect nr_free_blocks stat
Chao Yu
2016-01-12
1
-0
/
+1
*
lightnvm: fix bio submission issue
Wenwei Tao
2016-01-12
2
-2
/
+4
*
lightnvm: wrong offset in bad blk lun calculation
Matias Bjørling
2015-12-29
1
-1
/
+1
*
lightnvm: do not compile in debugging by default
Matias Bjørling
2015-12-07
1
-0
/
+1
*
lightnvm: prevent gennvm module unload on use
Matias Bjørling
2015-12-07
1
-0
/
+5
*
lightnvm: fix media mgr registration
Matias Bjørling
2015-12-07
1
-39
/
+39
*
lightnvm: replace req queue with nvmdev for lld
Matias Bjørling
2015-12-07
3
-9
/
+8
*
lightnvm: refactor spin_unlock in gennvm_get_blk
Wenwei Tao
2015-12-07
1
-5
/
+2
*
lightnvm: put blks when luns configure failed
Wenwei Tao
2015-12-07
1
-2
/
+19
*
lightnvm: use flags in rrpc_get_blk
Wenwei Tao
2015-12-07
1
-1
/
+1
*
lightnvm: missing nvm_lock acquire
Wenwei Tao
2015-11-29
1
-33
/
+42
*
lightnvm: unconverted ppa returned in get_bb_tbl
Matias Bjørling
2015-11-29
1
-2
/
+1
*
lightnvm: do device max sectors boundary check first
Wenwei Tao
2015-11-29
1
-4
/
+6
*
lightnvm: fix ioctl memory leaks
Sudip Mukherjee
2015-11-29
1
-2
/
+7
*
lightnvm: free memory when gennvm register fails
Wenwei Tao
2015-11-29
1
-5
/
+10
*
lightnvm: add free and bad lun info to show luns
Javier Gonzalez
2015-11-20
2
-6
/
+15
*
lightnvm: keep track of block counts
Javier Gonzalez
2015-11-20
1
-1
/
+13
*
lightnvm: missing free on init error
Matias Bjørling
2015-11-20
1
-2
/
+4
*
lightnvm: wrong return value and redundant free
Wenwei Tao
2015-11-20
1
-4
/
+2
*
lightnvm: cleanup queue before target removal
Javier González
2015-11-16
1
-2
/
+2
*
lightnvm: remove linear and device addr modes
Matias Bjørling
2015-11-16
3
-9
/
+38
*
lightnvm: prevent double free on init error
Matias Bjørling
2015-11-16
1
-9
/
+3
*
lightnvm: prematurely activate nvm_dev
Matias Bjørling
2015-11-16
1
-4
/
+4
*
lightnvm: check for NAND flash and its type
Matias Bjørling
2015-11-16
1
-0
/
+10
*
lightnvm: update bad block table format
Matias Bjørling
2015-11-16
2
-10
/
+24
*
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
2015-11-07
1
-4
/
+5
*
lightnvm: refactor phys addrs type to u64
Matias Bjørling
2015-11-03
2
-12
/
+11
*
rrpc: Round-robin sector target with cost-based gc
Matias Bjørling
2015-10-29
4
-0
/
+1571
*
gennvm: Generic NVM manager
Matias Bjørling
2015-10-29
4
-0
/
+539
[next]