This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ba6069759381 Merge tag 'mmc-v5.0-rc2' of git://git.kernel.org/pub/scm/l [...] new 8b9433eb4de3 direct-io: allow direct writes to empty inodes new 698cef173983 block: cover another queue enter recursion via BIO_QUEUE_ENTERED new 7fc5854f8c6e writeback: synchronize sync(2) against cgroup writeback me [...] new 4c174e636674 nvme-rdma: fix timeout handler new 39d57757467b nvme-tcp: fix timeout handler new b1064d3e337b nvme-rdma: rework queue maps handling new 5cbab6303b47 nvmet-rdma: fix null dereference under heavy load new 78a61cd42a64 nvme-multipath: drop optimization for static ANA group IDs new 1c26010c5e1b blk-mq: fix the cmd_flag_name array new c83f536a87d9 blk-wbt: Declare local functions static new 745815f955f6 uapi: fix ioctl documentation new 8367de2c99a1 block: Fix comment typo new 6b8f91591665 Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block new a8cf59a6692c scsi: communicate max segment size to the DMA mapping code new 7961cba6f7d8 scsi: lpfc: nvme: avoid hang / use-after-free when destroy [...] new c41f59884be5 scsi: lpfc: nvmet: avoid hang / use-after-free when destro [...] new fe35a40e6754 scsi: csiostor: fix NULL pointer dereference in csio_vport [...] new 40d883b09175 scsi: tcmu: fix use after free new d67247566450 scsi: ufs: Use explicit access size in ufshcd_dump_regs new 7930851ef10c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 20 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: block/blk-core.c | 11 +++++++ block/blk-merge.c | 10 ------ block/blk-mq-debugfs.c | 3 +- block/blk-wbt.c | 4 +-- drivers/ata/pata_macio.c | 9 +++--- drivers/ata/sata_inic162x.c | 22 ++++++-------- drivers/firewire/sbp2.c | 5 +-- drivers/nvme/host/multipath.c | 3 +- drivers/nvme/host/rdma.c | 64 ++++++++++++++++++++++++++------------- drivers/nvme/host/tcp.c | 19 +++++++----- drivers/nvme/target/rdma.c | 15 ++++++++- drivers/scsi/aacraid/linit.c | 9 +++--- drivers/scsi/csiostor/csio_attr.c | 2 +- drivers/scsi/lpfc/lpfc_nvme.c | 16 +++++----- drivers/scsi/lpfc/lpfc_nvme.h | 2 +- drivers/scsi/lpfc/lpfc_nvmet.c | 8 +++-- drivers/scsi/lpfc/lpfc_nvmet.h | 2 +- drivers/scsi/scsi_lib.c | 4 +-- drivers/scsi/ufs/ufshcd.c | 10 ++++-- drivers/target/target_core_user.c | 3 +- fs/direct-io.c | 5 +-- fs/fs-writeback.c | 40 ++++++++++++++++++++++-- include/linux/backing-dev-defs.h | 1 + include/linux/blk_types.h | 2 +- include/uapi/linux/blkzoned.h | 1 + mm/backing-dev.c | 1 + 26 files changed, 176 insertions(+), 95 deletions(-)