index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-06-01
nvme: submit AEN event configuration on startup
Hannes Reinecke
2
-0
/
+18
2018-06-01
nvmet: mask pending AENs
Christoph Hellwig
3
-1
/
+10
2018-06-01
nvmet: add AEN configuration support
Christoph Hellwig
3
-2
/
+32
2018-06-01
nvmet: implement the changed namespaces log
Christoph Hellwig
3
-9
/
+76
2018-06-01
nvmet: split log page implementation
Christoph Hellwig
1
-63
/
+36
2018-06-01
nvmet: add a new nvmet_zero_sgl helper
Christoph Hellwig
2
-0
/
+8
2018-05-31
nvme.h: untangle AEN notice definitions
Christoph Hellwig
1
-12
/
+18
2018-05-31
nvmet: fix error return code in nvmet_file_ns_enable()
Wei Yongjun
1
-2
/
+6
2018-05-31
nvmet: fix a typo in nvmet_file_ns_enable()
Wei Yongjun
1
-1
/
+1
2018-05-31
nvme-fabrics: allow internal passthrough command on deleting controllers
Christoph Hellwig
1
-48
/
+31
2018-05-30
Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-05-30
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
2
-6
/
+0
2018-05-30
nvme-loop: add support for multiple ports
Christoph Hellwig
2
-19
/
+31
2018-05-30
nvme-pci: simplify __nvme_submit_cmd
Christoph Hellwig
1
-23
/
+14
2018-05-30
nvme-pci: Rate limit the nvme timeout warnings
Keith Busch
1
-1
/
+1
2018-05-30
nvme: allow duplicate controller if prior controller being deleted
James Smart
1
-1
/
+3
2018-05-29
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
16
-119
/
+457
2018-05-29
nvme: fix extended data LBA supported setting
Max Gurtovoy
1
-1
/
+1
2018-05-29
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
3
-11
/
+7
2018-05-28
IB: Revert "remove redundant INFINIBAND kconfig dependencies"
Arnd Bergmann
2
-2
/
+2
2018-05-25
nvme: fixup memory leak in nvme_init_identify()
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvme: fix KASAN warning when parsing host nqn
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvmet-loop: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-1
/
+1
2018-05-25
nvmet-fc: increase LS buffer count per fc port
James Smart
1
-1
/
+1
2018-05-25
nvmet: add simple file backed ns support
Chaitanya Kulkarni
6
-52
/
+413
2018-05-25
nvmet: remove duplicate NULL initialization for req->ns
Chaitanya Kulkarni
5
-12
/
+1
2018-05-25
nvmet: make a few error messages more generic
Chaitanya Kulkarni
1
-2
/
+2
2018-05-25
nvme-fabrics: allow duplicate connections to the discovery controller
Hannes Reinecke
2
-1
/
+3
2018-05-25
nvme-fabrics: centralize discovery controller defaults
Hannes Reinecke
1
-4
/
+4
2018-05-25
nvme-fabrics: remove unnecessary controller subnqn validation
James Smart
1
-10
/
+0
2018-05-25
nvme-fc: remove setting DNR on exception conditions
James Smart
1
-10
/
+0
2018-05-25
nvme-rdma: stop admin queue before freeing it
Jianchao Wang
1
-4
/
+6
2018-05-25
nvme-pci: Fix AER reset handling
Keith Busch
1
-9
/
+5
2018-05-25
nvme-pci: set nvmeq->cq_vector after alloc cq/sq
Jianchao Wang
1
-9
/
+16
2018-05-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-2
/
+2
2018-05-23
nvme: host: core: fix precedence of ternary operator
Ivan Bornyakov
1
-2
/
+2
2018-05-23
nvme: fix lockdep warning in nvme_mpath_clear_current_path
Johannes Thumshirn
1
-1
/
+2
2018-05-21
nvme-pci: fix race between poll and IRQ completions
Jens Axboe
1
-4
/
+11
2018-05-21
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
5
-94
/
+133
2018-05-18
nvme-pci: drop IRQ disabling on submission queue lock
Jens Axboe
1
-4
/
+4
2018-05-18
nvme-pci: split the nvme queue lock into submission and completion locks
Jens Axboe
1
-21
/
+23
2018-05-18
nvme-pci: handle completions outside of the queue lock
Jens Axboe
1
-42
/
+45
2018-05-18
nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
Jens Axboe
1
-5
/
+13
2018-05-18
nvme-pci: remove cq check after submission
Jens Axboe
1
-2
/
+0
2018-05-18
nvme-pci: simplify nvme_cqe_valid
Christoph Hellwig
1
-6
/
+6
[next]