index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
nvme-tcp: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-23
nvme-rdma: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-23
nvme-fc: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-17
nvme-pci: cancel nvme device request before disabling
Tong Zhang
1
-2
/
+2
2020-09-17
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-09-17
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-16
/
+33
2020-09-17
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
1
-0
/
+6
2020-09-17
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-09-17
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-20
/
+36
2020-09-17
nvme-tcp: serialize controller teardown sequences
Sagi Grimberg
1
-2
/
+9
2020-09-17
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
2
-2
/
+3
2020-09-17
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
Sagi Grimberg
1
-1
/
+0
2020-09-17
nvme-fabrics: allow to queue requests for live queues
Sagi Grimberg
1
-4
/
+8
2020-09-09
nvme: fix controller instance leak
Keith Busch
1
-1
/
+1
2020-09-03
nvme: multipath: round-robin: fix single non-optimized path case
Martin Wilck
1
-5
/
+10
2020-09-03
nvme-fc: Fix wrong return value in __nvme_fc_init_request()
Tianjia Zhang
1
-2
/
+2
2020-08-19
nvme-multipath: do not fall back to __nvme_find_path() for non-optimized paths
Hannes Reinecke
1
-4
/
+7
2020-08-19
nvme-multipath: fix logic for non-optimized paths
Martin Wilck
1
-0
/
+6
2020-08-19
nvme-rdma: fix controller reset hang during traffic
Sagi Grimberg
1
-3
/
+9
2020-08-19
nvme-tcp: fix controller reset hang during traffic
Sagi Grimberg
1
-3
/
+9
2020-08-19
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
3
-12
/
+12
2020-08-11
nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
Kai-Heng Feng
1
-0
/
+2
2020-08-05
nvme-tcp: fix possible hang waiting for icresp response
Sagi Grimberg
1
-0
/
+3
2020-07-16
nvme-rdma: assign completion vector correctly
Max Gurtovoy
1
-1
/
+1
2020-07-09
nvme: fix a crash in nvme_mpath_add_disk
Christoph Hellwig
1
-3
/
+4
2020-07-09
nvme: fix identify error status silent ignore
Sagi Grimberg
1
-3
/
+9
2020-07-09
nvme-multipath: fix bogus request queue reference put
Sagi Grimberg
1
-0
/
+8
2020-07-09
nvme-multipath: fix deadlock due to head->lock
Anton Eidelman
2
-2
/
+4
2020-07-09
nvme-multipath: fix deadlock between ana_work and scan_work
Anton Eidelman
1
-8
/
+16
2020-07-09
nvme-multipath: set bdi capabilities once
Keith Busch
1
-0
/
+8
2020-06-30
nvme: don't protect ns mutation with ns->head->lock
Sagi Grimberg
1
-8
/
+4
2020-06-24
nvme-pci: use simple suspend when a HMB is enabled
Christoph Hellwig
1
-0
/
+6
2020-06-22
nvme-tcp: use bh_lock in data_ready
Sagi Grimberg
1
-2
/
+2
2020-06-22
nvme-pci: align io queue count with allocted nvme_queue in nvme_probe
Weiping Zhang
1
-24
/
+33
2020-06-22
nvme: refine the Qemu Identify CNS quirk
Christoph Hellwig
1
-2
/
+14
2020-05-14
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-14
nvme: refactor nvme_identify_ns_descs error handling
Christoph Hellwig
1
-15
/
+13
2020-05-06
nvme: prevent double free in nvme_alloc_ns() error handling
Niklas Cassel
1
-0
/
+2
2020-04-29
nvme: fix compat address handling in several ioctls
Nick Bowler
1
-7
/
+20
2020-04-29
nvme: fix deadlock caused by ANA update wrong locking
Sagi Grimberg
1
-2
/
+2
2020-04-29
nvme-tcp: fix possible crash in write_zeroes processing
Sagi Grimberg
1
-6
/
+7
2020-04-17
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
1
-12
/
+2
2020-04-08
nvme-rdma: Avoid double freeing of async event data
Prabhath Sajeepa
1
-3
/
+5
2020-03-12
nvme: Fix uninitialized-variable warning
Keith Busch
1
-1
/
+1
2020-03-12
nvme-pci: Use single IRQ vector for old Apple models
Andy Shevchenko
1
-1
/
+2
2020-03-12
nvme/pci: Add sleep quirk for Samsung and Toshiba drives
Shyjumon N
1
-0
/
+12
2020-03-05
nvme-pci: Hold cq_poll_lock while completing CQEs
Bijan Mottahedeh
1
-1
/
+1
2020-03-05
nvme/pci: move cqe check after device shutdown
Keith Busch
1
-5
/
+18
2020-03-05
nvme: prevent warning triggered by nvme_stop_keep_alive
Nigel Kirkland
3
-7
/
+7
2020-03-05
nvme/tcp: fix bug on double requeue when send fails
Anton Eidelman
1
-1
/
+6
[next]