linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5: Be Filesystem driver
@ 2002-10-19  8:45 Will Dyson
  2002-10-19 16:43 ` Sergey S. Kostyliov
  0 siblings, 1 reply; 3+ messages in thread
From: Will Dyson @ 2002-10-19  8:45 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel

Hi all,

I'm finaly getting off my ass and making available a forward port of the 
Be filesystem driver from 2.4. There is a combined bk/gnu patch (output of 
Documentation/BK-usage/bksend) here:
http://www.cs.earlham.edu/~will/befs-2.5

Those using bk might want to pull from:
bk://dysonwi.dyndns.org:5000/

ChangeSet@1.799, 2002-10-17 23:44:20-04:00, will@dysonwi.dyndns.org
Add a driver (read only for now) for the Be Filesystem, a 64-bit 
journaling filesystem with attributes which is the native fs of Be, Inc's 
BeOS (and the new OpenBeOS project as well).

Be always called their filesystem "BFS". However, that name is already in 
use. Thus, this driver is called BeFS.

The driver was developed under 2.4 (and merged into 2.4.20-pre3). Most of 
the credit for keeping up with the 2.5 VFS changes goes to Sergey S. 
Kostyliov <rathamahata@php4.ru>


  Documentation/filesystems/befs.txt |  111 ++++
  fs/Config.help                     |   22
  fs/Config.in                       |    3
  fs/Makefile                        |    1
  fs/befs/ChangeLog                  |  417 ++++++++++++++++
  fs/befs/Makefile                   |   15
  fs/befs/TODO                       |   14
  fs/befs/attribute.c                |  117 ++++
  fs/befs/befs.h                     |  158 ++++++
  fs/befs/befs_fs_types.h            |  213 ++++++++
  fs/befs/btree.c                    |  786 ++++++++++++++++++++++++++++++
  fs/befs/btree.h                    |   13
  fs/befs/datastream.c               |  528 ++++++++++++++++++++
  fs/befs/datastream.h               |   19
  fs/befs/debug.c                    |  262 ++++++++++
  fs/befs/endian.h                   |  126 ++++
  fs/befs/inode.c                    |   53 ++
  fs/befs/inode.h                    |    8
  fs/befs/io.c                       |   98 +++
  fs/befs/io.h                       |    9
  fs/befs/linuxvfs.c                 |  956 
+++++++++++++++++++++++++++++++++++++
  fs/befs/super.c                    |  112 ++++
  fs/befs/super.h                    |    8
  fs/nls/Config.in                   |    3
  24 files changed, 4051 insertions(+), 1 deletion(-)

-- 
Will Dyson
"Back off man, I'm a scientist!" -Dr. Peter Venkman

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.5: Be Filesystem driver
  2002-10-19  8:45 [PATCH] 2.5: Be Filesystem driver Will Dyson
@ 2002-10-19 16:43 ` Sergey S. Kostyliov
  2002-10-19 18:28   ` Will Dyson
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey S. Kostyliov @ 2002-10-19 16:43 UTC (permalink / raw)
  To: Will Dyson, linux-fsdevel; +Cc: linux-kernel

Hello all,

On Saturday 19 October 2002 12:45, Will Dyson wrote:
> Hi all,
>
> I'm finaly getting off my ass and making available a forward port of the
> Be filesystem driver from 2.4. There is a combined bk/gnu patch (output of
> Documentation/BK-usage/bksend) here:
> http://www.cs.earlham.edu/~will/befs-2.5

Sorry but I've got 403 Forbidden :(.

-- 
                   Best regards,
                   Sergey S. Kostyliov <rathamahata@php4.ru>
                   Public PGP key: http://sysadminday.org.ru/rathamahata.asc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.5: Be Filesystem driver
  2002-10-19 16:43 ` Sergey S. Kostyliov
@ 2002-10-19 18:28   ` Will Dyson
  0 siblings, 0 replies; 3+ messages in thread
From: Will Dyson @ 2002-10-19 18:28 UTC (permalink / raw)
  To: Sergey S.Kostyliov; +Cc: linux-fsdevel, linux-kernel

Sergey S. Kostyliov wrote:

>>http://www.cs.earlham.edu/~will/befs-2.5
> 
> 
> Sorry but I've got 403 Forbidden :(.

Oops. That was silly of me. Fixed now.

-- 
Will Dyson
"Back off man, I'm a scientist!" -Dr. Peter Venkman


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-19 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-19  8:45 [PATCH] 2.5: Be Filesystem driver Will Dyson
2002-10-19 16:43 ` Sergey S. Kostyliov
2002-10-19 18:28   ` Will Dyson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).