login
Header Space

 
 

Mailing list archives

Search results

Found 125 matching messages (0.001 seconds). Page 1 of 7.

Re: [RFC] POSIX ACL kernel infrastructure

... at 03:46:35PM +0200, Andreas Gruenbacher wrote: > > Hello, > > > > I want to ... is rather large uncompressed. Cheers, Andreas. diff -Nur --exclude-from=linux. ... Copyright (C) 2001 by Andreas Gruenbacher gruenbacher@computer.org> + * + * Fixes ...

linux-fsdevel - Andreas Gruenbacher - Aug 4 2002 - 10:14

Re: [RFC] POSIX ACL kernel infrastructure

... 04, 2002 at 04:14:47PM +0200, Andreas Gruenbacher wrote: > > +MODULE_AUTHOR ... acl-1.diff>. Regards, Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto ...

linux-fsdevel - Andreas Gruenbacher - Aug 5 2002 - 08:11

Re: [RFC] POSIX ACL kernel infrastructure

... :02, Nathan Scott wrote: > hi Andreas, > > On Mon, Aug 05, 2002 ... POSIX ACLs, though. Cheers, Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto: ...

linux-fsdevel - Andreas Gruenbacher - Aug 9 2002 - 06:53

Re: [Acl-Devel] Version 0.8.60 for kernel 2.4.21 released

... , 14 Jul 2003, Andrew Morton wrote: > Andreas Gruenbacher wrote: > ... * what you mean :-) Cheers. ------------------------------------------------------------------------ Andreas Gruenbacher, a.gruenbacher@bestbits.at Contact ...

linux-fsdevel - Andreas Gruenbacher - Jul 14 2003 - 17:59

Re: [RFC] POSIX ACL kernel infrastructure

... , 2002 at 12:53:55PM +0200, Andreas Gruenbacher wrote: > > The kernel NFS ... a hack right now. -Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto: ...

linux-fsdevel - Andreas Gruenbacher - Aug 9 2002 - 08:22

Re: [RFC] POSIX ACL kernel infrastructure

... at 02:22:49PM +0200, Andreas Gruenbacher wrote: > > I read this ... inappropriate for that task. --Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto ...

linux-fsdevel - Andreas Gruenbacher - Aug 9 2002 - 09:17

Re: [RFC] Apply the umask in VFS optionally (also POSIX ACL kernel infrastructure)

... > On Sun, Aug 04, 2002 at 03:46:43PM +0200, Andreas Gruenbacher ... sounds very reasonable. Regards, Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto: ...

linux-fsdevel - Andreas Gruenbacher - Aug 5 2002 - 07:41

Kernel/Glibc: EOPNOTSUPP vs. ENOTSUP vs. ENOTSUPP (also [RFC] POSIX ACL kernel infrastructure)

... FAQ at http://www.tux.org/lkml/ ------------------------------------------------------- -- ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto:agruen@suse. ...

linux-fsdevel - Andreas Gruenbacher - Aug 4 2002 - 09:46

Re: JFS extended attributes and ACLs - New Patches

... @sgi.com> who was also involved in thinking out the rules. Cheers, Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto:agruen@suse.de ...

linux-fsdevel - Andreas Gruenbacher - Sep 12 2002 - 11:13

Re: JFS extended attributes and ACLs - New Patches

... in the JFS patches? I'd be much happier with the patch. Regards, Andreas. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Linux AG mailto:agruen@suse. ...

linux-fsdevel - Andreas Gruenbacher - Sep 12 2002 - 13:04

Re: [PATCH] Add `no_acl' nfs export option

... please reserve the bit? Thanks. Cheers, Andreas. On Tuesday 08 July 2003 16:55 ... be added to nfs-utils? Thanks. ------------------------------------------------------------------ Andreas Gruenbacher SuSE Labs, SuSE Linux AG ...

linux-fsdevel - Andreas Gruenbacher - Jul 14 2003 - 07:09

Re: [AppArmor 38/45] AppArmor: Module and LSM hooks

... Mon 2007-06-04 13:25:30, Andreas Gruenbacher wrote: > > On Monday 04 June 2007 ... Wed 2007-05-23 18:16:45, Andreas Gruenbacher wrote: > > > > On Tuesday 15 May ... ? Module parameters are *really* dead cheap. Andreas - To unsubscribe from this list: send ...

linux-fsdevel - Andreas Gruenbacher - Jun 4 2007 - 07:42

Re: [AppArmor 38/45] AppArmor: Module and LSM hooks

... 2007-06-11 at 01:10 +0200, Andreas Gruenbacher wrote: > > On Wednesday 06 June 2007 ... 2007-06-04 at 16:30 +0200, Andreas Gruenbacher wrote: > > > > On Monday 04 June ... of common code patches are there for. Andreas - To unsubscribe from this list: send ...

linux-fsdevel - Andreas Gruenbacher - Jun 11 2007 - 11:55

Re: [PATCH] Fix d_path for lazy unmounts

On Friday 02 February 2007 19:23, Andreas Gruenbacher wrote: > Hello, > > here is a bugfix to d_path. ... not currently done, but it might be worthwhile. Updated patch follows. Signed-off-by: Andreas Gruenbacher Index: linux-2.6- ...

linux-fsdevel - Andreas Gruenbacher - Feb 5 2007 - 04:32

[d_path 6/7] Filter out disconnected paths from /proc/mounts

... except for the rootfs. Signed-off-by: Andreas Gruenbacher --- fs/namespace.c ... ; put_mnt_ns(ns); return seq_release(inode, file); } -- Andreas Gruenbacher SUSE Labs, SUSE LINUX Products GmbH GF: Markus ...

linux-fsdevel - Andreas Gruenbacher - Apr 19 2007 - 19:23

[d_path 1/7] Fix __d_path() for lazy unmounts and make it unambiguous

... one and hide unreachable mount points from /proc/mounts. Signed-off-by: Andreas Gruenbacher --- fs/dcache.c ... len)) + error = -EFAULT; + } out: dput(pwd); -- Andreas Gruenbacher SUSE Labs, ...

linux-fsdevel - Andreas Gruenbacher - Apr 19 2007 - 19:23

[d_path 7/7] Distinguish between connected and disconnected paths in d_path()

... lazily unmounted file system; return "." in that case instead. Signed-off-by: Andreas Gruenbacher --- fs/dcache.c ... ; dput(root); mntput(rootmnt); return res; -- Andreas Gruenbacher SUSE Labs, ...

linux-fsdevel - Andreas Gruenbacher - Apr 19 2007 - 19:23

[d_path 3/7] Add d_namespace_path() to compute namespace relative pathnames

... the namespace-relative path. Signed-off-by: Andreas Gruenbacher Reviewed-by: ... *, char *, int); + #endif #endif /* _LINUX_MOUNT_H */ -- Andreas Gruenbacher SUSE Labs, SUSE LINUX Products GmbH GF: Markus Rex ...

linux-fsdevel - Andreas Gruenbacher - Apr 19 2007 - 19:23

[d_path 5/7] Remove duplicate proc code

... /mounts and /proc/$pid/mountstats. Signed-off-by: Andreas Gruenbacher --- fs/proc/base.c | ... ; } static const struct file_operations proc_mountstats_operations = { -- Andreas Gruenbacher SUSE Labs, SUSE ...

linux-fsdevel - Andreas Gruenbacher - Apr 19 2007 - 19:23

[d_path 4/7] Make getcwd() only return valid paths

... process makes no sense. Signed-off-by: Andreas Gruenbacher --- fs/dcache.c | 4 +++- 1 file changed, 3 ... error = -ERANGE; len = PAGE_SIZE + page - cwd; -- Andreas Gruenbacher SUSE Labs, SUSE ...

linux-fsdevel - Andreas Gruenbacher - Apr 19 2007 - 19:23

speck-geostationary