index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
pblk-init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
lightnvm: pblk: guarantee that backpointer is respected on writer stall
Javier González
1
-2
/
+3
2018-10-09
lightnvm: pblk: consider max hw sectors supported for max_write_pgs
Zhoujie Wu
1
-0
/
+2
2018-10-09
lightnvm: pblk: fix error handling of pblk_lines_init()
Wei Yongjun
1
-1
/
+2
2018-10-09
lightnvm: pblk: guarantee mw_cunits on read buffer
Javier González
1
-1
/
+2
2018-10-09
lightnvm: pblk: move ring buffer alloc/free rb init
Javier González
1
-15
/
+3
2018-10-09
lightnvm: pblk: add SPDX license tag
Javier González
1
-0
/
+1
2018-10-09
lightnvm: use internal allocation for chunk log page
Javier González
1
-1
/
+1
2018-10-09
lightnvm: pblk: stop recreating global caches
Hans Holmberg
1
-46
/
+86
2018-10-09
lightnvm: pblk: add trace events for pblk state changes
Hans Holmberg
1
-0
/
+1
2018-10-09
lightnvm: pblk: add trace events for line state changes
Hans Holmberg
1
-0
/
+3
2018-10-09
lightnvm: pblk: add trace events for chunk states
Hans Holmberg
1
-0
/
+4
2018-10-09
lightnvm: pblk: allocate line map bitmaps using a mempool
Hans Holmberg
1
-0
/
+18
2018-10-09
lightnvm: pblk: fix incorrect min_write_pgs
Matias Bjørling
1
-1
/
+1
2018-10-09
lightnvm: pblk: unify vector max req constants
Matias Bjørling
1
-6
/
+0
2018-10-09
lightnvm: move bad block and chunk state logic to core
Matias Bjørling
1
-113
/
+3
2018-10-09
lightnvm: move device L2P detection to core
Matias Bjørling
1
-7
/
+0
2018-07-13
lightnvm: pblk: assume that chunks are closed on 1.2 devices
Hans Holmberg
1
-2
/
+3
2018-07-13
lightnvm: pblk: expose generic disk name on pr_* msgs
Matias Bjørling
1
-37
/
+39
2018-07-13
lightnvm: move NVM_DEBUG to pblk
Matias Bjørling
1
-4
/
+4
2018-07-13
lightnvm: pblk: handle case when mw_cunits equals to 0
Marcin Dziegielewski
1
-4
/
+5
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-06-05
lightnvm: pblk: make symbol write_buffer_size static
Wei Yongjun
1
-1
/
+1
2018-06-01
lightnvm: pblk: add possibility to set write buffer size manually
Marcin Dziegielewski
1
-2
/
+12
2018-06-01
lightnvm: pblk: garbage collect lines with failed writes
Hans Holmberg
1
-15
/
+31
2018-06-01
lightnvm: pblk: rework write error recovery path
Hans Holmberg
1
-0
/
+2
2018-06-01
lightnvm: pass flag on graceful teardown to targets
Javier González
1
-6
/
+8
2018-06-01
lightnvm: pblk: check for chunk size before allocating it
Javier González
1
-3
/
+3
2018-06-01
lightnvm: pblk: remove unnecessary argument
Javier González
1
-1
/
+1
2018-06-01
lightnvm: pblk: recheck for bad lines at runtime
Javier González
1
-4
/
+7
2018-06-01
lightnvm: pblk: fail gracefully on line alloc. failure
Javier González
1
-0
/
+5
2018-05-31
lightnvm: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-36
/
+36
2018-03-30
lightnvm: pblk: implement 2.0 support
Javier González
1
-6
/
+50
2018-03-30
lightnvm: pblk: implement get log report chunk
Javier González
1
-64
/
+158
2018-03-30
lightnvm: pblk: rename ppaf* to addrf*
Javier González
1
-4
/
+4
2018-03-30
lightnvm: pblk: check for supported version
Javier González
1
-2
/
+8
2018-03-30
lightnvm: normalize geometry nomenclature
Javier González
1
-15
/
+15
2018-03-30
lightnvm: simplify geometry structure
Javier González
1
-55
/
+62
2018-03-30
lightnvm: pblk: refactor init/exit sequences
Javier González
1
-203
/
+202
2018-03-30
lightnvm: fix bad block initialization
Heiner Litz
1
-1
/
+2
2018-03-30
lightnvm: remove nvm_dev_ops->max_phys_sect
Matias Bjørling
1
-5
/
+4
2018-03-30
lightnvm: pblk: refactor bad block identification
Javier González
1
-100
/
+109
2018-03-30
lightnvm: pblk: delete writer kick timer before stopping thread
Hans Holmberg
1
-1
/
+1
2018-03-30
lightnvm: pblk: add padding distribution sysfs attribute
Hans Holmberg
1
-2
/
+14
2018-03-30
lightnvm: pblk: export write amplification counters to sysfs
Hans Holmberg
1
-2
/
+9
2018-03-09
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-1
/
+1
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
[next]