index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
2018-05-29
1
-9
/
+5
|
|
/
/
|
*
|
nvme-pci: fix race between poll and IRQ completions
Jens Axboe
2018-05-21
1
-4
/
+11
|
*
|
nvme-pci: drop IRQ disabling on submission queue lock
Jens Axboe
2018-05-18
1
-4
/
+4
|
*
|
nvme-pci: split the nvme queue lock into submission and completion locks
Jens Axboe
2018-05-18
1
-21
/
+23
|
*
|
nvme-pci: handle completions outside of the queue lock
Jens Axboe
2018-05-18
1
-42
/
+45
|
*
|
nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
Jens Axboe
2018-05-18
1
-5
/
+13
|
*
|
nvme-pci: remove cq check after submission
Jens Axboe
2018-05-18
1
-2
/
+0
|
*
|
nvme-pci: simplify nvme_cqe_valid
Christoph Hellwig
2018-05-18
1
-6
/
+6
|
*
|
nvme/pci: Sync controller reset for AER slot_reset
Keith Busch
2018-05-11
1
-2
/
+9
|
*
|
nvme/pci: Hold controller reference during async probe
Keith Busch
2018-05-07
1
-0
/
+3
|
*
|
nvme/pci: Use async_schedule for initial reset work
Keith Busch
2018-05-02
1
-1
/
+9
|
*
|
nvme: lightnvm: add granby support
Wei Xu
2018-04-26
1
-0
/
+2
|
*
|
NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage
Micah Parrish
2018-04-26
1
-0
/
+2
|
|
/
*
/
nvme: add quirk to force medium priority for SQ creation
Jens Axboe
2018-05-11
1
-1
/
+11
|
/
*
nvme-pci: Separate IO and admin queue IRQ vectors
Keith Busch
2018-04-12
1
-6
/
+17
*
nvme-pci: Remove unused queue parameter
Keith Busch
2018-04-12
1
-7
/
+3
*
nvme-pci: Skip queue deletion if there are no queues
Keith Busch
2018-04-12
1
-1
/
+1
*
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-8
/
+18
|
\
|
*
blk-mq: Allow PCI vector offset for mapping queues
Keith Busch
2018-03-28
1
-1
/
+1
|
*
nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
Jarosław Janik
2018-03-26
1
-2
/
+5
|
*
nvme-pci: Add .get_address ctrl callback
Keith Busch
2018-03-26
1
-0
/
+8
|
*
nvme-pci: quiesce IO queues prior to disabling device HMB accesses
Jianchao Wang
2018-03-26
1
-5
/
+4
*
|
nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
Ming Lei
2018-03-01
1
-1
/
+1
*
|
nvme-pci: Fix EEH failure on ppc
Wen Xiong
2018-03-01
1
-6
/
+7
|
/
*
Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2018-02-28
1
-1
/
+4
|
\
|
*
nvme-pci: Fix nvme queue cleanup if IRQ setup fails
Jianchao Wang
2018-02-26
1
-1
/
+4
*
|
nvme-pci: Fix timeouts in connecting state
Keith Busch
2018-02-14
1
-1
/
+5
*
|
nvme-pci: Remap CMB SQ entries on every controller reset
Keith Busch
2018-02-14
1
-11
/
+14
*
|
nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
Max Gurtovoy
2018-02-08
1
-4
/
+4
|
/
*
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
1
-105
/
+111
|
\
|
*
nvme-pci: introduce RECONNECTING state to mark initializing procedure
Jianchao Wang
2018-01-26
1
-2
/
+17
|
*
nvme-pci: Suspend queues after deleting them
Keith Busch
2018-01-25
1
-19
/
+8
|
*
nvme-pci: Fix queue double allocations
Keith Busch
2018-01-23
1
-0
/
+3
|
*
nvme-pci: clean up SMBSZ bit definitions
Christoph Hellwig
2018-01-17
1
-6
/
+17
|
*
nvme-pci: clean up CMB initialization
Christoph Hellwig
2018-01-17
1
-27
/
+14
|
*
nvme: fix comment typos in nvme_create_io_queues
Minwoo Im
2018-01-15
1
-2
/
+2
|
*
nvme-pci: allocate device queues storage space at probe
Sagi Grimberg
2018-01-15
1
-37
/
+26
|
*
nvme-pci: serialize pci resets
Sagi Grimberg
2018-01-15
1
-1
/
+1
|
*
nvme-pci: fix NULL pointer reference in nvme_alloc_ns
Jianchao Wang
2018-01-08
1
-9
/
+21
|
*
nvme-pci: don't open-code nvme_reset_ctrl
Sagi Grimberg
2018-01-08
1
-2
/
+2
|
*
nvme-pci: remove an unnecessary initialization in HMB code
Minwoo Im
2018-01-08
1
-2
/
+2
*
|
nvme-pci: take sglist coalescing in dma_map_sg into account
Christoph Hellwig
2018-01-17
1
-12
/
+9
*
|
nvme-pci: check segement valid for SGL use
Keith Busch
2018-01-17
1
-2
/
+5
*
|
nvme-pci: move use_sgl initialization to nvme_init_iod()
Minwoo Im
2017-12-29
1
-22
/
+20
|
/
*
nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()
Minwoo Im
2017-11-28
1
-0
/
+1
*
nvme-pci: add quirk for delay before CHK RDY for WDC SN200
Jeff Lien
2017-11-23
1
-0
/
+2
*
nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.
Minwoo Im
2017-11-20
1
-1
/
+1
*
nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A
Kai-Heng Feng
2017-11-20
1
-2
/
+10
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-15
1
-48
/
+195
|
\
|
*
nvme-pci: avoid dereference of symbol from unloaded module
Ming Lei
2017-11-11
1
-1
/
+2
[prev]
[next]