This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0f9aeeac1df7 Merge tag 'drm-fixes-2018-09-14' of git://anongit.freedesk [...] new e4b069e0945f dm verity: fix crash on bufio buffer that was allocated wi [...] new 432061b3da64 dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL r [...] new 38b0bd0cda07 dm raid: fix reshape race on small devices new 644e2537fdc7 dm raid: fix stripe adding reshape deadlock new c44a5ee803d2 dm raid: fix rebuild of specific devices by updating superblock new 36a240a706d4 dm raid: fix RAID leg rebuild errors new 5380c05b6829 dm raid: bump target version, update comments and documentation new 3ab918281668 dm thin metadata: try to avoid ever aborting transactions new a0efc03b7925 Merge tag 'for-4.19/dm-fixes' of git://git.kernel.org/pub/ [...] new 8407879c4e0d nvmet-rdma: fix possible bogus dereference under heavy load new bf93585ee1e2 Merge branch 'nvme-4.19' of git://git.infradead.org/nvme i [...] new 01c5f85aebaa blk-cgroup: increase number of supported policies new b228ba1cb95a null_blk: fix zoned support for non-rq based operation new 4d8d9f540b78 Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-block new 80d34810815b ovl: respect FIEMAP_FLAG_SYNC flag new 5b910bd615ba ovl: fix GPF in swapfile_activate of file from overlayfs over xfs new 17ef445f9bef Documentation/filesystems: update documentation of file_op [...] new 45cd0faae371 vfs: add the fadvise() file operation new 3d8f7615319b vfs: implement readahead(2) using POSIX_FADV_WILLNEED new b833a3660394 ovl: add ovl_fadvise() new 8c25741aaad8 ovl: fix oopses in ovl_fill_super() failure paths new 48751b562bce Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub [...] new a6ae928c2583 Revert "printk: make sure to print log on console." new a06b0c82a049 Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pu [...]
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/device-mapper/dm-raid.txt | 4 + Documentation/filesystems/vfs.txt | 21 ++++- block/blk-cgroup.c | 4 +- drivers/block/null_blk.h | 17 ++-- drivers/block/null_blk_main.c | 45 ++++++++-- drivers/block/null_blk_zoned.c | 34 +++---- drivers/md/dm-crypt.c | 10 +-- drivers/md/dm-integrity.c | 4 +- drivers/md/dm-raid.c | 154 +++++++++++++------------------- drivers/md/dm-thin-metadata.c | 36 +++++++- drivers/md/dm-thin.c | 73 +++++++++++++-- drivers/md/dm-verity-target.c | 24 ++++- drivers/nvme/target/rdma.c | 27 +++++- fs/overlayfs/file.c | 23 ++++- fs/overlayfs/inode.c | 10 +++ fs/overlayfs/super.c | 26 +++--- include/linux/blkdev.h | 2 +- include/linux/fs.h | 5 ++ kernel/printk/printk.c | 12 ++- mm/Makefile | 3 +- mm/fadvise.c | 81 ++++++++++------- mm/readahead.c | 45 ++++------ 22 files changed, 422 insertions(+), 238 deletions(-)