index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
nvme: Add .stop_ctrl to nvme ctrl ops
Nitzan Carmi
3
-3
/
+12
2018-03-26
nvme-rdma: Allow DELETING state change failure in error_recovery
Nitzan Carmi
1
-2
/
+2
2018-03-26
nvme: Skip checking heads without namespaces
Keith Busch
1
-0
/
+1
2018-03-26
nvme-rdma: Don't flush delete_wq by default during remove_one
Max Gurtovoy
1
-0
/
+14
2018-03-26
nvmet-rdma: Don't flush system_wq by default during remove_one
Max Gurtovoy
1
-1
/
+18
2018-03-26
nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()
Israel Rukshin
1
-16
/
+11
2018-03-26
nvmet-rdma: Remove unused queue state
Israel Rukshin
1
-5
/
+1
2018-03-26
nvmet_fc: prevent new io rqsts in possible isr completions
James Smart
1
-3
/
+16
2018-03-26
nvme_fc: on remoteport reuse, set new nport_id and role.
James Smart
1
-0
/
+2
2018-03-26
nvme_fc: fix abort race on teardown with lld reject
James Smart
1
-1
/
+4
2018-03-26
nvme_fc: io timeout should defer abort to ctrl reset
James Smart
1
-11
/
+1
2018-03-26
nvme_fc: fix ctrl create failures racing with workq items
James Smart
1
-0
/
+4
2018-03-26
nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
Jarosław Janik
1
-2
/
+5
2018-03-26
nvme: centralize ctrl removal prints
Max Gurtovoy
3
-12
/
+8
2018-03-26
nvme-pci: Add .get_address ctrl callback
Keith Busch
1
-0
/
+8
2018-03-26
nvme: implement log page low/high offset and dwords
Matias Bjørling
1
-10
/
+22
2018-03-26
nvme: change namespaces_mutext to namespaces_rwsem
Jianchao Wang
3
-35
/
+35
2018-03-26
nvme: fix the dangerous reference of namespaces list
Jianchao Wang
1
-2
/
+14
2018-03-26
nvme-pci: quiesce IO queues prior to disabling device HMB accesses
Jianchao Wang
1
-5
/
+4
2018-03-26
nvme: Add fault injection feature
Thomas Tai
4
-0
/
+109
2018-03-26
nvme: use define instead of magic value for identify size
Minwoo Im
1
-2
/
+3
2018-03-26
nvmet: don't return "any" ip address in discovery log page
Sagi Grimberg
3
-3
/
+47
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2
-3
/
+3
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
1
-1
/
+1
2018-02-28
Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus
Jens Axboe
7
-23
/
+28
2018-02-28
nvmet: fix PSDT field check in command format
Max Gurtovoy
1
-3
/
+6
2018-02-28
nvme-multipath: fix sysfs dangerously created links
Baegjae Sung
2
-14
/
+13
2018-02-26
nvme-pci: Fix nvme queue cleanup if IRQ setup fails
Jianchao Wang
1
-1
/
+4
2018-02-22
nvmet-loop: use blk_rq_payload_bytes for sgl selection
Christoph Hellwig
1
-2
/
+2
2018-02-22
nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes
Christoph Hellwig
1
-2
/
+2
2018-02-22
nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
Christoph Hellwig
1
-1
/
+1
2018-02-14
nvme-rdma: fix sysfs invoked reset_ctrl error flow
Nitzan Carmi
2
-6
/
+7
2018-02-14
nvmet: Change return code of discard command if not supported
Israel Rukshin
1
-2
/
+5
2018-02-13
nvme-pci: Fix timeouts in connecting state
Keith Busch
1
-1
/
+5
2018-02-13
nvme-pci: Remap CMB SQ entries on every controller reset
Keith Busch
1
-11
/
+14
2018-02-13
nvme: fix the deadlock in nvme_update_formats
Jianchao Wang
1
-3
/
+8
2018-02-12
nvme: Don't use a stack buffer for keep-alive command
Roland Dreier
2
-5
/
+4
2018-02-11
nvme_fc: cleanup io completion
James Smart
1
-51
/
+12
2018-02-11
nvme_fc: correct abort race condition on resets
James Smart
1
-72
/
+26
2018-02-08
nvme: Fix discard buffer overrun
Keith Busch
1
-3
/
+5
2018-02-08
nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transition
Max Gurtovoy
1
-1
/
+0
2018-02-08
nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process
Max Gurtovoy
2
-0
/
+4
2018-02-08
nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
Max Gurtovoy
6
-24
/
+25
2018-02-04
Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+2
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2018-01-30
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
1
-10
/
+2
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
19
-499
/
+833
2018-01-26
nvme: add tracepoint for nvme_complete_rq
Johannes Thumshirn
2
-0
/
+27
2018-01-26
nvme: add tracepoint for nvme_setup_cmd
Johannes Thumshirn
4
-0
/
+281
2018-01-26
nvme-pci: introduce RECONNECTING state to mark initializing procedure
Jianchao Wang
2
-3
/
+18
[next]