This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b765a32a2e91 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new e3e39c72b99f btrfs: block-group: fix free-space bitmap threshold new 9771a5cf9371 btrfs: drop path before adding new uuid tree entry new a48b73eca4ce btrfs: fix potential deadlock in the search ioctl new e89c4a9c8e6c btrfs: allocate scrub workqueues outside of locks new ad24466588ab btrfs: set the correct lockdep class for new nodes new d3beaa253fd6 btrfs: set the lockdep class for log tree extent buffers new f96d6960abbc btrfs: tree-checker: fix the error message for transid error new dcdfd9cc28dd Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/sc [...] new 4b04e0decd25 perf test: Fix basic bpf filtering test new a74eaf1605d4 perf sched timehist: Fix use of CPU list with summary option new 0c5f1acc2a14 perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPOR [...] new 783abbd44492 perf symbols: Add mwait_idle_with_hints.constprop.0 to the [...] new 19684e969deb perf: arm-spe: Fix check error when synthesizing events new 57ed62892b9c MAINTAINERS: Add entries for CoreSight and Arm SPE tooling new 20befbb10803 perf tools: Use %zd for size_t printf formats on 32-bit new a060c1f12b52 perf record: Correct the help info of option "--no-bpf-event" new 943b69ac1884 perf parse-events: Set exclude_guest=1 for user-space counting new 492d4d876c29 perf test: Set NULL sentinel in pmu_events table in "Parse [...] new 313146a84418 perf stat: Fix out of bounds array access in the print_cou [...] new 33321a06c70b perf parse-events: Avoid an uninitialized read when using [...] new d4ccbacb9c21 perf top/report: Fix infinite loop in the TUI for grouped events new f5f8e7e55fbd perf cs-etm: Fix corrupt data after perf inject from new a347306fbec5 perf intel-pt: Fix corrupt data after perf inject from new 39c0a53b114d perf tools: Correct SNOOPX field offset new 977f739b7126 perf report: Disable ordered_events for raw dump new 9c7d619be5a0 Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git:// [...]
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: MAINTAINERS | 8 +- fs/btrfs/block-group.c | 4 +- fs/btrfs/ctree.c | 6 +- fs/btrfs/extent-tree.c | 2 +- fs/btrfs/extent_io.c | 8 +- fs/btrfs/extent_io.h | 6 +- fs/btrfs/free-space-tree.c | 4 + fs/btrfs/ioctl.c | 27 +++-- fs/btrfs/scrub.c | 122 +++++++++++++--------- fs/btrfs/tree-checker.c | 2 +- fs/btrfs/volumes.c | 3 +- tools/include/uapi/linux/perf_event.h | 2 +- tools/perf/builtin-record.c | 2 +- tools/perf/builtin-report.c | 3 + tools/perf/builtin-sched.c | 6 +- tools/perf/builtin-top.c | 2 + tools/perf/tests/bpf.c | 2 +- tools/perf/tests/parse-events.c | 4 +- tools/perf/tests/parse-metric.c | 3 + tools/perf/ui/browsers/hists.c | 3 +- tools/perf/util/arm-spe-decoder/arm-spe-decoder.c | 6 +- tools/perf/util/cs-etm.c | 9 +- tools/perf/util/intel-pt.c | 9 +- tools/perf/util/parse-events.c | 31 +++--- tools/perf/util/session.c | 2 +- tools/perf/util/stat-display.c | 2 +- tools/perf/util/symbol.c | 1 + tools/perf/util/zstd.c | 2 +- 28 files changed, 182 insertions(+), 99 deletions(-)