login
Header Space

 
 

Mailing list archives

Search results

Found 103 matching messages (0.042 seconds). Page 1 of 6.

Re: [PATCH 2/7] omfs: add inode routines

... 00:00:00 2001 From: Bob Copeland Date: ... super operations. + * Copyright (C) 2006 Bob Copeland + * Released ... .h> +#include "omfs.h" + +MODULE_AUTHOR("Bob Copeland "); +MODULE_DESCRIPTION(" ...

linux-kernel - Bob Copeland - Mar 29 2008 - 23:21

[PATCH 2/7] omfs: add inode routines

... - inode and super operations. + * Copyright (C) 2006 Bob Copeland + */ +#include ... +#include "omfs.h" + +MODULE_AUTHOR("Bob Copeland "); +MODULE_DESCRIPTION("OMFS (ReplayTV/ ...

linux-kernel - Bob Copeland - Mar 26 2008 - 20:45

Re: [PATCH 6/7] omfs: add checksumming routines

... Sep 17 00:00:00 2001 From: Bob Copeland Date: Thu, ... functions to do so. Signed-off-by: Bob Copeland --- fs/omfs/ ... 1.5.4.2.182.gb3092 -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from ...

linux-kernel - Bob Copeland - Mar 29 2008 - 23:30

Re: [PATCH 7/7] fs: update kbuild to include OMFS

... 17 00:00:00 2001 From: Bob Copeland Date: Sat ... Kconfig and Makefile Signed-off-by: Bob Copeland --- fs/Kconfig ... o file.o inode.o -- 1.5.4.2.182.gb3092 -- Bob Copeland %% www.bobcopeland.com -- To ...

linux-kernel - Bob Copeland - Mar 29 2008 - 23:32

[PATCH 2/7] omfs: add inode routines

... - inode and super operations. + * Copyright (C) 2006 Bob Copeland + * Released under GPL v2. ... +#include "omfs.h" + +MODULE_AUTHOR("Bob Copeland "); +MODULE_DESCRIPTION("OMFS (ReplayTV/Karma ...

linux-kernel - Bob Copeland - Apr 12 2008 - 18:58

[PATCH] udf: use crc_itu_t from lib instead of udf_crc

... to switch UDF over? Such as: From: Bob Copeland Date: Wed, ... one in the library. Signed-off-by: Bob Copeland Cc: Sergey ... 1.5.4.2.182.gb3092 -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe ...

linux-kernel - Bob Copeland - Apr 16 2008 - 21:07

[PATCH 3/8] omfs: add inode routines

... FS - inode and super operations. + * Copyright (C) 2006 Bob Copeland + * Released under GPL v2. + ... /crc-itu-t.h> +#include "omfs.h" + +MODULE_AUTHOR("Bob Copeland "); +MODULE_DESCRIPTION("OMFS (ReplayTV/Karma) ...

linux-kernel - Bob Copeland - Apr 19 2008 - 16:37

[PATCH 3/8] omfs: add inode routines

... FS - inode and super operations. + * Copyright (C) 2006 Bob Copeland + * Released under GPL v2. + ... /crc-itu-t.h> +#include "omfs.h" + +MODULE_AUTHOR("Bob Copeland "); +MODULE_DESCRIPTION("OMFS (ReplayTV/Karma) ...

linux-kernel - Bob Copeland - Apr 26 2008 - 17:26

Re: [PATCH] omfs: fix warning

... Alexander Beregalov > Cc: Bob Copeland Thanks! Acked-by: ... long long)be64_to_cpu(omfs_rb->r_num_blocks)); > goto out_brelse_bh2; -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from ...

linux-kernel - Bob Copeland - Aug 2 2008 - 09:24

Re: [PATCH 0/7] OMFS filesystem version 3

... @oracle.com> wrote: > Thanks to Bob Copeland for taking the time ... 2.6.12 or so, Bob probably has a > very good ... setup (kernel or fuse) would Bob find easier to maintain things? ... don't know about it). -- Bob Copeland %% www.bobcopeland.com -- To ...

linux-kernel - Bob Copeland - Apr 14 2008 - 12:36

[PATCH 3/7] omfs: add directory routines

... table is encoded in fpos. Signed-off-by: Bob Copeland --- fs/omfs/dir.c | ... RIO Karma) directory operations. + * Copyright (C) 2005 Bob Copeland + */ + +#include +#include +# ...

linux-kernel - Bob Copeland - Mar 26 2008 - 20:45

[PATCH 4/7] omfs: add file routines

... data in the extent-based OMFS. Signed-off-by: Bob Copeland --- fs/omfs/file.c | ... + * OMFS (as used by RIO Karma) file operations. + * Copyright (C) 2005 Bob Copeland + */ + +#include ...

linux-kernel - Bob Copeland - Mar 26 2008 - 20:45

Re: [PATCH 2/7] omfs: add inode routines

... 2008 at 07:13:50AM +0100, Andi Kleen wrote: > Bob Copeland writes: > > + > ... there is no tree walk for the bitmap. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux- ...

linux-kernel - Bob Copeland - Mar 27 2008 - 08:38

Re: [PATCH 1/7] omfs: define filesystem structures

... , Pavel Machek wrote: > On Wed 2008-03-26 20:45:54, Bob Copeland wrote: > > OMFS is a proprietary filesystem ... applies for all the on disk structs. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line " ...

linux-kernel - Bob Copeland - Mar 28 2008 - 19:18

Re: [PATCH 1/7] omfs: define filesystem structures

... kill unused params From b2f65cb52dea81ff51489be3af791936fc4b336c Mon Sep 17 00:00:00 2001 From: Bob Copeland Date: Thu, 27 ... adds the header file. Signed-off-by: Bob Copeland --- fs/omfs/omfs.h ...

linux-kernel - Bob Copeland - Mar 29 2008 - 23:16

Re: [PATCH 5/7] omfs: add bitmap routines

... 04:51:10AM +0100, Arnd Bergmann wrote: > On Thursday 27 March 2008, Bob Copeland wrote: > > > +unsigned long omfs_count_free(struct ... += hweight64(~map[j]); + } + return sum; +} -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe ...

linux-kernel - Bob Copeland - Mar 29 2008 - 23:27

[PATCH 4/7] omfs: add file routines

... storage of file data in the extent-based OMFS. Signed-off-by: Bob Copeland --- fs/omfs/file. ... RIO Karma) file operations. + * Copyright (C) 2005 Bob Copeland + * Released under GPL ...

linux-kernel - Bob Copeland - Apr 12 2008 - 18:58

[PATCH 3/7] omfs: add directory routines

... table is encoded in fpos. Signed-off-by: Bob Copeland --- fs/omfs/dir. ... RIO Karma) directory operations. + * Copyright (C) 2005 Bob Copeland + * Released under GPL v2. + */ + +#include +# ...

linux-kernel - Bob Copeland - Apr 12 2008 - 18:58

Re: [PATCH 0/7] OMFS filesystem version 3

... 3g.org> wrote: > On Sun, 13 Apr 2008, Bob Copeland wrote: > > > I don't have hard numbers, but ... it's the right fit for this, is all. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel ...

linux-kernel - Bob Copeland - Apr 18 2008 - 09:51

[PATCH 8/8] omfs: add MAINTAINERS entry

... : add MAINTAINERS entry Add the MAINTAINERS entry for OMFS. Signed-off-by: Bob Copeland --- MAINTAINERS | 6 ... .git S: Supported +OMFS FILESYSTEM +P: Bob Copeland +M: me@bobcopeland.com +L: ...

linux-kernel - Bob Copeland - Apr 19 2008 - 16:37

speck-geostationary