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
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-24
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-14
/
+19
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-12
/
+13
2013-09-22
DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...
Russell King
1
-6
/
+4
2013-09-07
NVMe: Merge issue on character device bring-up
Keith Busch
1
-4
/
+8
2013-09-04
NVMe: Handle ioremap failure
Keith Busch
1
-8
/
+22
2013-09-04
NVMe: Add pci suspend/resume driver callbacks
Keith Busch
1
-15
/
+58
2013-09-04
NVMe: Use normal shutdown
Keith Busch
1
-0
/
+26
2013-09-04
NVMe: Separate controller init from disk discovery
Keith Busch
1
-30
/
+47
2013-09-04
NVMe: Separate queue alloc/free from create/delete
Keith Busch
1
-39
/
+94
2013-09-04
NVMe: Group pci related actions in functions
Keith Busch
1
-46
/
+66
2013-09-04
NVMe: Disk stats for read/write commands only
Keith Busch
1
-3
/
+3
2013-09-04
NVMe: Bring up cdev on set feature failure
Keith Busch
1
-2
/
+2
2013-09-04
NVMe: Fix checkpatch issues
Keith Busch
1
-5
/
+4
2013-09-04
NVMe: Namespace IDs are unsigned
Matthew Wilcox
1
-2
/
+5
2013-06-24
NVMe: Call nvme_process_cq from submission path
Matthew Wilcox
1
-19
/
+20
2013-06-24
NVMe: Remove "process_cq did something" message
Matthew Wilcox
1
-2
/
+1
2013-06-24
NVMe: Return correct value from interrupt handler
Matthew Wilcox
1
-5
/
+9
2013-06-20
NVMe: Disk IO statistics
Keith Busch
1
-0
/
+28
2013-06-20
NVMe: Restructure MSI / MSI-X setup
Matthew Wilcox
1
-21
/
+23
2013-05-31
NVMe: Add MSI support
Ramachandra Rao Gajula
1
-8
/
+32
2013-05-29
NVMe: Use dma_set_mask() correctly
Matthew Wilcox
1
-2
/
+8
2013-05-23
Return the result from user admin command IOCTL even in case of failure
Chayan Biswas
1
-1
/
+1
2013-05-17
NVMe: Do not cancel command multiple times
Keith Busch
1
-0
/
+2
2013-05-17
NVMe: fix error return code in nvme_submit_bio_queue()
Wei Yongjun
1
-1
/
+2
2013-05-17
NVMe: check for integer overflow in nvme_map_user_pages()
Dan Carpenter
1
-2
/
+3
2013-05-10
NVMe: Use user defined admin ioctl timeout
Keith Busch
1
-1
/
+5
2013-05-08
NVMe: Only clear the enable bit when disabling controller
Matthew Wilcox
1
-1
/
+4
2013-05-08
NVMe: Wait for device to acknowledge shutdown
Matthew Wilcox
1
-19
/
+46
2013-05-02
NVMe: Schedule timeout for sync commands
Keith Busch
1
-1
/
+1
2013-05-02
NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Keith Busch
1
-4
/
+67
2013-05-02
NVMe: Device specific stripe size handling
Keith Busch
1
-4
/
+15
2013-05-02
NVMe: Split non-mergeable bio requests
Keith Busch
1
-30
/
+122
2013-05-02
NVMe: Remove dead code in nvme_dev_add
Keith Busch
1
-9
/
+2
2013-05-02
NVMe: Check for NULL memory in nvme_dev_add
Keith Busch
1
-0
/
+2
2013-05-02
NVMe: Fix error clean-up on nvme_alloc_queue
Keith Busch
1
-1
/
+1
2013-05-02
NVMe: Free admin queue on request_irq error
Keith Busch
1
-4
/
+9
2013-05-02
NVMe: Set TASK_INTERRUPTIBLE before processing queues
Arjan van de Ven
1
-2
/
+1
2013-04-16
NVMe: Add a character device for each nvme device
Keith Busch
1
-10
/
+64
2013-04-16
NVMe: Fix endian-related problems in user I/O submission path
Matthew Wilcox
1
-4
/
+4
2013-04-16
NVMe: Fix I/O cancellation status on big-endian machines
Matthew Wilcox
1
-1
/
+1
2013-04-16
NVMe: Don't fail initialisation unnecessarily
Matthew Wilcox
1
-1
/
+7
2013-04-16
NVMe: Abstract out sector to block number conversion
Matthew Wilcox
1
-2
/
+2
2013-04-16
NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer
Arjan van de Ven
1
-1
/
+1
2013-03-28
NVMe: Add nvme-scsi.c
Vishal Verma
1
-17
/
+20
2013-03-27
NVMe: Add definitions for format command
Vishal Verma
1
-0
/
+1
2013-03-27
NVMe: Move structures & definitions to header file
Vishal Verma
1
-55
/
+0
2013-03-26
NVMe: Rename nvme.c to nvme-core.c
Vishal Verma
1
-0
/
+1865