index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NVMe: Add MSI support
Ramachandra Rao Gajula
2013-05-31
1
-8
/
+32
*
NVMe: Use dma_set_mask() correctly
Matthew Wilcox
2013-05-28
1
-2
/
+8
*
Return the result from user admin command IOCTL even in case of failure
Chayan Biswas
2013-05-23
1
-1
/
+1
*
NVMe: Do not cancel command multiple times
Keith Busch
2013-05-17
1
-0
/
+2
*
NVMe: fix error return code in nvme_submit_bio_queue()
Wei Yongjun
2013-05-17
1
-1
/
+2
*
NVMe: check for integer overflow in nvme_map_user_pages()
Dan Carpenter
2013-05-17
1
-2
/
+3
*
NVMe: Use user defined admin ioctl timeout
Keith Busch
2013-05-09
1
-1
/
+5
*
NVMe: Only clear the enable bit when disabling controller
Matthew Wilcox
2013-05-08
1
-1
/
+4
*
NVMe: Wait for device to acknowledge shutdown
Matthew Wilcox
2013-05-08
1
-19
/
+46
*
NVMe: Schedule timeout for sync commands
Keith Busch
2013-05-02
1
-1
/
+1
*
NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Keith Busch
2013-05-02
1
-4
/
+67
*
NVMe: Device specific stripe size handling
Keith Busch
2013-05-02
1
-4
/
+15
*
NVMe: Split non-mergeable bio requests
Keith Busch
2013-05-02
1
-30
/
+122
*
NVMe: Remove dead code in nvme_dev_add
Keith Busch
2013-05-02
1
-9
/
+2
*
NVMe: Check for NULL memory in nvme_dev_add
Keith Busch
2013-05-02
1
-0
/
+2
*
NVMe: Fix error clean-up on nvme_alloc_queue
Keith Busch
2013-05-02
1
-1
/
+1
*
NVMe: Free admin queue on request_irq error
Keith Busch
2013-05-02
1
-4
/
+9
*
NVMe: Set TASK_INTERRUPTIBLE before processing queues
Arjan van de Ven
2013-05-01
1
-2
/
+1
*
NVMe: Add a character device for each nvme device
Keith Busch
2013-04-16
1
-10
/
+64
*
NVMe: Fix endian-related problems in user I/O submission path
Matthew Wilcox
2013-04-16
1
-4
/
+4
*
NVMe: Fix I/O cancellation status on big-endian machines
Matthew Wilcox
2013-04-16
1
-1
/
+1
*
NVMe: Don't fail initialisation unnecessarily
Matthew Wilcox
2013-04-16
1
-1
/
+7
*
NVMe: Abstract out sector to block number conversion
Matthew Wilcox
2013-04-16
1
-2
/
+2
*
NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer
Arjan van de Ven
2013-04-16
1
-1
/
+1
*
NVMe: Add nvme-scsi.c
Vishal Verma
2013-03-28
1
-17
/
+20
*
NVMe: Add definitions for format command
Vishal Verma
2013-03-27
1
-0
/
+1
*
NVMe: Move structures & definitions to header file
Vishal Verma
2013-03-27
1
-55
/
+0
*
NVMe: Rename nvme.c to nvme-core.c
Vishal Verma
2013-03-26
1
-0
/
+1865