This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d2467adb6610 Merge tag 'riscv-for-linus-4.19-rc7' of git://git.kernel.o [...] new ae29478766f4 xfs: don't crash the vfs on a garbage inline symlink new d5a2e2893da0 xfs: remove last of unnecessary xfs_defer_cancel() callers new d9183105caa9 xfs: don't unlock invalidated buf on aborted tx commit new 23420d05e67d xfs: clean up xfs_trans_brelse() new 95808459b110 xfs: refactor xfs_buf_log_item reference count handling new 8683edb7755b xfs: avoid lockdep false positives in xfs_trans_alloc new df307077916f xfs: fix transaction leak in xfs_reflink_allocate_cow() new 0065b5411997 xfs: don't bring in extents in xfs_bmap_punch_delalloc_range new 2863c2ebc4f4 xfs: remove duplicated include from alloc.c new f369a13cead8 xfs: don't treat unknown di_flags2 as corruption in scrub new f5f3f959b70b xfs: skip delalloc COW blocks in xfs_reflink_end_cow new 339e1a3fcdd1 xfs: validate inode di_forkoff new ec2ed0b5e96f xfs: remove invalid log recovery first/last cycle check new 561295a32579 iomap: set page dirty after partial delalloc on mkwrite new e55ec4ddbef9 xfs: fix error handling in xfs_bmap_extents_to_btree new 1b0350c355b2 Merge tag 'xfs-fixes-for-4.19-rc6' of git://git.kernel.org [...] new 1feda5eb77fc drm/exynos: Use selected dma_dev default iommu domain inst [...] new 77d981b16f2d Merge tag 'exynos-drm-fixes-for-v4.19-rc7' of git://git.ke [...] new bda6b1c95751 drm/i915: Do not redefine the has_csr parameter. new 4ca8ca9fe7dc drm/i915: Avoid compiler warning for maybe unused gu_misc_iir new 4c9613ce556f drm/i915: Handle incomplete Z_FINISH for compressed error states new 659c9370e53c Merge tag 'drm-intel-fixes-2018-10-03' of git://anongit.fr [...] new d98627d1360d drm/i2c: tda9950: fix timeout counter check new e0dccce1193f drm/i2c: tda9950: set MAX_RETRIES for errors only new d8938c981f58 Merge branch 'drm-tda9950-fixes' of git://git.armlinux.org [...] new 10be83cc6418 Merge tag 'drm-fixes-2018-10-04' of git://anongit.freedesk [...]
The 26 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: drivers/gpu/drm/exynos/exynos_drm_iommu.h | 34 ++------ drivers/gpu/drm/i2c/tda9950.c | 5 +- drivers/gpu/drm/i915/i915_gpu_error.c | 88 +++++++++++++------ drivers/gpu/drm/i915/i915_gpu_error.h | 1 + drivers/gpu/drm/i915/i915_irq.c | 33 +++---- drivers/gpu/drm/i915/i915_pci.c | 1 - fs/iomap.c | 2 +- fs/xfs/libxfs/xfs_attr.c | 28 ++---- fs/xfs/libxfs/xfs_attr_remote.c | 10 +-- fs/xfs/libxfs/xfs_bmap.c | 24 +++--- fs/xfs/libxfs/xfs_format.h | 2 + fs/xfs/libxfs/xfs_inode_buf.c | 30 +++++++ fs/xfs/scrub/alloc.c | 1 - fs/xfs/scrub/inode.c | 4 +- fs/xfs/xfs_bmap_util.c | 20 ++--- fs/xfs/xfs_buf_item.c | 119 ++++++++++++++------------ fs/xfs/xfs_buf_item.h | 1 + fs/xfs/xfs_inode.c | 10 +-- fs/xfs/xfs_iops.c | 12 ++- fs/xfs/xfs_log_recover.c | 10 --- fs/xfs/xfs_reflink.c | 137 ++++++++++++++++++------------ fs/xfs/xfs_trace.h | 1 - fs/xfs/xfs_trans.c | 10 ++- fs/xfs/xfs_trans_buf.c | 99 ++++++--------------- 24 files changed, 341 insertions(+), 341 deletions(-)