This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 66c56cfa64d9 Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.in [...] new bb351abaf5cd block: add documentation for io_timeout new 373282e7ab68 null_blk: add zoned config support information new 40405851af73 block: clarify documentation for blk_{start|finish}_plug new 47cb393ee481 block: doc: add slice_idle_us to bfq documentation new 649d4968860b block: fix kerneldoc comment for blk_attempt_plug_merge() new 5db470e229e2 loop: drop caches if offset or block_size are changed new c61e678f30da nvme-pci: fix the wrong setting of nr_maps new cc667f6d5de0 nvme-pci: use the same attributes when freeing host_mem_de [...] new 8fae268b40f5 nvme-pci: rerun irq setup on IO queue init errors new dcca16627272 nvme-pci: fix out of bounds access in nvme_cqe_pending new e9c2edc09892 nvme-tcp: remove dead code new e85037a2e90a nvme-tcp: don't ask if controller is fabrics new 9846ac0143fe nvme-fabrics: unset write/poll queues for discovery controllers new c7055fd15ff4 nvme-multipath: zero out ANA log buffer new 3da584f57133 nvme: pad fake subsys NQN vid and ssvid with zeros new 6299358d198a nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN new b8a38ea64dc7 nvme: don't initlialize ctrl->cntlid twice new a39c330d7436 Merge branch 'nvme-5.0' of git://git.infradead.org/nvme in [...] new 49e54187ae0b ata: libahci_platform: comply to PHY framework new c9bc136791ba ata: ahci: mvebu: remove stale comment new 96dbcb40e4b1 ata: ahci: mvebu: do Armada 38x configuration only on rele [...] new 2f558bc3f33c ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAM new bde0b5c109e8 ata: ahci: mvebu: request PHY suspend/resume for Armada 3700 new b8c3b8992ff2 Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block
The 24 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-block | 9 ++++ Documentation/block/bfq-iosched.txt | 7 +++ Documentation/block/null_blk.txt | 3 +- Documentation/block/queue-sysfs.txt | 7 +++ block/blk-core.c | 20 +++++++- drivers/ata/ahci.h | 2 + drivers/ata/ahci_mvebu.c | 87 ++++++++++++++++++++++++++--------- drivers/ata/libahci_platform.c | 13 ++++++ drivers/block/loop.c | 35 +++++++++++++- drivers/block/null_blk.h | 1 + drivers/nvme/host/core.c | 19 ++++---- drivers/nvme/host/fabrics.c | 2 + drivers/nvme/host/multipath.c | 2 + drivers/nvme/host/nvme.h | 5 ++ drivers/nvme/host/pci.c | 67 +++++++++++++++++++-------- drivers/nvme/host/tcp.c | 16 +++---- 16 files changed, 229 insertions(+), 66 deletions(-)