This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from b36fdc6853a3 Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/l [...] adds 8ecebf4d767e Btrfs: fix unexpected failure of nocow buffered writes aft [...] adds d4682ba03ef6 Btrfs: sync log after logging new name adds de02b9f6bb65 Btrfs: fix data corruption when deduplicating between diff [...] adds a5b7f4295eea btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_ [...] adds 801660b040d1 btrfs: btrfs_shrink_device should call commit transaction [...] adds b9b8a41adeff btrfs: use after free in btrfs_quota_enable new b6fdfbff0789 btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcu new 5404525b98c2 Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/s [...] new 865e63b04e9b tracing: Add back in rcu_irq_enter/exit_irqson() for rcuid [...] new d1c392c9e2a3 printk/tracing: Do not trace printk_nmi_enter() new be65e2595b4c Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/sc [...] new edf4e7b7b910 apparmor: fix bad debug check in apparmor_secid_to_secctx() new db44bf4b4768 Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org [...] new 6b0654620686 Revert "blk-throttle: fix race between blkcg_bio_issue_che [...] new 59b57717fff8 blkcg: delay blkg destruction until after writeback has finished new 3111885015b4 blkcg: use tryget logic when associating a blkg with a bio new bc811f05d77f nbd: don't allow invalid blocksize settings new 8b2ded1c94c0 block: don't warn when doing fsync on read-only devices new d5274b3cd6a8 block: bfq: swap puts in bfqg_and_blkg_put new ca16eb342ebe Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block
The 14 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-cgroup.c | 4 +- block/bio.c | 3 +- block/blk-cgroup.c | 105 ++++++++++++++++++--------------------- block/blk-core.c | 5 +- block/blk-throttle.c | 5 +- drivers/block/nbd.c | 3 ++ fs/btrfs/ctree.h | 12 ++++- fs/btrfs/disk-io.c | 1 + fs/btrfs/extent-tree.c | 17 +++---- fs/btrfs/inode.c | 117 +++++++++++++++++++++++++++++++------------- fs/btrfs/ioctl.c | 35 +++++++++++++ fs/btrfs/qgroup.c | 5 +- fs/btrfs/tree-log.c | 48 +++++++++++++++--- fs/btrfs/tree-log.h | 10 +++- fs/btrfs/volumes.c | 7 ++- include/linux/blk-cgroup.h | 45 ++++++++++++++++- include/linux/tracepoint.h | 8 ++- kernel/printk/printk_safe.c | 4 +- mm/backing-dev.c | 5 ++ security/apparmor/secid.c | 1 - 20 files changed, 316 insertions(+), 124 deletions(-)