index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-01
Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+9
2014-03-13
nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
Alexander Gordeev
1
-24
/
+9
2014-03-07
nvme: don't use PREPARE_WORK
Tejun Heo
1
-6
/
+12
2014-02-05
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
1
-105
/
+505
2014-02-02
NVMe: Namespace use after free on surprise removal
Keith Busch
1
-13
/
+42
2014-01-29
NVMe: Correct uses of INIT_WORK
Matthew Wilcox
1
-4
/
+5
2014-01-27
NVMe: Include device and queue numbers in interrupt name
Matthew Wilcox
1
-5
/
+9
2014-01-27
NVMe: Add a pci_driver shutdown method
Keith Busch
1
-0
/
+7
2014-01-27
NVMe: Disable admin queue on init failure
Keith Busch
1
-5
/
+6
2014-01-27
NVMe: Dynamically allocate partition numbers
Matthew Wilcox
1
-33
/
+3
2014-01-27
NVMe: Async IO queue deletion
Keith Busch
1
-12
/
+217
2014-01-27
NVMe: Surprise removal handling
Keith Busch
1
-3
/
+10
2014-01-27
NVMe: Abort timed out commands
Keith Busch
1
-1
/
+67
2014-01-27
NVMe: Schedule reset for failed controllers
Keith Busch
1
-2
/
+19
2013-12-16
NVMe: Device resume error handling
Keith Busch
1
-15
/
+93
2013-12-16
NVMe: Cache dev->pci_dev in a local pointer
Matthew Wilcox
1
-4
/
+4
2013-12-16
NVMe: Fix lockdep warnings
Matthew Wilcox
1
-6
/
+6
2013-12-16
NVMe: compat SG_IO ioctl
Keith Busch
1
-1
/
+17
2013-11-23
block: Introduce new bio_split()
Kent Overstreet
1
-97
/
+9
2013-11-23
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-14
/
+19
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-12
/
+13
2013-11-18
NVMe: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-3
/
+2
2013-11-18
NVMe: Avoid shift operation when writing cq head doorbell
Haiyan Hu
1
-5
/
+5
2013-09-21
DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helper
Russell King
1
-6
/
+4
2013-09-06
NVMe: Merge issue on character device bring-up
Keith Busch
1
-4
/
+8
2013-09-03
NVMe: Handle ioremap failure
Keith Busch
1
-8
/
+22
2013-09-03
NVMe: Add pci suspend/resume driver callbacks
Keith Busch
1
-15
/
+58
2013-09-03
NVMe: Use normal shutdown
Keith Busch
1
-0
/
+26
2013-09-03
NVMe: Separate controller init from disk discovery
Keith Busch
1
-30
/
+47
2013-09-03
NVMe: Separate queue alloc/free from create/delete
Keith Busch
1
-39
/
+94
2013-09-03
NVMe: Group pci related actions in functions
Keith Busch
1
-46
/
+66
2013-09-03
NVMe: Disk stats for read/write commands only
Keith Busch
1
-3
/
+3
2013-09-03
NVMe: Bring up cdev on set feature failure
Keith Busch
1
-2
/
+2
2013-09-03
NVMe: Fix checkpatch issues
Keith Busch
1
-5
/
+4
2013-09-03
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-28
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-09
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
[next]