summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: add support for duplicate_connect optionJames Smart2017-10-271-0/+82
* nvme: add helper to compare options to controllerJames Smart2017-10-271-0/+12
* nvme: add duplicate_connect optionJames Smart2017-10-272-1/+8
* nvme: check for a live controller in nvme_dev_openChristoph Hellwig2017-10-271-1/+1
* nvme: get rid of nvme_ctrl_listChristoph Hellwig2017-10-272-61/+18
* nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-276-33/+39
* nvme: simplify nvme_openChristoph Hellwig2017-10-271-30/+10
* nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig2017-10-271-1/+2
* nvme-rdma: Add debug message when reaches timeoutNitzan Carmi2017-10-231-0/+4
* nvme-rdma: align nvme_rdma_device structureMax Gurtovoy2017-10-231-2/+2
* nvme-fc: correct io timeout behaviorJames Smart2017-10-201-4/+10
* nvme-fc: correct io termination handlingJames Smart2017-10-201-13/+18
* nvme-pci: add SGL supportChaitanya Kulkarni2017-10-201-27/+187
* nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig2017-10-201-33/+7
* nvmet: Change max_nsid in subsystem due to ns_disable if neededRoy Shterman2017-10-201-0/+13
* nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1
* nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1
* nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin2017-10-191-0/+1
* nvme-pci: fix typos in commentsMinwoo Im2017-10-191-2/+2
* nvme-rdma: stop controller reset if the controller is deletingSagi Grimberg2017-10-181-1/+5
* nvme-rdma: change queue flag semantics DELETING -> ALLOCATEDSagi Grimberg2017-10-181-4/+4
* nvme-rdma: Don't local invalidate if the queue is not liveSagi Grimberg2017-10-181-1/+1
* nvme-rdma: teardown admin/io queues once on error recoverySagi Grimberg2017-10-181-15/+12
* nvme-rdma: Check that reinit_request got a proper mrSagi Grimberg2017-10-181-0/+3
* nvme-rdma: move assignment to declarationSagi Grimberg2017-10-181-4/+2
* nvme-rdma: fix wrong logging messageSagi Grimberg2017-10-181-1/+1
* nvme-rdma: pass tagset to directly nvme_rdma_free_tagsetSagi Grimberg2017-10-181-7/+6
* nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-184-5/+17
* nvme: simplify compat_ioctl handlingChristoph Hellwig2017-10-161-11/+1
* nvme-fc: move remote port get/put/free locationJames Smart2017-10-051-39/+39
* nvme-fc: create fc class and transport deviceJames Smart2017-10-041-1/+54
* nvme-fc: add uevent for auto-connectJames Smart2017-10-041-0/+49
* nvme-fabrics: request transport moduleSagi Grimberg2017-10-041-0/+3
* nvmet: bump NVMET_NR_QUEUES to 128James Smart2017-10-041-1/+1
* nvme: use menu Kconfig interfaceRandy Dunlap2017-10-041-0/+4
* nvme: update timeout module parameter typeMarc Olson2017-10-042-6/+6
* buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-031-1/+1
* null_blk: add "no_sched" module parameterweiping zhang2017-09-301-0/+6
* block: fix a build errorShaohua Li2017-09-261-1/+1
* block: cryptoloop - Fix build warningCorentin Labbe2017-09-261-2/+0
* block/loop: make loop cgroup awareShaohua Li2017-09-262-0/+14
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-2615-128/+128
|\
| * nvme-fcloop: fix port deletes and callbacksJames Smart2017-09-251-64/+38
| * nvmet-fc: ensure target queue id within range.James Smart2017-09-251-0/+3
| * nvmet-fc: on port remove call put outside lockJames Smart2017-09-251-1/+5
| * nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg2017-09-251-1/+1
| * nvme-rdma: give up reconnect if state change failsSagi Grimberg2017-09-251-1/+6
| * nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg2017-09-251-2/+2
| * nvme: fix sqhd reference when admin queue connect failsJames Smart2017-09-251-1/+2
| * nvmet: implement valid sqhd values in completionsJames Smart2017-09-253-6/+12