This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 241e39004581 nfsd: replace Jeff by Chuck as nfsd co-maintainer new ff896738be38 block: return from __bio_try_merge_page if merging occured [...] new 456918049560 block: fix page leak when merging to same page new 9642fa73d073 md: fix for divide error in status_resync new 440078db7a55 Merge branch 'md-fixes' of https://github.com/liu-song-6/l [...] new 41a247d896d2 Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block new 97bf85b6ec9e mmc: sdhi: disallow HS400 for M3-W ES1.2, RZ/G2M, and V3H new b0e370b95a3b mmc: core: complete HS400 before checking status new 8a5df8ac628f mmc: mediatek: fix SDIO IRQ interrupt handle flow new 20314ce30af1 mmc: mediatek: fix SDIO IRQ detection issue new abdd5dcc0020 Revert "brcmfmac: disable command decode in sdio_aos" new 0a55f4ab9678 mmc: core: API to temporarily disable retuning for SDIO CR [...] new 2de0b42da263 brcmfmac: sdio: Disable auto-tuning around commands expect [...] new b4c9f938d542 mmc: core: Add sdio_retune_hold_now() and sdio_retune_release() new 65dade604407 brcmfmac: sdio: Don't tune while the card is off new 0f7b79a44e7d mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width whe [...] new 83293386bc95 mmc: core: Prevent processing SDIO IRQs when the card is s [...] new 6331d118ac61 Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/l [...] new c6d9c35d16f1 quota: fix a problem about transfer quota new c285a2f01d69 fanotify: update connector fsid cache on add mark new d72558b2b331 Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/l [...]
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/bio.c | 38 ++++++----- drivers/md/md.c | 36 ++++++---- drivers/mmc/core/core.c | 5 +- drivers/mmc/core/mmc.c | 6 +- drivers/mmc/core/sdio.c | 13 +++- drivers/mmc/core/sdio_io.c | 77 ++++++++++++++++++++++ drivers/mmc/core/sdio_irq.c | 4 ++ drivers/mmc/host/mtk-sd.c | 39 ++++++----- drivers/mmc/host/renesas_sdhi_core.c | 9 ++- drivers/mmc/host/sdhci-pci-o2micro.c | 5 +- .../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 17 +++-- fs/iomap.c | 12 ++-- fs/notify/fanotify/fanotify.c | 4 ++ fs/notify/mark.c | 14 +++- fs/quota/dquot.c | 4 +- fs/xfs/xfs_aops.c | 11 +++- include/linux/bio.h | 2 +- include/linux/fsnotify_backend.h | 4 +- include/linux/mmc/host.h | 1 + include/linux/mmc/sdio_func.h | 6 ++ 20 files changed, 231 insertions(+), 76 deletions(-)