summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig1-11/+4
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig7-18/+29
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng2-8/+10
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg7-19/+10
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn2-3/+20
2017-06-28nvme: Remove SCSI translationsKeith Busch4-2541/+3
2017-06-28nvme-pci: open-code polling logic in nvme_pollSagi Grimberg1-19/+21
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg1-22/+26
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg1-23/+30
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg1-4/+13
2017-06-28iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit1-4/+2
2017-06-28drm/etnaviv: Fix implicit/explicit sync sense inversionDaniel Stone1-1/+1
2017-06-28drm/etnaviv: fix submit flags getting overwritten by BO contentLucas Stach1-1/+2
2017-06-28Merge tag 'drm-intel-fixes-2017-06-27' of git://anongit.freedesktop.org/git/d...Dave Airlie3-4/+24
2017-06-28Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/lin...Dave Airlie1-0/+1
2017-06-28s390/dasd: Fix faulty ENODEV for RO sysfs attributeJan Höppner1-1/+1
2017-06-28drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-06-28nvme/pci: Fix stuck nvme resetKeith Busch1-1/+2
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis1-0/+16
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur1-0/+1
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara1-13/+13
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig12-0/+13
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig1-0/+5
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig2-6/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig6-6/+0
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig1-4/+1
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig1-2/+0
2017-06-27nvme: add support for streams and directivesJens Axboe2-4/+151
2017-06-27lightnvm: if LUNs are already allocated fix returnRakesh Pandit1-2/+3
2017-06-27ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot1-1/+1
2017-06-27lightnvm: pblk: fail gracefully on irrec. errorJavier González11-114/+332
2017-06-27lightnvm: pblk: set mempool and workqueue params.Javier González4-20/+44
2017-06-27lightnvm: pblk: redesign GC algorithmJavier González6-278/+368
2017-06-27lightnvm: pblk: add lock assertions on helpersJavier González1-0/+4
2017-06-27lightnvm: pblk: cleanup unnecessary codeJavier González2-7/+0
2017-06-27lightnvm: pblk: set metadata list for all I/OsJavier González2-38/+54
2017-06-27lightnvm: pblk: choose optimal victim GC lineJavier González1-1/+15
2017-06-27lightnvm: pblk: decouple bad block from line allocJavier González1-16/+37
2017-06-27lightnvm: pblk: simplify meta. memory allocationJavier González4-8/+8
2017-06-27lightnvm: pblk: issue multiplane reads if possibleJavier González4-12/+51
2017-06-27lightnvm: pblk: delete redundant buffer pointerJavier González7-41/+11
2017-06-27lightnvm: pblk: delete redundant debug line statJavier González1-5/+3
2017-06-27lightnvm: pblk: sched. metadata on write threadJavier González8-285/+673
2017-06-27lightnvm: pblk: rename read request poolJavier González5-37/+38
2017-06-27lightnvm: pblk: generalize erase pathJavier González6-90/+116
2017-06-27lightnvm: pblk: expose max sec per write on sysfsJavier González4-1/+48
2017-06-27lightnvm: pblk: add debug stat for read cache hitsJavier González4-1/+10