login
Header Space

 
 

Mailing list archives

Search results

Found 148 matching messages (0.002 seconds). Page 1 of 8.

[PATCH 1/2] VFS: update overview document

... to some useful external VFS documentation. Signed-off-by: Pekka Enberg --- vfs.txt ... updated on October 28, 2005 Copyright (C) 1999 Richard Gooch Copyright (C) 2005 Pekka Enberg @@ -11,62 +11,61 @@ This file ...

linux-fsdevel - Pekka Enberg - Oct 28 2005 - 11:48

[PATCH] read_mapping_page for address space

From: Pekka Enberg This patch adds read_mapping_page function which is ... some duplication from filesystem code. Signed-off-by: Pekka Enberg --- fs/afs/dir.c | 4 +--- fs/afs/mntpt. ...

linux-fsdevel - Pekka Enberg - Apr 9 2006 - 04:18

Re: [PATCH 4/12: eCryptfs] Main module functions

... + goto out; On Sat, 19 Nov 2005, Pekka Enberg wrote: > > Why do you want to BUG() and then handle the situation? ... disable BUG() are knowingly taking the risk... Pekka - To unsubscribe from this list: send ...

linux-fsdevel - Pekka Enberg - Nov 20 2005 - 15:06

Re: [PATCH 6/12: eCryptfs] Superblock operations

Hi, On 11/19/05, Pekka Enberg wrote: > > > +/** > > > + * This is called through iput_final(). > > ... elaborate if so. You can set ecryptfs_sops->drop_inode to generic_delete_inode directly, no? Pekka

linux-fsdevel - Pekka Enberg - Nov 21 2005 - 12:01

Re: [PATCH 4/12: eCryptfs] Main module functions

Hi, On 11/19/05, Pekka Enberg wrote: > > > + ecryptfs_printk(1, KERN_NOTICE, "Enter; lower_dentry = [%p], ... make sense and leave those in with KERN_DEBUG? Pekka - To unsubscribe from this list: send the ...

linux-fsdevel - Pekka Enberg - Nov 21 2005 - 12:21

Re: [PATCH 6/12: eCryptfs] Superblock operations

Hi Michael, On 11/21/05, Pekka Enberg wrote: > > > You can set ecryptfs_sops->drop_inode to generic_delete_inode directly, > ... 't even bother to ask that ;) Yes, that's what I was suggesting. Pekka

linux-fsdevel - Pekka Enberg - Nov 21 2005 - 12:20

Re: [PATCH/RFC] s390: Hypervisor File System

Hi Martin, On Fri, 2006-04-21 at 18:38 +0300, Pekka Enberg wrote: > > The update-on-write to special file thing seems bit strange to me. ... I am cc'ing fsdevel to see if they can come up with a better suggestion. Pekka

linux-fsdevel - Pekka Enberg - Apr 25 2006 - 10:04

Re: [PATCH 5/13: eCryptfs] Header declarations

Pekka Enberg wrote: > > So, what's wrong with BUG_ON? On Thu, 2006-05-04 at 18:58 +0400, ... you shouldn't write assertions that you don't really need anyway. Pekka - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel ...

linux-fsdevel - Pekka Enberg - May 4 2006 - 11:22

Re: [RFC/PATCH] revoke/frevoke system calls

... 22 Jul 2006 09:22:37 +0300 (EEST) Pekka J Enberg wrote: > > There are alternatives, playing games with ->f_op, ... but couldn't find anything on that. Al? Pekka - To unsubscribe from this list: send the line ...

linux-fsdevel - Pekka Enberg - Jul 22 2006 - 03:41

Re: forced umount?

... the heads up; its good to see that Pekka Enberg's work has > continued. I actually stumbled onto that line of work earlier ... and (2) take down the actual inodes. Pekka - To unsubscribe from this list: send the ...

linux-fsdevel - Pekka Enberg - Mar 17 2007 - 06:53

Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland

Hi Hugh, On Sat, 13 Oct 2007, Pekka Enberg wrote: > Doesn't msync(2) get to it via mm/page-writeback.c: ... 's some other unionfs magic I am missing. Pekka - To unsubscribe from this list: send the ...

linux-fsdevel - Pekka Enberg - Oct 14 2007 - 13:09

Re: msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland

Hi Hugh, On Mon, 15 Oct 2007, Pekka Enberg wrote: > > I wonder whether _not setting_ BDI_CAP_NO_WRITEBACK ... VFS documentation", so perhaps he might know? Neil? Pekka - To unsubscribe from this list: send the line " ...

linux-fsdevel - Pekka Enberg - Oct 22 2007 - 16:48

Re: [PATCH+comment] fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE

... the actual comment :-). In any case, the patch looks good to me. Reviewed-by: Pekka Enberg Pekka - To unsubscribe from this list: send the line "unsubscribe linux ...

linux-fsdevel - Pekka Enberg - Oct 25 2007 - 03:24

[RFC][PATCH] VFS: update documentation

... appreciate any comments and help on this. Signed-off-by: Pekka Enberg --- vfs.txt | 314 +++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 241 insertions(+), 73 ...

linux-fsdevel - Pekka Enberg - Aug 21 2005 - 07:37

[RFC][PATCH] VFS: update documentation (take #2)

... Otte for the description on get_xip_page(). Signed-off-by: Pekka Enberg --- vfs.txt | 382 ++++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 291 insertions(+), 91 ...

linux-fsdevel - Pekka Enberg - Aug 24 2005 - 14:36

[PATCH 2/2] VFS: split dentry locking documentation

... but do not fit into the VFS overview document as is. Signed-off-by: Pekka Enberg --- dentry-locking.txt | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++ vfs.txt | 177 ...

linux-fsdevel - Pekka Enberg - Oct 28 2005 - 11:48

Re: [PATCH 20 of 23] Unionfs: Internal include file

Hi, On 10/13/06, Pekka Enberg wrote: > Ecryptfs has the exact same bits. Please consolidate to common code. Btw, now would be a good time to do fs/stackfs/ as suggested by hch to the ecryptfs devs ...

linux-fsdevel - Pekka Enberg - Oct 13 2006 - 04:05

Re: [PATCH] LogFS take three

On 5/16/07, Pekka Enberg wrote: > Forgot to add (see below). Seems logfs_segment_read would be simpler > too if you fixed this. Blah. Just to be clear: I forgot to add a "(see below)" text in the original ...

linux-fsdevel - Pekka Enberg - May 16 2007 - 08:38

Re: [PATCH] update description in Documentation/filesystems/vfs.txt

... s/Juni/June/g please before sending to Andrew. Other than that, looks good to me. Acked-by: Pekka Enberg - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in ...

linux-fsdevel - Pekka Enberg - Jun 25 2007 - 05:34

Re: No, really, stop trying to delete slab until you've finished making slub perform as well

Rene Herman wrote: > On 03-08-08 23:25, Pekka Enberg wrote: > >> Matthew Wilcox wrote: > >>> Do we have to once again explain that slab still outperforms slub on at >>> least one important benchmark? ...

linux-fsdevel - Pekka Enberg - Aug 4 2008 - 17:22

speck-geostationary