<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/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/ecryptfs/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>290502be - eCryptfs: allow userspace messaging to be disabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#290502be</link>
        <description>eCryptfs: allow userspace messaging to be disabledWhen the userspace messaging (for the less common case of userspace keywrap/unwrap via ecryptfsd) is not needed, allow eCryptfs to build withit removed. This saves on kernel code size and reduces potential attacksurface by removing the /dev/ecryptfs node.Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Tyler Hicks &lt;tyhicks@canonical.com&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Thu, 28 Feb 2013 08:39:37 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>624ae528 - eCryptfs: remove netlink transport</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#624ae528</link>
        <description>eCryptfs: remove netlink transportThe netlink transport code has not worked for a while and the miscdevtransport is a simpler solution.  This patch removes the netlink code andmakes the miscdev transport the only eCryptfs kernel to userspacetransport.Signed-off-by: Tyler Hicks &lt;tyhicks@linux.vnet.ibm.com&gt;Cc: Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;Cc: Dustin Kirkland &lt;kirkland@canonical.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Thu, 16 Oct 2008 05:02:51 +0000</pubDate>
        <dc:creator>Tyler Hicks &lt;tyhicks@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>746f1e55 - eCryptfs: Privileged kthread for lower file opens</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#746f1e55</link>
        <description>eCryptfs: Privileged kthread for lower file openseCryptfs would really like to have read-write access to all files in thelower filesystem.  Right now, the persistent lower file may be openedread-only if the attempt to open it read-write fails.  One way to keepfrom having to do that is to have a privileged kthread that can open thelower persistent file on behalf of the user opening the eCryptfs file;this patch implements this functionality.This patch will properly allow a less-privileged user to open the eCryptfsfile, followed by a more-privileged user opening the eCryptfs file, withthe first user only being able to read and the second user being able toboth read and write.  eCryptfs currently does this wrong; it will wind upcalling vfs_write() on a file that was opened read-only.  This is fixed inthis patch.Signed-off-by: Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;Cc: Dave Kleikamp &lt;shaggy@austin.ibm.com&gt;Cc: Serge Hallyn &lt;serue@us.ibm.com&gt;Cc: Eric Sandeen &lt;sandeen@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Thu, 24 Jul 2008 04:30:02 +0000</pubDate>
        <dc:creator>Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f66e883e - eCryptfs: integrate eCryptfs device handle into the module.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#f66e883e</link>
        <description>eCryptfs: integrate eCryptfs device handle into the module.Update the versioning information.  Make the message types generic.  Add anoutgoing message queue to the daemon struct.  Make the functions to parseand write the packet lengths available to the rest of the module.  Addfunctions to create and destroy the daemon structs.  Clean up some of thecomments and make the code a little more consistent with itself.[akpm@linux-foundation.org: printk fixes]Signed-off-by: Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Tue, 29 Apr 2008 07:59:51 +0000</pubDate>
        <dc:creator>Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>da0102a1 - eCryptfs: read_write.c routines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#da0102a1</link>
        <description>eCryptfs: read_write.c routinesAdd a set of functions through which all I/O to lower files is consolidated.This patch adds a new inode_info reference to a persistent lower file for eacheCryptfs inode; another patch later in this series will set that up.  Thispersistent lower file is what the read_write.c functions use to callvfs_read() and vfs_write() on the lower filesystem, so even when reads andwrites come in through aops-&gt;readpage and aops-&gt;writepage, we can satisfy themwithout resorting to direct access to the lower inode&apos;s address space.Several function declarations are going to be changing with this patchset.For now, in order to keep from breaking the build, I am putting dummyparameters in for those functions.Signed-off-by: Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Tue, 16 Oct 2007 08:28:07 +0000</pubDate>
        <dc:creator>Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>dddfa461 - [PATCH] eCryptfs: Public key; packet management</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#dddfa461</link>
        <description>[PATCH] eCryptfs: Public key; packet managementPublic key support code.  This reads and writes packets in the header thatcontain public key encrypted file keys.  It calls the messaging code in theprevious patch to send and receive encryption and decryption requestpackets from the userspace daemon.[akpm@osdl.org: cleab fix]Signed-off-by: Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Mon, 12 Feb 2007 08:53:44 +0000</pubDate>
        <dc:creator>Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>237fead6 - [PATCH] ecryptfs: fs/Makefile and fs/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/ecryptfs/Makefile#237fead6</link>
        <description>[PATCH] ecryptfs: fs/Makefile and fs/KconfigeCryptfs is a stacked cryptographic filesystem for Linux.  It is derived fromErez Zadok&apos;s Cryptfs, implemented through the FiST framework for generatingstacked filesystems.  eCryptfs extends Cryptfs to provide advanced keymanagement and policy features.  eCryptfs stores cryptographic metadata in theheader of each file written, so that encrypted files can be copied betweenhosts; the file will be decryptable with the proper key, and there is no needto keep track of any additional information aside from what is already in theencrypted file itself.[akpm@osdl.org: updates for ongoing API changes][bunk@stusta.de: cleanups][akpm@osdl.org: alpha build fix][akpm@osdl.org: cleanups][tytso@mit.edu: inode-diet updates][pbadari@us.ibm.com: generic_file_*_read/write() interface updates][rdunlap@xenotime.net: printk format fixes][akpm@osdl.org: make slab creation and teardown table-driven]Signed-off-by: Phillip Hellewell &lt;phillip@hellewell.homeip.net&gt;Signed-off-by: Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;Signed-off-by: Erez Zadok &lt;ezk@cs.sunysb.edu&gt;Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: Stephan Mueller &lt;smueller@chronox.de&gt;Signed-off-by: &quot;Theodore Ts&apos;o&quot; &lt;tytso@mit.edu&gt;Signed-off-by: Badari Pulavarty &lt;pbadari@us.ibm.com&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/fs/ecryptfs/Makefile</description>
        <pubDate>Wed, 04 Oct 2006 09:16:22 +0000</pubDate>
        <dc:creator>Michael Halcrow &lt;mhalcrow@us.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
