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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-05
lightnvm: pblk: refactor pblk_ppa_comp function
Matias Bjørling
1
-4
/
+1
2018-01-05
lightnvm: pblk: add iostat support
Javier González
3
-12
/
+25
2018-01-05
lightnvm: pblk: print instance name on instance info
Javier González
1
-1
/
+2
2018-01-05
lightnvm: pblk: free write buffer on init failure
Javier González
1
-1
/
+2
2018-01-05
lightnvm: pblk: ensure kthread alloc. before kicking it
Javier González
1
-6
/
+11
2018-01-05
lightnvm: pblk: do not log recovery read errors
Javier González
2
-3
/
+4
2018-01-05
lightnvm: pblk: ignore high ecc errors on recovery
Javier González
1
-1
/
+1
2018-01-05
lightnvm: set target over-provision on create ioctl
Javier González
3
-24
/
+89
2018-01-05
lightnvm: pblk: use exact free block counter in RL
Javier González
6
-46
/
+73
2018-01-05
lightnvm: pblk: remove pblk_gc_stop
Hans Holmberg
1
-12
/
+2
2018-01-05
lightnvm: pblk: prevent premature sync point resets
Hans Holmberg
1
-6
/
+6
2018-01-05
lightnvm: pblk: clear flush point on completed writes
Hans Holmberg
2
-31
/
+44
2018-01-05
lightnvm: pblk: rename sync_point to flush_point
Hans Holmberg
3
-34
/
+35
2018-01-05
lightnvm: pblk: refactor emeta consistency check
Hans Holmberg
3
-7
/
+19
2018-01-05
lightnvm: pblk: remove pblk_for_each_lun helper
Javier González
1
-4
/
+0
2018-01-05
lightnvm: pblk: compress and reorder helper functions
Javier González
5
-98
/
+71
2018-01-05
lightnvm: guarantee target unique name across devs.
Javier González
1
-6
/
+27
2018-01-05
lightnvm: refactor target type lookup
Javier González
1
-13
/
+17
2018-01-05
lightnvm: make geometry structures 2.0 ready
Matias Bjørling
6
-88
/
+87
2018-01-05
lightnvm: remove lower page tables
Matias Bjørling
1
-67
/
+0
2018-01-05
lightnvm: remove hybrid ocssd 1.2 support
Matias Bjørling
1
-141
/
+0
2018-01-05
lightnvm: use internal pblk methods
Matias Bjørling
2
-3
/
+3
2018-01-05
lightnvm: remove rrpc
Matias Bjørling
4
-1923
/
+0
2017-11-21
lightnvm: Convert timers to use timer_setup()
Kees Cook
6
-13
/
+13
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-989
/
+1079
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
lightnvm: pblk: remove leftover testing function
Javier González
1
-5
/
+0
2017-10-13
Revert "lightnvm: prevent bd removal if busy"
Jens Axboe
1
-14
/
+0
2017-10-13
lightnvm: implement generic path for sync I/O
Javier González
5
-109
/
+84
2017-10-13
lightnvm: pblk: avoid being reported as hung on rated GC
Javier González
1
-1
/
+7
2017-10-13
lightnvm: pblk: cleanup unused and static functions
Javier González
4
-111
/
+86
2017-10-13
lightnvm: pblk: remove spinlock when freeing line metadata
Hans Holmberg
1
-2
/
+0
2017-10-13
lightnvm: pblk: correct valid lba count calculation
Hans Holmberg
1
-3
/
+4
2017-10-13
lightnvm: pblk: gc all lines in the pipeline before exit
Hans Holmberg
4
-9
/
+32
2017-10-13
lightnvm: pblk: add l2p crc debug printouts
Hans Holmberg
1
-5
/
+34
2017-10-13
lightnvm: pblk: shut down gc gracefully during exit
Hans Holmberg
1
-8
/
+12
2017-10-13
lightnvm: pblk: consider bad sectors in emeta during recovery
Hans Holmberg
1
-14
/
+30
2017-10-13
lightnvm: pblk: start gc if needed during init
Hans Holmberg
4
-1
/
+12
2017-10-13
lightnvm: pblk: free full lines during recovery
Hans Holmberg
3
-12
/
+24
2017-10-13
lightnvm: pblk: recover partially written lines correctly
Hans Holmberg
1
-4
/
+4
2017-10-13
lightnvm: pblk: prevent gc kicks when gc is not operational
Hans Holmberg
2
-4
/
+6
2017-10-13
lightnvm: pblk: fix releases of kmem cache in error path
Rakesh Pandit
1
-5
/
+12
2017-10-13
lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
Rakesh Pandit
1
-6
/
+5
2017-10-13
lightnvm: remove stale extern and unused exported symbols
Rakesh Pandit
1
-65
/
+64
2017-10-13
lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
Rakesh Pandit
1
-17
/
+12
2017-10-13
lightnvm: pblk: remove useless line
Rakesh Pandit
1
-1
/
+0
2017-10-13
lightnvm: pblk: fix changing GC group list for a line
Rakesh Pandit
1
-2
/
+2
2017-10-13
lightnvm: pblk: ensure right bad block calculation
Javier González
1
-1
/
+1
2017-10-13
lightnvm: pblk: enable 1 LUN configuration
Javier González
4
-19
/
+29
2017-10-13
lightnvm: pblk: remove I/O dependency on write path
Javier González
1
-80
/
+65
[next]