login
Header Space

 
 

Mailing list archives

Search results

Found 1444 matching messages (0.047 seconds). Page 1 of 50.

Re: [PATCH v2] documentation: split and build smount.c

... handles shared subtrees just fine > > Miklos... ? Yes, ACK from me too. ... .dunlap@oracle.com> > cc: Miklos Szeredi <miklos@szeredi.hu> > --- > Documentation/filesystems/ ... code was developed my Miklos Szeredi <miklos@szeredi.hu> > - //and modified ...

linux-kernel - Miklos Szeredi - Aug 25 2008 - 17:11

Re: [patch 6/8] fuse: clean up setting i_size in write

... 2008 20:19:14 +0100 Miklos Szeredi <miklos@szeredi.hu> wrote: > > > From: ... > common helper. > > > > Signed-off-by: Miklos Szeredi > > --- > > fs/fuse/ ... m well aware of the problem :) Miklos -- To unsubscribe from this list: ...

linux-kernel - Miklos Szeredi - Mar 18 2008 - 04:16

Re: [patch 07/22] fat: dont call notify_change

... immutability of the file. > > > > Signed-off-by: Miklos Szeredi > > CC: OGAWA ... Thanks. Miklos ---- Subject: fat: don't call notify_change fix From: Miklos Szeredi ERROR: " ...

linux-kernel - Miklos Szeredi - May 17 2008 - 02:56

Re: [rfc patch 4/4] splice: use do_generic_file_read()

... pages. Thanks for noticing! Here's an updated 4/4 patch: Miklos -- Subject: splice: use do_generic_file_read() From: Miklos Szeredi __generic_file_splice_read() duplicates a lot of stuff ...

linux-kernel - Miklos Szeredi - Jun 24 2008 - 07:11

Re: uml and -regparm=3

... G�%@: Invalid argument > > > > What's up? > > Miklos, could you try the fix below ... (updated patch below). Miklos ---- Subject: x86: fix UML calling ... @elte.hu> Signed-off-by: Miklos Szeredi --- Index: ...

linux-kernel - Miklos Szeredi - Jan 10 2008 - 05:05

Re: [stable] [patch] fuse: fix permission checking

... , 2008 at 10:38:59AM +0100, Miklos Szeredi wrote: > > > > On Fri, Feb 15, 2008 at 11:23:47AM +0100, Miklos Szeredi wrote: > > > > > This is for 2.6.25 and 2.6.24.y ... implications, so the earlier, the better. Miklos -- To unsubscribe from this list: ...

linux-kernel - Miklos Szeredi - Feb 23 2008 - 15:40

[patch 6/9] fuse: add export operations

... to kernel API changes Signed-off-by: Miklos Szeredi --- fs/fuse/dir.c | 4 - fs/fuse/fuse_i.h ... include MODULE_AUTHOR("Miklos Szeredi <miklos@szeredi.hu>"); MODULE_DESCRIPTION("Filesystem in ...

linux-kernel - Miklos Szeredi - May 9 2008 - 08:41

[patch 6/9] fuse: add export operations

... the same fh encoding. Signed-off-by: Miklos Szeredi --- fs/fuse/dir.c | 4 - fs/fuse/fuse_i.h ... include MODULE_AUTHOR("Miklos Szeredi <miklos@szeredi.hu>"); MODULE_DESCRIPTION("Filesystem in ...

linux-kernel - Miklos Szeredi - May 15 2008 - 15:50

Re: [PATCH] fix race in AF_UNIX

... wrong > > approach. > > > > Signed-off-by: Miklos Szeredi > > I ... compile tested) patch. Thanks, Miklos From: Miklos Szeredi ... return value. Signed-off-by: Miklos Szeredi --- Index ...

linux-kernel - Miklos Szeredi - Jun 5 2007 - 03:42

Re: [PATCH] fix race in AF_UNIX

... > From: Miklos Szeredi <miklos@szeredi.hu> > > Date: Mon, 04 Jun 2007 ... wrong > > > approach. > > > > > > Signed-off-by: Miklos Szeredi > > Concerning ... code would be more complicated. Miklos - To unsubscribe from this list: ...

linux-kernel - Miklos Szeredi - Jun 6 2007 - 01:26

[PATCH re-resend] fix race in AF_UNIX garbage collector

... in the least. Thanks, Miklos ---- From: Miklos Szeredi ... of the algorithm. Signed-off-by: Miklos Szeredi --- include/ ... ->dead in listen queues scanning. * + * Miklos Szeredi 25 Jun 2007 + * Reimplement ...

linux-kernel - Miklos Szeredi - Jul 10 2007 - 05:50

Re: [patch 4/9] unprivileged mounts: propagate error values from clone_mnt

... Szeredi (miklos@szeredi.hu): > > From: Miklos Szeredi > > > > Allow clone_mnt() to return errors other than ENOMEM. This ... the error value. I'll fix this. Thanks, Miklos -- To unsubscribe from this list: send the ...

linux-kernel - Miklos Szeredi - Jan 15 2008 - 06:15

Re: [patch 8/9] unprivileged mounts: propagation: inherit owner from parent

... (miklos@szeredi.hu): > > From: Miklos Szeredi > > > > On mount propagation, let the owner of the clone be ... capability tests. I'll update the description. Thanks, Miklos -- To unsubscribe from this list: send the ...

linux-kernel - Miklos Szeredi - Jan 15 2008 - 06:39

Re: [patch 9/9] unprivileged mounts: add "no submounts" flag

... (miklos@szeredi.hu): > > From: Miklos Szeredi > > > > Add a new mount flag "nomnt", which denies submounts for ... . Me neither. Thanks for the review, Serge! Miklos -- To unsubscribe from this list: send the ...

linux-kernel - Miklos Szeredi - Jan 15 2008 - 06:41

Re: [patch 21/26] mount options: partially fix nfs

... Descritption is in the 01/26 patch. > More below. > > > Signed-off-by: Miklos Szeredi > > --- > > > > Index: linux/ ... mounts, like communication file descriptors. Thanks, Miklos -- To unsubscribe from this list: send ...

linux-kernel - Miklos Szeredi - Jan 25 2008 - 05:39

Re: [patch 21/26] mount options: partially fix nfs

... -24 at 20:34 +0100, Miklos Szeredi wrote: > > plain text document ... still missing. > > > > Signed-off-by: Miklos Szeredi > > --- > > > > Index ... separate patch, > however. OK. Thanks, Miklos -- To unsubscribe from this list ...

linux-kernel - Miklos Szeredi - Jan 25 2008 - 05:43

Re: [patch 4/8] mm: allow not updating BDI stats in end_page_writeback()

... 2008 20:19:12 +0100 Miklos Szeredi <miklos@szeredi.hu> wrote: > > > From: Miklos Szeredi > > > > Fuse's writepage will need to clear ... manually. Does that sound workable? Thanks, Miklos -- To unsubscribe from this list: ...

linux-kernel - Miklos Szeredi - Mar 18 2008 - 04:11

Re: [patch 17/22] vfs: add path_symlink()

... to the vfs-cleanups tree. Thanks, Miklos ---- Subject: vfs: remove mode parameter from path_symlink() From: Miklos Szeredi Remove the ... Handa for noticing. Signed-off-by: Miklos Szeredi CC: ...

linux-kernel - Miklos Szeredi - May 17 2008 - 03:36

Re: [parch 2/4] vfs: utimensat(): be consistent with utime() for immutable and append-only files

... the case for > times == NULL. > > (Thanks to Miklos for pointing this out.) > > Patch 3 ... > by this patch. > > CC: Miklos Szeredi <miklos@szeredi.hu> > CC: Al Viro < ... Acked-by: Miklos Szeredi -- To ...

linux-kernel - Miklos Szeredi - Jun 4 2008 - 00:29

Re: [patch resend] gfs2: don't call permission()

... Tue, 2008-07-01 at 15:33 +0200, Miklos Szeredi wrote: > > From: ... the implicit recursion. > > > > Signed-off-by: Miklos Szeredi > > --- > > fs/gfs2 ... ll fix up the patch. Thanks, Miklos > > Christoph: are you now happy with ...

linux-kernel - Miklos Szeredi - Jul 1 2008 - 10:20

speck-geostationary