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
starfive-6.6.48-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
/
nvme
/
host
/
lightnvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-30
lightnvm: remove function name in strings
Matias Bjørling
1
-6
/
+6
2018-03-30
lightnvm: implement get log report chunk helpers
Javier González
1
-0
/
+74
2018-03-30
lightnvm: normalize geometry nomenclature
Javier González
1
-27
/
+27
2018-03-30
lightnvm: complete geo structure with maxoc*
Javier González
1
-0
/
+17
2018-03-30
lightnvm: add shorten OCSSD version in geo
Javier González
1
-0
/
+6
2018-03-30
lightnvm: add minor version to generic geometry
Javier González
1
-5
/
+20
2018-03-30
lightnvm: simplify geometry structure
Javier González
1
-138
/
+199
2018-03-30
nvme: lightnvm: add late setup of block size and metadata
Matias Bjørling
1
-0
/
+8
2018-03-30
lightnvm: remove nvm_dev_ops->max_phys_sect
Matias Bjørling
1
-4
/
+1
2018-03-30
lightnvm: add 2.0 geometry identification
Matias Bjørling
1
-49
/
+289
2018-03-30
lightnvm: flatten nvm_id_group into nvm_id
Matias Bjørling
1
-55
/
+51
2018-03-30
lightnvm: make 1.2 data structures explicit
Matias Bjørling
1
-41
/
+41
2018-03-30
lightnvm: remove multiple groups in 1.2 data structure
Matias Bjørling
1
-2
/
+3
2018-03-30
lightnvm: remove mlc pairs structure
Matias Bjørling
1
-13
/
+1
2018-03-30
lightnvm: remove chnl_offset in nvme_nvm_identity
Matias Bjørling
1
-3
/
+1
2018-01-05
lightnvm: make geometry structures 2.0 ready
Matias Bjørling
1
-29
/
+50
2018-01-05
lightnvm: remove lower page tables
Matias Bjørling
1
-14
/
+0
2018-01-05
lightnvm: remove hybrid ocssd 1.2 support
Matias Bjørling
1
-96
/
+0
2017-11-11
nvme: track shared namespaces
Christoph Hellwig
1
-7
/
+7
2017-10-13
lightnvm: implement generic path for sync I/O
Javier González
1
-14
/
+56
2017-10-13
lightnvm: fail fast on passthrough commands
Javier González
1
-2
/
+0
2017-09-11
nvme: fix lightnvm check
Christoph Hellwig
1
-26
/
+0
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-13
/
+2
2017-06-27
lightnvm: propagate right error code to target
Javier González
1
-1
/
+1
2017-06-15
nvmet: use NVME_IDENTIFY_DATA_SIZE
Johannes Thumshirn
1
-1
/
+1
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-1
/
+1
2017-06-09
nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
Christoph Hellwig
1
-11
/
+1
2017-05-10
nvme: lightnvm: fix memory leak
Rakesh Pandit
1
-1
/
+2
2017-05-08
lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warning
Geert Uytterhoeven
1
-3
/
+3
2017-05-04
lightnvm: create cmd before allocating request
Javier González
1
-2
/
+2
2017-04-25
nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_io
Christoph Hellwig
1
-1
/
+1
2017-04-20
nvme: make nvme_error_status private
Christoph Hellwig
1
-3
/
+3
2017-04-20
nvme: split nvme status from block req->errors
Christoph Hellwig
1
-3
/
+6
2017-04-20
lightnvm: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
1
-5
/
+1
2017-04-16
lightnvm: bad type conversion for nvme control bits
Javier González
1
-1
/
+1
2017-04-16
lightnvm: enable nvme size compile asserts
Matias Bjørling
1
-2
/
+4
2017-04-16
lightnvm: submit erases using the I/O path
Javier González
1
-22
/
+10
2017-04-16
nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify
Scott Bauer
1
-1
/
+1
2017-01-31
lightnvm: use end_io callback instead of instance
Matias Bjørling
1
-1
/
+2
2017-01-31
lightnvm: add ioctls for vector I/Os
Matias Bjørling
1
-0
/
+220
2017-01-31
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
1
-45
/
+42
2017-01-31
lightnvm: merge gennvm with core
Matias Bjørling
1
-4
/
+3
2016-11-29
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
1
-0
/
+3
2016-11-29
lightnvm: move block provisioning to targets
Javier González
1
-2
/
+9
2016-11-29
lightnvm: enable to send hint to erase command
Javier González
1
-0
/
+1
2016-11-29
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
1
-12
/
+163
2016-11-29
nvme: lightnvm: frees wrong cmd structure
Matias Bjørling
1
-1
/
+1
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
1
-24
/
+7
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
1
-2
/
+7
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
1
-7
/
+24
[next]