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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-19
/
+55
2018-07-25
nvmet: only check for filebacking on -ENOTBLK
Hannes Reinecke
1
-1
/
+1
2018-07-25
nvmet: fixup crash on NULL device path
Hannes Reinecke
1
-2
/
+7
2018-07-24
nvme: if_ready checks to fail io to deleting controller
James Smart
5
-7
/
+12
2018-07-24
nvmet-fc: fix target sgl list on large transfers
James Smart
1
-9
/
+35
2018-07-20
nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD
Roland Dreier
1
-1
/
+1
2018-07-17
nvme: don't enable AEN if not supported
Weiping Zhang
1
-4
/
+7
2018-07-17
nvme: ensure forward progress during Admin passthru
Scott Bauer
1
-24
/
+26
2018-07-12
nvme-pci: fix memory leak on probe failure
Keith Busch
1
-5
/
+7
2018-06-28
nvme-rdma: fix possible double free of controller async event buffer
Sagi Grimberg
1
-2
/
+5
2018-06-21
nvme-pci: limit max IO size and segments to avoid high order allocations
Jens Axboe
3
-5
/
+39
2018-06-21
nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl
Jianchao Wang
1
-1
/
+1
2018-06-21
nvme-fc: release io queues to allow fast fail
James Smart
1
-3
/
+3
2018-06-20
nvmet: reset keep alive timer in controller enable
Max Gurtuvoy
1
-0
/
+8
2018-06-20
nvme-rdma: don't override opts->queue_size
Sagi Grimberg
1
-11
/
+10
2018-06-20
nvme-rdma: Fix command completion race at error recovery
Israel Rukshin
1
-2
/
+6
2018-06-20
nvme-rdma: fix possible free of a non-allocated async event buffer
Sagi Grimberg
1
-13
/
+11
2018-06-20
nvme-rdma: fix possible double free condition when failing to create a contro...
Sagi Grimberg
1
-10
/
+10
2018-06-15
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus
Jens Axboe
9
-193
/
+154
2018-06-15
nvme-fabrics: fix and refine state checks in __nvmf_check_ready
Christoph Hellwig
1
-20
/
+19
2018-06-15
nvme-fabrics: handle the admin-only case properly in nvmf_check_ready
Christoph Hellwig
1
-1
/
+2
2018-06-15
nvme-fabrics: refactor queue ready check
Christoph Hellwig
5
-50
/
+45
2018-06-14
nvme: remove nvme_reinit_tagset
Christoph Hellwig
2
-12
/
+0
2018-06-14
nvme-fc: fix nulling of queue data on reconnect
James Smart
1
-6
/
+5
2018-06-14
nvme-fc: remove reinit_request routine
James Smart
1
-20
/
+0
2018-06-14
nvme-fc: change controllers first connect to use reconnect path
James Smart
1
-57
/
+47
2018-06-13
nvme: don't rely on the changed namespace list log
Christoph Hellwig
1
-25
/
+11
2018-06-11
nvmet: free smart-log buffer after use
Chaitanya Kulkarni
1
-1
/
+3
2018-06-11
nvme-rdma: fix error flow during mapping request data
Max Gurtovoy
1
-7
/
+24
2018-06-11
nvme: add bio remapping tracepoint
Hannes Reinecke
1
-0
/
+4
2018-06-11
nvme: fix NULL pointer dereference in nvme_init_subsystem
Israel Rukshin
1
-1
/
+1
2018-06-08
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-42
/
+38
2018-06-08
nvme: cleanup double shift issue
Dan Carpenter
2
-3
/
+2
2018-06-08
nvme-pci: make CMB SQ mod-param read-only
Keith Busch
1
-1
/
+1
2018-06-08
nvme-pci: unquiesce dead controller queues
Keith Busch
1
-1
/
+1
2018-06-08
nvme-pci: remove HMB teardown on reset
Keith Busch
1
-8
/
+0
2018-06-08
nvme-pci: queue creation fixes
Keith Busch
1
-3
/
+4
2018-06-08
nvme-pci: remove unnecessary completion doorbell check
Keith Busch
1
-5
/
+3
2018-06-08
nvme-pci: remove unnecessary nested locking
Keith Busch
1
-7
/
+1
2018-06-08
nvmet: filter newlines from user input
Sagi Grimberg
1
-5
/
+9
2018-06-08
nvme-rdma: correctly check for target keyed sgl support
Steve Wise
1
-2
/
+3
2018-06-08
nvme: don't hold nvmf_transports_rwsem for more than transport lookups
Johannes Thumshirn
2
-1
/
+5
2018-06-08
nvmet: return all zeroed buffer when we can't find an active namespace
Christoph Hellwig
1
-6
/
+9
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+1
2018-06-05
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
18
-403
/
+923
2018-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-2
/
+2
2018-06-01
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
10
-191
/
+337
2018-06-01
nvme: use the changed namespaces list log to clear ns data changed AENs
Christoph Hellwig
2
-4
/
+49
2018-06-01
nvme: mark nvme_queue_scan static
Christoph Hellwig
2
-11
/
+9
[next]