summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorZhao Lei <zhaolei@cn.fujitsu.com>2015-01-20 15:11:44 +0800
committerChris Mason <clm@fb.com>2015-01-21 18:06:49 -0800
commitffe2d2034bbb34f49f76c808550fdfbea2ea1659 (patch)
treee77f446b2628d80cff892f604da7ffa292e892ee /tools/perf/scripts/python
parent10f11900167a83e0c229c4c27e73e720ebd55b5c (diff)
downloadkernel-ffe2d2034bbb34f49f76c808550fdfbea2ea1659.tar.gz
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
So we can check raid56 with: (map->type & BTRFS_BLOCK_GROUP_RAID56_MASK) instead of long: (map->type & (BTRFS_BLOCK_GROUP_RAID5 | BTRFS_BLOCK_GROUP_RAID6)) Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
a href='/distro/kernel/commit/kernel/power/Kconfig?h=linux-6.1.y&id=f317ff9eed763e99bd226a447f93d42509434f43'>Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell 2013-05-14workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar 2012-09-04PM / Domains: Add power off/on function for system core suspend stageRafael J. Wysocki 2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki 2012-05-11PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki 2012-05-11PM / Sleep: Make the limit of user space wakeup sources configurableRafael J. Wysocki 2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki 2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki 2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds 2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver 2011-10-16PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky 2011-09-23cpu_pm: Add cpu power management notifiersColin Cross 2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki 2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds 2011-07-11doc: Konfig: Documentation/power/{pm => apm-acpi}.txtMichael Witten 2011-07-02PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki 2011-07-02PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki 2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki 2011-04-30PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki 2011-04-11fix XEN_SAVE_RESTORE Kconfig dependenciesShriram Rajagopalan 2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki 2011-03-15PM: Simplify kernel/power/KconfigJan Beulich 2011-03-15PM: Clean up PM_TRACE dependencies and drop unnecessary Kconfig optionRafael J. Wysocki 2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki 2011-03-15PM: Reorder power management Kconfig optionsRafael J. Wysocki 2011-03-15PM: Make CONFIG_PM depend on (CONFIG_PM_SLEEP || CONFIG_PM_RUNTIME)Rafael J. Wysocki 2011-01-07PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki 2010-11-11PM / OPP: Hide OPP configuration when SoCs do not provide an implementationMark Brown 2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon 2010-10-17PM: Fix unmet dependency warning from kconfigRafael J. Wysocki 2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver