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
/
nvme.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-14
nvme: directly cache command effects log
Keith Busch
1
-6
/
+0
2020-11-03
nvme: introduce nvme_sync_io_queues
Chao Leng
1
-0
/
+1
2020-10-22
nvme: use queuedata for nvme_req_qid
Keith Busch
1
-1
/
+1
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+5
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-13
/
+0
2020-10-07
nvme: remove the disk argument to nvme_update_zone_info
Christoph Hellwig
1
-6
/
+2
2020-10-07
nvme: fix initialization of the zone bitmaps
Christoph Hellwig
1
-0
/
+1
2020-09-27
nvme: use an xarray to lookup the Commands Supported and Effects log
Chaitanya Kulkarni
1
-1
/
+1
2020-09-27
nvme: lift the file open code from nvme_ctrl_get_by_path
Chaitanya Kulkarni
1
-1
/
+1
2020-09-24
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
1
-13
/
+0
2020-09-22
nvme: return errors for hwmon init
Keith Busch
1
-2
/
+5
2020-09-08
nvme: Revert: Fix controller creation races with teardown flow
James Smart
1
-1
/
+0
2020-09-02
nvme: don't call revalidate_disk from nvme_set_queue_dying
Christoph Hellwig
1
-13
/
+0
2020-09-02
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
1
-1
/
+1
2020-08-29
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
1
-1
/
+1
2020-08-22
nvme: just check the status code type in nvme_is_path_error
Christoph Hellwig
1
-10
/
+2
2020-08-22
nvme: refactor command completion
Christoph Hellwig
1
-3
/
+28
2020-08-22
nvme: rename and document nvme_end_request
Christoph Hellwig
1
-1
/
+7
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+84
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+5
2020-07-29
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
1
-0
/
+7
2020-07-29
nvme: export nvme_find_get_ns() and nvme_put_ns()
Logan Gunthorpe
1
-0
/
+2
2020-07-29
nvme: introduce nvme_ctrl_get_by_path()
Logan Gunthorpe
1
-0
/
+1
2020-07-29
nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()
Logan Gunthorpe
1
-0
/
+1
2020-07-29
nvme: create helper function to obtain command effects
Logan Gunthorpe
1
-0
/
+3
2020-07-29
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
1
-0
/
+6
2020-07-29
nvme: document nvme controller states
Sagi Grimberg
1
-0
/
+14
2020-07-29
nvme-core: replace ctrl page size with a macro
Chaitanya Kulkarni
1
-1
/
+8
2020-07-16
nvme: explicitly update mpath disk capacity on revalidation
Anthony Iliopoulos
1
-0
/
+13
2020-07-08
nvme: support for zoned namespaces
Keith Busch
1
-0
/
+39
2020-07-08
nvme: support for multiple Command Sets Supported and Effects log pages
Keith Busch
1
-1
/
+9
2020-07-08
nvme: implement multiple I/O Command Set support
Niklas Cassel
1
-0
/
+1
2020-07-08
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
1
-0
/
+2
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-0
/
+1
2020-06-24
nvme-multipath: fix deadlock due to head->lock
Anton Eidelman
1
-0
/
+2
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
1
-3
/
+4
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-1
/
+2
2020-06-05
block: remove the error argument to the block_bio_complete tracepoint
Christoph Hellwig
1
-2
/
+1
2020-05-27
nvme: introduce NVME_INLINE_METADATA_SG_CNT
Israel Rukshin
1
-0
/
+2
2020-05-27
nvme: introduce max_integrity_segments ctrl attribute
Max Gurtovoy
1
-0
/
+1
2020-05-27
nvme: make nvme_ns_has_pi accessible to transports
James Smart
1
-0
/
+7
2020-05-27
nvme: introduce NVME_NS_METADATA_SUPPORTED flag
Max Gurtovoy
1
-0
/
+1
2020-05-27
nvme: introduce namespace features flag
Max Gurtovoy
1
-1
/
+5
2020-05-27
nvme: delete an unnecessary declaration
Dan Carpenter
1
-1
/
+0
2020-05-10
nvme: consolidate chunk_sectors settings
Keith Busch
1
-1
/
+0
2020-05-10
nvme: check namespace head shared property
Keith Busch
1
-0
/
+1
2020-05-10
nvme: provide num dword helper
Keith Busch
1
-0
/
+8
2020-03-25
nvme: Fix controller creation races with teardown flow
Israel Rukshin
1
-0
/
+1
2020-03-25
nvme-multipath: do not reset on unknown status
John Meneghini
1
-2
/
+3
2019-11-26
nvme-rdma: Avoid preallocating big SGL for data
Israel Rukshin
1
-0
/
+6
[next]