summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-01-21 14:19:58 +0100
committerChristian Brauner <christian.brauner@ubuntu.com>2021-01-24 14:43:46 +0100
commitf736d93d76d3e97d6986c6d26c8eaa32536ccc5c (patch)
treee5bf31f80445cc9353ec23185c01da5591d20ed1 /tools/perf/scripts/python/bin/flamegraph-record
parent14f3db5542e62bcf6fe088a09760ac52d55306c5 (diff)
downloadkernel-f736d93d76d3e97d6986c6d26c8eaa32536ccc5c.tar.gz
xfs: support idmapped mounts
Enable idmapped mounts for xfs. This basically just means passing down the user_namespace argument from the VFS methods down to where it is passed to the relevant helpers. Note that full-filesystem bulkstat is not supported from inside idmapped mounts as it is an administrative operation that acts on the whole file system. The limitation is not applied to the bulkstat single operation that just operates on a single inode. Link: https://lore.kernel.org/r/20210121131959.646623-40-christian.brauner@ubuntu.com Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
=aa3ecf388adc90bde90776bba71a7f2d278fc4e3'>Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan 2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan 2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee 2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher 2016-09-27proc: unsigned file descriptorsAlexey Dobriyan 2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman 2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman 2015-02-22procfs: fix race between symlink removals and traversalsAl Viro