First  |  Prev |  Next  |  Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
[PATCH 2/2] mfd: menelaus: Use macros instead of some constant magic numbers
This patch is originally done by Carlos Eduardo Aguiar. Original fix is commit 3305829b2816072b9c8ed01374b205ae4de74027 in git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Author modified the fix for mainline version of menelaus. Signed-off-by: Jarkko Nikula <jhnikula(a)gmail.com> Cc: Carlos Edu... 8 Aug 2010 13:24
[PATCH 1/2] mfd: menelaus: Fix mmc slot 2 misconfiguration
We are modifying register value instead of return value. This fix is originally done by Carlos Eduardo Aguiar. Original fix is commit bb4e91722e29efe31587d2cc664b6def645aecd9 in git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Author modified the fix for mainline version of menelaus. Signed-... 8 Aug 2010 13:24
Good News!!!
You have won 2,500,000GBP from the Lotto 649. Contact our British Agent for more details. Mr. Datson Galleon via e-mail: webservices(a)gala.net , Tel: +447031979972. Einet BG. Lotto649 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.k... 8 Aug 2010 13:24
[PATCH 17/39] union-mount: Free union dirs on removal from dcache
If a dentry is removed from dentry cache because its usage count drops to zero, the union_dirs in its union stack are freed too. Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/dcache.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/fs/dcache.c b/fs/dcache.c ind... 8 Aug 2010 12:19
[PATCH 01/39] VFS: Comment follow_mount() and friends
Add comments describing what the directions "up" and "down" mean and ref count handling to the VFS follow_mount() family of functions. Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> Cc: Alexander Viro <viro(a)zeniv.linux.org.uk> --- fs/namei.c | 43 +++++++++++++++++++++++++++++++++++++++---- fs/namesp... 8 Aug 2010 12:19
vfs: Export file system uuid via /proc/<pid>mountinfo
Stupid nit-pick in the subject line/patch summary: s;/proc/<pid>mountinfo;/proc/<pid>/mountinfo; - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Plea... 8 Aug 2010 12:19
[PATCH 13/39] fallthru: Basic fallthru definitions
Define the fallthru dcache flag and file system op. Mask out the DCACHE_FALLTHRU flag on dentry creation. Actual users and changes to lookup come in later patches. Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- Documentation/filesystems/vfs.txt | 6 ++++++ fs/dcache.c | 2 ... 8 Aug 2010 12:19
[PATCH 05/39] whiteout/NFSD: Don't return information about whiteouts to userspace
From: Jan Blunck <jblunck(a)suse.de> Userspace isn't ready for handling another file type, so silently drop whiteout directory entries before they leave the kernel. Signed-off-by: Jan Blunck <jblunck(a)suse.de> Signed-off-by: David Woodhouse <dwmw2(a)infradead.org> Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> ... 8 Aug 2010 12:19
[PATCH 20/39] union-mount: Call do_whiteout() on unlink and rmdir in unions
From: Jan Blunck <jblunck(a)suse.de> Call do_whiteout() when removing files and directories from a union mounted file system. Signed-off-by: Valerie Aurora <vaurora(a)redhat.com> --- fs/namei.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index 082154... 8 Aug 2010 12:19
[PATCH 09/39] whiteout: tmpfs whiteout support
Add support for whiteout dentries to tmpfs. This includes adding support for whiteouts to d_genocide(), which is called to tear down pinned tmpfs dentries. Whiteouts have to be persistent, so they have a pinning extra ref count that needs to be dropped by d_genocide(). Signed-off-by: Jan Blunck <jblunck(a)suse.de... 8 Aug 2010 12:19
First  |  Prev |  Next  |  Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116