summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-1224-281/+346
|\
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-1011-201/+226
| |\
| | * nvmet: avoid unneeded assignment of submit_bio return valueMax Gurtovoy2017-07-101-1/+1
| | * nvme-pci: add module parameter for io queue depthweiping zhang2017-07-101-2/+22
| | * nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter2017-07-101-2/+3
| | * nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart2017-07-101-7/+13
| | * nvme-rdma: unconditionally recycle the request mrSagi Grimberg2017-07-061-3/+0
| | * nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-066-60/+43
| | * virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg2017-07-061-2/+2
| | * mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-4/+15
| | * nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-2/+2
| | * nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg2017-07-061-17/+2
| | * nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+3
| | * nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-1/+2
| | * nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-2/+3
| | * nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+4
| | * nvme-rdma: remove race conditions from IB signallingMarta Rybczynska2017-07-061-10/+10
| | * nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg2017-07-041-4/+3
| | * nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg2017-07-041-0/+2
| | * nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+3
| | * nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+6
| | * nvme-fc: don't override opts->nr_io_queuesSagi Grimberg2017-07-041-5/+11
| | * nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg2017-07-021-2/+2
| | * nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-025-25/+21
| | * nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-025-54/+51
| | * nvme: Quirks for PM1725 controllersMartin K. Petersen2017-07-021-0/+10
| * | lightnvm: pblk: remove unnecessary checksJavier González2017-07-071-6/+1
| * | lightnvm: pblk: control I/O flow also on tear downJavier González2017-07-074-35/+78
| * | cciss: initialize struct scsi_reqChristoph Hellwig2017-07-061-0/+8
| * | null_blk: fix error flow for shared tags during module_initMax Gurtovoy2017-07-061-5/+13
| * | mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei2017-07-052-2/+3
| * | block: guard bvec iteration logicDmitry Monakhov2017-07-042-2/+4
| * | t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-043-7/+8
| * | bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-042-22/+4
| * | bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-041-1/+1
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2017-07-1120-645/+1003
|\ \ \
| * | | watchdog: introduce watchdog_worker_should_ping helperRasmus Villemoes2017-07-031-4/+9
| * | | watchdog: uniphier: add UniPhier watchdog driverKeiji Hayashibara2017-07-033-0/+281
| * | | watchdog: cadence_wdt: make of_device_ids const.Arvind Yadav2017-07-031-1/+1
| * | | watchdog: zx2967: constify zx2967_wdt_ops.Arvind Yadav2017-07-031-1/+1
| * | | watchdog: bcm47xx_wdt: constify bcm47xx_wdt_hard_ops and bcm47xx_wdt_soft_opsArvind Yadav2017-07-031-2/+2
| * | | watchdog: davinci: Add missing clk_disable_unprepare().Arvind Yadav2017-07-031-1/+3
| * | | watchdog: davinci: Handle return value of clk_prepare_enableArvind Yadav2017-07-031-1/+5
| * | | watchdog: meson: Handle return value of clk_prepare_enableArvind Yadav2017-07-031-1/+3
| * | | watchdog: it87: Add support for various Super-IO chipsGuenter Roeck2017-07-032-5/+21
| * | | watchdog: it87: Use infrastructure to stop watchdog on rebootGuenter Roeck2017-07-031-29/+5
| * | | watchdog: it87: Drop support for resetting watchdog though CIR and Game portGuenter Roeck2017-07-032-210/+19
| * | | watchdog: it87: Convert to use watchdog core infrastructureGuenter Roeck2017-07-032-304/+72
| * | | watchdog: it87: Drop FSF mailing addressGuenter Roeck2017-07-031-4/+0
| * | | watchdog: dw_wdt: get reset lines from dtSteffen Trumtrar2017-07-031-0/+11