First  |  Prev |  Next  |  Last
Pages: 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896
[PATCH] Add missing part of vgaarb.h include guard
vgaarb.h was missing the #define of the #ifndef at the top for the guard to prevent multiple #include's from causing re-define errors Signed-off-by: Doug Goldstein <cardoe(a)gentoo.org> --- include/linux/vgaarb.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/vgaarb.h b/i... 25 Jun 2010 16:29
Fwd: fs/exec.c core dumping on NFS mounted directory
� In 2.6.3x, I am logging in as a root and running app from NFS mounted directory. The app crashed with 0 bytes core file (I have set "ulimit -c unlimited", so it's not an issue). Proposed patch: --- exec.c 2010-05-19 17:33:16.000000000 -0700 +++ exec.c.new 2010-05-19 17:33:07.000000000 -0700 @@ -1859,7 +1859... 25 Jun 2010 16:29
irq_work -v2
On Fri, Jun 25, 2010 at 08:30:25PM +0200, Peter Zijlstra wrote: I'm not sure what all the logic for entry enqueued by someone else is good for? Is that for the case you don't have enough entries preallocated and you share them with someone else? Normally if the sharing is per cpu that would be difficult to re... 26 Jun 2010 06:31
Q: sys_futex() && timespec_valid()
Hello. Another stupid question about the trivial problem I am going to ask, just to report the authoritative answer back to bugzilla. The problem is, personally I am not sure we should/can add the user-visible change required by glibc maintainers, and I am in no position to suggest them to fix the user-space cod... 28 Jun 2010 12:50
[PATCH 09/38] whiteout: tmpfs whiteout support
From: Jan Blunck <jblunck(a)suse.de> 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(). Sign... 25 Jun 2010 15:23
[PATCH 20/38] 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. --- fs/dcache.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/fs/dcache.c b/fs/dcache.c index 54ff5a3..ce54dc5 100644 --- a/fs/dcache.c +++ b/f... 25 Jun 2010 15:23
[PATCH 03/38] VFS: Add read-only users count to superblock
While we can check if a file system is currently read-only, we can't guarantee that it will stay read-only. The file system can be remounted read-write at any time; it's also conceivable that a file system can be mounted a second time and converted to read-write if the underlying fs allows it. This is a problem f... 25 Jun 2010 15:23
[PATCH 13/38] 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 ... 25 Jun 2010 15:23
[PATCH 01/38] 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... 25 Jun 2010 15:23
[PATCH 35/38] union-mount: Implement union-aware lchown()
--- fs/open.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/fs/open.c b/fs/open.c index 336fe01..b021dcb 100644 --- a/fs/open.c +++ b/fs/open.c @@ -812,18 +812,35 @@ out: SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) { ... 25 Jun 2010 15:23
First  |  Prev |  Next  |  Last
Pages: 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896