summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-12-02 15:37:48 -0800
committerJakub Kicinski <kuba@kernel.org>2025-12-02 15:37:53 -0800
commit4de44542991ed4cb8c9fb2ccd766d6e6015101b0 (patch)
treeaa93b5a498684431c97d4b57d65a7b036387f084 /tools/perf/scripts/python/bin/stackcollapse-record
parent9954464d737dd12f12b274d3da46397e3656f079 (diff)
parent108f9405ce81085284c7ab09b84784b94b611435 (diff)
downloadkernel-4de44542991ed4cb8c9fb2ccd766d6e6015101b0.tar.gz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Merge in late fixes in preparation for the net-next PR. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
t flags to featuresDave Chinner 2021-08-19xfs: consolidate mount option features in m_featuresDave Chinner 2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner 2021-08-19xfs: reflect sb features in xfs_mountDave Chinner 2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong 2021-08-16xfs: move the CIL workqueue to the CILDave Chinner 2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong 2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong 2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong 2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong 2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong 2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner 2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner 2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner 2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner 2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster 2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong 2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong 2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong 2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster 2020-09-15xfs: remove xfs_getsbChristoph Hellwig 2020-07-07xfs: allow multiple reclaimers per AGDave Chinner 2020-05-27xfs: remove the m_active_trans counterDave Chinner 2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner 2020-05-27xfs: reduce free inode accounting overheadDave Chinner 2020-05-07xfs: remove unused shutdown typesBrian Foster 2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny 2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny