summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ata: ftide010: Add a quirk for SQ201Linus Walleij2018-08-271-10/+17
* blk-wbt: remove dead codeJens Axboe2018-08-271-5/+0
* Merge branch 'stable/for-jens-4.19' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2018-08-274-70/+163
|\
| * xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross2018-08-271-1/+0
| * xen/blkback: move persistent grants flags to boolJuergen Gross2018-08-272-13/+7
| * xen/blkfront: reorder tests in xlblk_init()Juergen Gross2018-08-271-9/+9
| * xen/blkfront: cleanup stale persistent grantsJuergen Gross2018-08-271-4/+90
| * xen/blkback: don't keep persistent grants too longJuergen Gross2018-08-273-46/+60
* | blk-wbt: improve waking of tasksJens Axboe2018-08-271-7/+56
* | blk-wbt: abstract out end IO completion handlerJens Axboe2018-08-271-7/+14
* | Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-253-22/+38
|\ \
| * | blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-232-1/+21
| * | blk-wbt: fix has-sleeper queueing checkJens Axboe2018-08-221-3/+5
| * | blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe2018-08-221-4/+4
| * | blk-wbt: move disable check into get_limit()Jens Axboe2018-08-221-15/+7
| * | bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-221-1/+3
* | | Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-08-251-0/+0
|\ \ \
| * | | ubifs: Remove empty file.hRichard Weinberger2018-08-241-0/+0
* | | | Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-08-256-5/+30
|\ \ \ \
| * | | | cifs: update internal module version number for cifs.ko to 2.12Steve French2018-08-231-1/+1
| * | | | cifs: check kmalloc before useNicholas Mc Guire2018-08-231-0/+6
| * | | | cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-08-231-0/+7
| * | | | cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg2018-08-233-4/+16
* | | | | mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds2018-08-251-1/+1
* | | | | hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King2018-08-251-1/+1
* | | | | libata: maintainership updateJens Axboe2018-08-251-3/+3
* | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-2435-126/+166
|\ \ \ \ \
| * | | | | ata: ahci_platform: enable to get and control resetKunihiko Hayashi2018-08-221-1/+2
| * | | | | ata: libahci_platform: add reset control supportKunihiko Hayashi2018-08-224-5/+30
| * | | | | ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi2018-08-2216-16/+18
| * | | | | ata: sata_rcar: Add r8a77965 supportWolfram Sang2018-08-061-0/+1
| * | | | | ata: sata_rcar: exclude setting of PHY registers in Gen3Masaharu Hayakawa2018-08-061-2/+2
| * | | | | ata: sata_rcar: really mask all interrupts on Gen2 and laterWolfram Sang2018-08-061-7/+13
| * | | | | Revert "ata: ahci_platform: allow disabling of hotplug to save power"Tejun Heo2018-08-063-76/+19
| * | | | | ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada2018-07-301-8/+10
| * | | | | ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada2018-07-301-0/+2
| * | | | | ata: ahci: Enable DEVSLP by default on x86 with SLP_S0Srinivas Pandruvada2018-07-301-5/+33
| * | | | | ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-304-2/+8
| * | | | | Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"Corentin Labbe2018-07-241-1/+7
| * | | | | ata: sata_rcar: Add rudimentary Runtime PM supportGeert Uytterhoeven2018-07-231-22/+18
| * | | | | ata: sata_rcar: Provide a short-hand for &pdev->devGeert Uytterhoeven2018-07-231-8/+8
| * | | | | ata: Only output sg element mapped number in verbose debugPaul Menzel2018-07-121-1/+1
| * | | | | ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGPaul Menzel2018-07-121-2/+2
| * | | | | ata: ahci_platform: convert kcalloc to devm_kcallocCorentin Labbe2018-07-121-3/+1
| * | | | | ata: ahci_platform: convert kzallloc to kcallocCorentin Labbe2018-07-121-5/+3
| * | | | | ata: ahci_platform: correct parameter documentation for ahci_platform_shutdownCorentin Labbe2018-07-121-1/+1
| * | | | | libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-1111-44/+11
| * | | | | ata: ahci_platform: allow disabling of hotplug to save powerSamuel Morris2018-06-183-19/+76
| * | | | | ata: ahci: rpm_put port on port_stop to match rpm_get in port_startSamuel Morris2018-06-181-0/+2
* | | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-244-31/+58
|\ \ \ \ \ \