aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe16-119/+457
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig3-11/+7
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke1-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-1/+1
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart1-1/+1
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni6-52/+413
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni5-12/+1
2018-05-25nvmet: make a few error messages more genericChaitanya Kulkarni1-2/+2
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2-1/+3
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke1-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart1-10/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart1-10/+0
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang1-4/+6
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch1-9/+5
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang1-9/+16
2018-05-23nvme: host: core: fix precedence of ternary operatorIvan Bornyakov1-2/+2
2018-05-23nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn1-1/+2
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe1-4/+11
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe5-94/+133
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe1-4/+4
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13
2018-05-18nvme-pci: remove cq check after submissionJens Axboe1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig1-6/+6
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2-2/+2
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-05-07nvme/pci: Hold controller reference during async probeKeith Busch1-0/+3
2018-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+2
2018-05-03nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn1-0/+6
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch3-25/+35
2018-05-03nvme/multipath: Disable runtime writable enabling parameterKeith Busch1-1/+1
2018-05-03nvme: Set integrity flag for user passthrough commandsKeith Busch1-0/+1
2018-05-03nvme: fix potential memory leak in option parsingChengguang Xu1-0/+6
2018-05-02nvme: only reconfigure discard if necessaryJens Axboe1-12/+16
2018-05-02nvme/pci: Use async_schedule for initial reset workKeith Busch1-1/+9
2018-04-27nvmet-rdma: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-27nvme: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-26nvme: lightnvm: add granby supportWei Xu1-0/+2
2018-04-26NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish1-0/+2
2018-04-26nvme: change order of qid and cmdid in completion traceJohannes Thumshirn1-2/+2
2018-04-26nvme: fc: provide a descriptive errorJohannes Thumshirn1-0/+2
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart7-66/+101
2018-04-12nvme: Use admin command effects for admin commandsKeith Busch1-1/+1
2018-04-12nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2018-04-12nvme: check return value of init_srcu_struct functionMax Gurtovoy1-1/+4
2018-04-12nvmet: Fix nvmet_execute_write_zeroes sector countRodrigo R. Galvao1-2/+2
2018-04-12nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch1-6/+17
2018-04-12nvme-pci: Remove unused queue parameterKeith Busch1-7/+3