<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c1504e51 - eventfs: Implement eventfs dir creation functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/tracefs/Makefile#c1504e51</link>
        <description>eventfs: Implement eventfs dir creation functionsAdd eventfs_file structure which will hold the properties of the eventfsfiles and directories.Add following functions to create the directories in eventfs:eventfs_create_events_dir() will create the top level &quot;events&quot; directorywithin the tracefs file system.eventfs_add_subsystem_dir() creates an eventfs_file descriptor with thegiven name of the subsystem.eventfs_add_dir() creates an eventfs_file descriptor with the given name ofthe directory and attached to a eventfs_file of a subsystem.Add tracefs_inode structure to hold the inodes, flags and pointers toprivate data used by eventfs.Link: https://lkml.kernel.org/r/1690568452-46553-5-git-send-email-akaher@vmware.comSigned-off-by: Ajay Kaher &lt;akaher@vmware.com&gt;Co-developed-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Signed-off-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Tested-by: Ching-lin Yu &lt;chinglinyu@google.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-lkp/202305051619.9a469a9a-yujie.liu@intel.comSigned-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/fs/tracefs/Makefile</description>
        <pubDate>Fri, 28 Jul 2023 18:20:46 +0000</pubDate>
        <dc:creator>Ajay Kaher &lt;akaher@vmware.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/tracefs/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/fs/tracefs/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>4282d606 - tracefs: Add new tracefs file system</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/tracefs/Makefile#4282d606</link>
        <description>tracefs: Add new tracefs file systemAdd a separate file system to handle the tracing directory. Currently itis part of debugfs, but that is starting to show its limits.One thing is that in order to access the tracing infrastructure, you needto mount debugfs. As that includes debugging from all sorts of sub systemsin the kernel, it is not considered advisable to mount such an allencompassing debugging system.Having the tracing system in its own file systems gives access to thetracing sub system without needing to include all other systems.Another problem with tracing using the debugfs system is that theinstances use mkdir to create sub buffers. debugfs does not support mkdirfrom userspace so to implement it, special hacks were used. By controllingthe file system that the tracing infrastructure uses, this can be properlydone without hacks.Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/fs/tracefs/Makefile</description>
        <pubDate>Tue, 20 Jan 2015 16:36:55 +0000</pubDate>
        <dc:creator>Steven Rostedt (Red Hat) &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
</channel>
</rss>
