summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2019-07-24 10:37:55 -0700
committerJens Axboe <axboe@kernel.dk>2020-04-01 14:56:44 -0600
commit4308a434e5e08c78676aa66bc626ef78cbef0883 (patch)
treea6617ca3addbb90cc2be00a78a8d22e3da725d48 /tools/perf/scripts/python/bin/stackcollapse-report
parentd866dbf6178713e37d2fec2870af00b345684e1a (diff)
downloadkernel-4308a434e5e08c78676aa66bc626ef78cbef0883.tar.gz
blkcg: don't offline parent blkcg first
blkcg->cgwb_refcnt is used to delay blkcg offlining so that blkgs don't get offlined while there are active cgwbs on them. However, it ends up making offlining unordered sometimes causing parents to be offlined before children. Let's fix this by making child blkcgs pin the parents' online states. Note that pin/unpin names are chosen over get/put intentionally because css uses get/put online for something different. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
ssociated code.David S. Miller 2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller 2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller 2012-07-16ipv4: Add helper inet_csk_update_pmtu().David S. Miller 2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller 2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller 2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller 2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings 2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li 2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet 2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller 2012-05-17net: include/net/sock.h cleanupEric Dumazet 2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman 2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman 2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet 2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet 2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero 2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker 2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov 2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell 2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell 2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov 2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet 2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov 2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov 2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov