This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2339e91d0e66 Merge tag 'media/v5.0-1' of git://git.kernel.org/pub/scm/l [...] new 5bf859081f6a block, bfq: fix comments on __bfq_deactivate_entity new 6251691a9217 md: Make bio_alloc_mddev use bio_alloc_bioset new c8a83a6b54d0 nbd: Use set_blocksize() to set device blocksize new 04906b2f542c blockdev: Fix livelocks on loop device new 7809167da5c8 block: don't lose track of REQ_INTEGRITY flag new fb8658581a15 nvmet-tcp: fix uninitialized variable access new c45b1fa2433c nvme-pci: fix nvme_setup_irqs() new 38197ca176fc block: Cleanup license notice new 0facb892456f Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block new 44759979a49b scsi: sd: Fix cache_type_store() new 621a4367d695 scsi: target/iscsi: fix error msg typo when create lio_qr_ [...] new d1f38d995e98 scsi: megaraid_sas: correct an info message new 72b4a0465f99 scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_param new 251f24e63fc2 scsi: pm80xx: reduce indentation new 3f7e62bba000 scsi: core: Synchronize request queue PM status only on su [...] new 12de280b36f0 scsi: smartpqi_init: fix boolean expression in pqi_device_ [...] new 5bd5f66cf142 scsi: lpfc: lpfc_sli: Mark expected switch fall-throughs new cc29a1b0a3f2 scsi: isci: initialize shost fully before calling scsi_add_host() new a94a2572b977 scsi: tcmu: avoid cmd/qfull timers updated whenever a new [...] new 7bb25a89aad2 scsi: hisi_sas: Set protection parameters prior to adding [...] new f0783d43dde4 scsi: qla2xxx: Use correct number of vectors for online CPUs new ce9e7bce4352 scsi: ufs: Fix system suspend status new 34a2ce887668 scsi: qedi: Add ep_state for login completion on un-reacha [...] new c65bfc816369 scsi: megaraid_sas: Retry reads of outbound_intr_status reg new 9be9db9f78f5 scsi: ufs: Fix geometry descriptor size new 4a01ab60f550 scsi: qla1280: set 64bit coherent mask new 9e8f1c798314 scsi: cxgb4i: add wait_for_completion() new 4d5f6e0201bc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 4429b668e037 xprtrdma: Fix error code in rpcrdma_buffer_create() new 6e17f58c486d xprtrdma: Double free in rpcrdma_sendctxs_create() new 6a829eb8619f SUNRPC: Fix TCP receive code on archs with flush_dcache_page() new e7f45099442a sunrpc: kernel BUG at kernel/cred.c:825! new 45ac486ecf2d NFSv4.2 fix unnecessary retry in nfs4_copy_file_range new e66721f04363 SUNRPC: Ensure rq_bytes_sent is reset before request transmission new 97b78ae96ba7 SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit new deaa5c96c2f7 SUNRPC: Address Kerberos performance/behavior regression new b0efca46b570 Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/proje [...]
The 37 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/bfq-wf2q.c | 11 ++-- block/blk-mq-debugfs-zoned.c | 2 - block/blk-mq.c | 3 +- drivers/block/nbd.c | 5 +- drivers/md/md.c | 7 +-- drivers/nvme/host/pci.c | 21 ++++--- drivers/nvme/target/tcp.c | 2 +- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 9 ++- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 28 ++++++--- drivers/scsi/cxgbi/libcxgbi.c | 7 ++- drivers/scsi/cxgbi/libcxgbi.h | 5 +- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 12 ++-- drivers/scsi/isci/init.c | 14 ++--- drivers/scsi/lpfc/lpfc_sli.c | 20 ++++--- drivers/scsi/megaraid/megaraid_sas_base.c | 2 +- drivers/scsi/megaraid/megaraid_sas_fusion.c | 3 +- drivers/scsi/pm8001/pm8001_sas.c | 2 +- drivers/scsi/qedi/qedi_iscsi.c | 3 + drivers/scsi/qedi/qedi_iscsi.h | 1 + drivers/scsi/qla1280.c | 2 +- drivers/scsi/qla2xxx/qla_def.h | 2 + drivers/scsi/qla2xxx/qla_isr.c | 1 + drivers/scsi/qla2xxx/qla_os.c | 2 +- drivers/scsi/qla4xxx/ql4_os.c | 2 + drivers/scsi/scsi_pm.c | 26 +++++---- drivers/scsi/sd.c | 6 ++ drivers/scsi/smartpqi/smartpqi_init.c | 2 +- drivers/scsi/ufs/ufs.h | 2 +- drivers/scsi/ufs/ufshcd.c | 2 + drivers/target/iscsi/iscsi_target.c | 2 +- drivers/target/target_core_user.c | 88 ++++++++++++++++++++--------- fs/block_dev.c | 28 +++++---- fs/nfs/nfs4file.c | 8 +-- net/sunrpc/auth.c | 3 + net/sunrpc/auth_gss/auth_gss.c | 12 +++- net/sunrpc/clnt.c | 20 ++++--- net/sunrpc/xprt.c | 3 +- net/sunrpc/xprtrdma/verbs.c | 10 ++-- net/sunrpc/xprtsock.c | 22 ++++++++ 39 files changed, 253 insertions(+), 147 deletions(-)