summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nbd: fix possible sysfs duplicate warningXiubo Li2019-10-101-1/+1
* null_blk: Fix zoned command return codeKeith Busch2019-10-091-2/+1
* Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg2019-10-061-21/+0
* Revert "s390/dasd: Add discard support for ESE volumes"Stefan Haberland2019-10-011-54/+3
* s390/dasd: Fix error handling during online processingJan Höppner2019-10-011-16/+8
* loop: change queue block size to match when using DIOMartijn Coenen2019-10-011-0/+10
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-277-51/+154
|\
| * nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg2019-09-271-1/+2
| * nvme: Move ctrl sqsize to generic spaceKeith Busch2019-09-261-1/+1
| * nvme: Add ctrl attributes for queue_count and sqsizeJames Smart2019-09-251-0/+4
| * nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-09-251-16/+92
| * nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan2019-09-251-0/+10
| * nvmet-tcp: remove superflous check on request sglSagi Grimberg2019-09-251-8/+4
| * Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu2019-09-251-0/+3
| * nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy2019-09-251-5/+11
| * nvme: fix an error code in nvme_init_subsystem()Dan Carpenter2019-09-251-2/+3
| * nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello2019-09-251-7/+10
| * nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark2019-09-251-2/+2
| * nvme-pci: Fix a race in controller removalBalbir Singh2019-09-231-1/+4
| * nvmet: change ppl to lppJohn Pittman2019-09-231-8/+8
* | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-251-6/+12
|\ \
| * | rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov2019-09-161-2/+6
| * | rbd: fix response length parameter for encoded stringsDongsheng Yang2019-09-161-4/+6
* | | Merge tag 'tpmdd-next-20190925' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-09-251-12/+11
|\ \ \
| * | | tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen2019-09-251-7/+2
| * | | KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-5/+9
* | | | Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-2435-261/+781
|\ \ \ \
| * | | | i2c: tegra: Move suspend handling to NOIRQ phaseJon Hunter2019-09-131-18/+22
| * | | | i2c: imx: ACPI support for NXP i2c controllerChuanhua Han2019-09-132-4/+20
| * | | | i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2019-09-052-36/+4
| * | | | i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada2019-09-052-6/+2
| * | | | i2c: slave-eeprom: Add comment about address handlingBjörn Ardö2019-09-051-0/+6
| * | | | i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-041-3/+1
| * | | | i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta2019-09-041-1/+1
| * | | | i2c: cht-wc: drop check because i2c_unregister_device() is NULL safeWolfram Sang2019-09-041-2/+1
| * | | | i2c-eeprom_slave: Add support for more eeprom modelsBjörn Ardö2019-09-041-11/+25
| * | | | i2c: fsi: Add of_put_node() before breakNishka Dasgupta2019-09-031-1/+3
| * | | | i2c: synquacer: Make synquacer_i2c_ops constantNishka Dasgupta2019-09-031-1/+1
| * | | | i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-031-2/+1
| * | | | i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg2019-09-031-54/+88
| * | | | watchdog: iTCO: Add support for Cannon Lake PCH iTCOMika Westerberg2019-09-031-2/+24
| * | | | Merge tag 'at24-v5.4-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2019-09-031-1/+0
| |\ \ \ \
| | * | | | eeprom: at24: remove unneeded includeBartosz Golaszewski2019-07-221-1/+0
| * | | | | i2c: iproc: Make bcm_iproc_i2c_quirks constantNishka Dasgupta2019-08-301-1/+1
| * | | | | i2c: iproc: Add full name of devicetree node to adapter nameLori Hikichi2019-08-301-1/+3
| * | | | | i2c: piix4: Add ACPI supportJean Delvare2019-08-291-4/+14
| * | | | | i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30hJean Delvare2019-08-291-3/+13
| * | | | | i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga2019-08-291-2/+3
| * | | | | i2c: designware: Fix optional reset error handlingAndy Shevchenko2019-08-291-10/+6
| * | | | | i2c: designware: assert reset when error happen at ->probe()Andy Shevchenko2019-08-291-2/+4