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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
8
-15
/
+50
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-11
nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
Kai-Heng Feng
1
-0
/
+2
2020-08-05
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
3
-12
/
+12
2020-08-05
nvme-tcp: fix possible hang waiting for icresp response
Sagi Grimberg
1
-0
/
+3
2020-07-22
nvme: explicitly update mpath disk capacity on revalidation
Anthony Iliopoulos
2
-0
/
+14
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: fix possible deadlock when I/O is blocked
Sagi Grimberg
1
-1
/
+0
2020-07-09
nvme-multipath: set bdi capabilities once
Keith Busch
2
-7
/
+8
2020-06-30
nvme: don't protect ns mutation with ns->head->lock
Sagi Grimberg
1
-8
/
+4
2020-06-30
nvmet: fail outstanding host posted AEN req
Chaitanya Kulkarni
1
-7
/
+20
2020-06-30
nvmet: cleanups the loop in nvmet_async_events_process
David Milburn
1
-9
/
+6
2020-06-24
nvme-pci: use simple suspend when a HMB is enabled
Christoph Hellwig
1
-0
/
+6
2020-06-24
nvme-fc: don't call nvme_cleanup_cmd() for AENs
Daniel Wagner
1
-2
/
+3
2020-06-22
nvmet: fix memory leak when removing namespaces and controllers concurrently
Sagi Grimberg
1
-9
/
+6
2020-06-22
nvme-pci: make sure write/poll_queues less or equal then cpu count
Weiping Zhang
1
-4
/
+18
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-fc: avoid gcc-10 zero-length-bounds warning
Arnd Bergmann
1
-1
/
+1
2020-06-22
nvme: refine the Qemu Identify CNS quirk
Christoph Hellwig
1
-2
/
+14
2020-05-27
nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()
Dongli Zhang
1
-4
/
+7
2020-05-12
nvme-pci: dma read memory barrier for completions
Keith Busch
1
-0
/
+5
2020-05-10
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-10
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-04-27
nvme: prevent double free in nvme_alloc_ns() error handling
Niklas Cassel
1
-0
/
+2
2020-04-10
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-124
/
+242
2020-04-07
nvmet-rdma: fix double free of rdma queue
Israel Rukshin
1
-12
/
+18
2020-04-04
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
2
-13
/
+2
2020-04-04
nvme: fix deadlock caused by ANA update wrong locking
Sagi Grimberg
1
-2
/
+2
2020-04-04
nvmet-rdma: fix bonding failover possible NULL deref
Sagi Grimberg
1
-56
/
+119
2020-04-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-14
/
+0
2020-04-02
nvmet: fix NULL dereference when removing a referral
Sagi Grimberg
1
-1
/
+9
2020-04-02
nvme: inherit stable pages constraint in the mpath stack device
Sagi Grimberg
1
-0
/
+7
2020-04-01
nvme-tcp: fix possible crash in recv error flow
Sagi Grimberg
1
-1
/
+1
2020-03-31
nvme-tcp: don't poll a non-live queue
Sagi Grimberg
1
-0
/
+3
2020-03-31
nvme-tcp: fix possible crash in write_zeroes processing
Sagi Grimberg
1
-6
/
+7
2020-03-31
nvmet-fc: fix typo in comment
James Smart
1
-1
/
+1
2020-03-31
nvme-rdma: Replace comma with a semicolon
Israel Rukshin
1
-1
/
+1
2020-03-31
nvme-fcloop: fix deallocation of working context
James Smart
1
-24
/
+52
2020-03-31
nvme: fix compat address handling in several ioctls
Nick Bowler
1
-7
/
+20
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-235
/
+533
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+3
[next]