summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-15nvme-pci: remove redundant includesSagi Grimberg1-13/+0
2017-06-15nvme-pci: Remove watchdog timerKeith Busch1-67/+56
2017-06-15nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideXu Yu1-22/+43
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg5-9/+8
2017-06-15nvme: queue ns scanning and async request from nvme_wqSagi Grimberg1-3/+3
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg6-60/+36
2017-06-15nvme: Don't allow to reset a reconnecting controllerSagi Grimberg1-1/+0
2017-06-15nvme-rdma: Get rid of CONNECTED stateSagi Grimberg1-7/+3
2017-06-15nvme-rdma: rework rdma connection establishment error pathSagi Grimberg1-9/+5
2017-06-15nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetricalSagi Grimberg1-24/+18
2017-06-15nvme-rdma: Don't rearm the CQ when polling directlySagi Grimberg1-1/+0
2017-06-15nvme-rdma: Make queue flags bit numbers and not shiftsSagi Grimberg1-4/+4
2017-06-15nvme-rdma: get rid of unused ctrl lockSagi Grimberg1-4/+0
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg1-3/+0
2017-06-15nvme-pci: implement host memory buffer supportChristoph Hellwig1-2/+187
2017-06-13nvme: save hmpre and hmmin in struct nvme_ctrlChristoph Hellwig2-0/+5
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig30-200/+151
2017-06-12nvme-rdma: fix merge errorChristoph Hellwig1-6/+5
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe361-1870/+3025
2017-06-11Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+43
2017-06-11Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-19/+47
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+9
2017-06-11Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-46/+47
2017-06-11Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-35/+101
2017-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds20-77/+101
2017-06-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+7
2017-06-10Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+25
2017-06-09Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+25
2017-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-1/+17
2017-06-09Merge tag 'md/4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-4/+21
2017-06-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-31/+70
2017-06-09Merge tag 'drm-fixes-for-v4.12-rc5' of git://people.freedesktop.org/~airlied/...Linus Torvalds39-257/+334
2017-06-09Merge tag 'for-linus-4.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2017-06-09Input: synaptics-rmi4 - register F03 port as pass-through serioDmitry Torokhov1-1/+1
2017-06-09Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-8/+13
2017-06-09Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-1/+3
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams1-2/+7
2017-06-09block: switch bios to blk_status_tChristoph Hellwig59-345/+347
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig16-117/+112
2017-06-09block: introduce new block status code typeChristoph Hellwig62-329/+328
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig9-49/+50
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig11-33/+46
2017-06-09dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig1-27/+15
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig2-3/+3
2017-06-09scsi/osd: don't save block errors into req_resultsChristoph Hellwig1-1/+1
2017-06-09nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig1-11/+1
2017-06-09thermal: int340x_thermal: fix compile after the UUID API switchChristoph Hellwig1-2/+2
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-06-09loop: fix error handling regressionArnd Bergmann1-1/+2
2017-06-09thermal: int340x_thermal: Switch to use new generic UUID APIAndy Shevchenko1-4/+4