On Tue, Dec 11, 2001 at 06:28:56PM +1030, Greg Lehey wrote:
> On Monday, 10 December 2001 at 22:45:22 -0800, Terry Lambert wrote:
> > Hiten Pandya wrote:
> >> i wanted to ask if there were any _plans_ to port
> >> JFS (Journaled File System) to FreeBSD...
> >
> > Not unless you have plans. When I
> > This doesn't sound any more robust than FreeBSD's current
> > Softupdates. JFS wins though as fsck is faster on a reboot ...
Please correct me if I'm wrong. But I heard that Kirk (or perhaps someone else)
is continuing softupdates development with the intent of removing any
dependenc
Tony wrote:
> 1. "JFS only operates on meta-data ... It does not log file data or
> recover this data to a consistent state." [JFS overview]
Yes.
> "The logging style introduces a synchronous write to the log disk
> into each inode or vfs operation that modifies meta-data." [JFS
>
In article <[EMAIL PROTECTED]>, Hiten
Pandya <[EMAIL PROTECTED]> writes
>hi,
>
>BTW, i am a first timer at porting a file system...
That is okay, few programmers ever port more than one file system.
Most useful is to have some experience programming and debugging FreeBSD
kernel code.
Also usefu
In article <[EMAIL PROTECTED]>, Greg Lehey
<[EMAIL PROTECTED]> writes
>On Monday, 10 December 2001 at 22:45:22 -0800, Terry Lambert wrote:
>>
>> No, it's not. The Linux JFS is derived from the OS/2 JFS code, not
>> the good AIX JFS code.
>
>That's correct, but note that AIX is moving to this code
On Wednesday, 12 December 2001 at 1:43:10 -0800, Hiten Pandya wrote:
> Hi,
>
> as i said also before, my intentions were never to cause havoc on
> the mailing list. :-)
>
> In simple terms, what i am saying is, the people who would like to
> port the JFS file system, should put a +1 in their next
Hi,
as i said also before, my intentions were never to
cause havoc on the mailing list. :-)
In simple terms, what i am saying is, the people who
would like to port the JFS file system, should put a
+1 in their next message and -1 if they dont like to
port JFS.
Then, i will count the votes, an
On Tuesday, 11 December 2001 at 19:42:30 -0800, Terry Lambert wrote:
> Greg Lehey wrote:
>> Of course. But you're missing the point: ufs is *not* a port, it has
>> been with BSD since the beginning. There is a similar list of items
>> for JFS which would need to be addressed, with the additional
I think I would rather see people tweaking the heck out of the existing UFS
filesystem and implementing new ways of getting it to go faster.
Implementing a whole new filesystem would probably take a lot of work, and
the performance wouldn't be much better anyways. IMHO, people interested in
ma
Greg Lehey wrote:
> Of course. But you're missing the point: ufs is *not* a port, it has
> been with BSD since the beginning. There is a similar list of items
> for JFS which would need to be addressed, with the additional issue of
> the fact that it was not designed for FreeBSD.
I maintain tha
On Tuesday, 11 December 2001 at 1:08:23 -0800, Terry Lambert wrote:
> Greg Lehey wrote:
>>> FS porting to FreeBSD is actually pretty trivial(*), though some
>>> transactioning changes to the FreeBSD VFS layer consumers (the
>>> system calls and NFS server code) would be necessary to make
>>> the
On Tue, Dec 11, 2001 at 07:58:04PM +, Wayne Pascoe wrote:
> Josef Karthauser <[EMAIL PROTECTED]> writes:
>
> > It is probably a one man job if that man knows the kernel inside
> > and out in these areas, and has the time and energy to see it
> > through. I'd suggest that you find a much much
Josef Karthauser <[EMAIL PROTECTED]> writes:
> It is probably a one man job if that man knows the kernel inside
> and out in these areas, and has the time and energy to see it
> through. I'd suggest that you find a much much smaller area to
> work on yourself for now though. (Take a look in the
On Tue, Dec 11, 2001 at 04:01:04AM -0800, Hiten Pandya wrote:
>
> but thats only if three of more people are _really_
> interested in porting it... cause as you know...
> porting an IBM file system (from looks) is not a
> one man job :-)
>
It is probably a one man job if that man knows the ker
that would be nice i suppose.. :-)
BTW, where is this non-GPL code.. i wouldn't mind
putting my hands on it and working on it...
=Hiten
=<[EMAIL PROTECTED]>
--- Terry Lambert <[EMAIL PROTECTED]> wrote:
> Maxim Sobolev wrote:
> > > OK, I load the kernel from the JFS. I mount the
> root FS, whic
Peter Wemm wrote:
> It is not a problem. The *kernel* does not load jfs.ko, it is loader
> itself. There is no reason why a trivial non-gpl jfs reader couldn't be
> written for boot2 and loader if the need was great enough. Or have /boot
> as a seperate file system (eg: UFS or FAT32). We do thi
Maxim Sobolev wrote:
> > OK, I load the kernel from the JFS. I mount the root FS, which
> > is a JFS. I read the module "jfs.ko" from the JFS so that I can
> > mount the root FS, which is a JFS, so I can read the module "jfs.ko"
> > from the JFS so that I can mount the root FS, which is a JFS, s
hi,
BTW, i am a first timer at porting a file system...
if the proffesionals think that it is not wise or
useful to port the FS (especially IBM's), it is OK,
but, just in case, anyone else (more than three
people)
would like to port this FS to FreeBSD, my target would
be to get it done by Septe
On Tuesday 11 December 2001 10:26 am, Hiten Pandya wrote:
> > [... Hiten want's to GPL'ify FreeBSD ...]
>
> hi,
> first of all, i would like to clear of some point
> which
> have been taken wrongly.
>
What mail client do you use? It seems to be playing havoc with your
line breaks.
> o My Inten
> [... Hiten want's to GPL'ify FreeBSD ...]
hi,
first of all, i would like to clear of some point
which
have been taken wrongly.
o My Intentions were never to GPL'ify FreeBSD :-)
o The reason i started this discussion was because
i think JFS/JFS2 would be a nice addition to
FreeBSD like
Terry Lambert wrote:
> Greg Lehey wrote:
> > Since then, it has become possible for the loader to load modules
> > before booting the kernel. This means that, theoretically, it would
> > be possible to have a JFS root file system. Given the strong
> > opposition to the GPL in some factions of th
Terry Lambert wrote:
>
> Greg Lehey wrote:
> > Since then, it has become possible for the loader to load modules
> > before booting the kernel. This means that, theoretically, it would
> > be possible to have a JFS root file system. Given the strong
> > opposition to the GPL in some factions of
Greg Lehey wrote:
> > FS porting to FreeBSD is actually pretty trivial(*), though some
> > transactioning changes to the FreeBSD VFS layer consumers (the
> > system calls and NFS server code) would be necessary to make
> > the journal roll-back function correctly, following a failure.
> >
> > (*)
Greg Lehey wrote:
> Since then, it has become possible for the loader to load modules
> before booting the kernel. This means that, theoretically, it would
> be possible to have a JFS root file system. Given the strong
> opposition to the GPL in some factions of the FreeBSD project, I don't
> se
On Monday, 10 December 2001 at 22:48:58 -0800, Terry Lambert wrote:
> Alfred Perlstein wrote:
>
> [ ... Hiten wants someone to GPLify FreeBSD ... ]
>
>> I'm glad you took the time to read the marketting literature.
>>
>> The problem is that porting it is going to be a bit more complicated
>> than
On Monday, 10 December 2001 at 22:45:22 -0800, Terry Lambert wrote:
> Hiten Pandya wrote:
>> i wanted to ask if there were any _plans_ to port
>> JFS (Journaled File System) to FreeBSD...
>
> Not unless you have plans. When I was an IBM employee, they would
> not change the license, and so it's i
Hiten Pandya wrote:
> the license issues dont really affect us...
> after all we have an src/gnu directory... thats what
> it is for... dumping GPL'ed stuff
>
> and talking about GPL, we can even publish the code
> as the GPL license states... after all we are an
> open Source Project, but if
* Terry Lambert <[EMAIL PROTECTED]> [011211 00:48] wrote:
> Alfred Perlstein wrote:
>
> [ ... Hiten wants someone to GPLify FreeBSD ... ]
>
> > I'm glad you took the time to read the marketting literature.
> >
> > The problem is that porting it is going to be a bit more complicated
> > than jus
Alfred Perlstein wrote:
[ ... Hiten wants someone to GPLify FreeBSD ... ]
> I'm glad you took the time to read the marketting literature.
>
> The problem is that porting it is going to be a bit more complicated
> than just dumping it into src/gnu.
>
> Feel free to take a shot at porting it tho
Hiten Pandya wrote:
> i wanted to ask if there were any _plans_ to port
> JFS (Journaled File System) to FreeBSD...
Not unless you have plans. When I was an IBM employee, they would
not change the license, and so it's impossible to ship a CDROM
where it's the boot FS, or boxes on which it is the
> Most current users will probably not like the speed penalties of a
> journal file system, and stick to the faster FS. On the other hand a
> solid journal FS may encourage more take up for back end databases, for
> e-commerce, data warehousing, etc...
The transaction support of JFS isn't really
In article <[EMAIL PROTECTED]>, Anthony Schneider
<[EMAIL PROTECTED]> writes
>> > perhaps there could be an upgrade to offer
>> >options SOFTERUPDATES
>> > as an equal-but-different alternative to jfs?
>>
>> And what would that do?
>
>My thoughts were that if the two were similar in effect t
> On Monday, 10 December 2001 at 17:47:11 -0500, Anthony Schneider wrote:
> > I'm no expert on journaled filesystems, but isn't the freebsd softupdates
> > option similar?
>
> No, at least not from a technical standpoint. From a user standpoint,
> they both try to make things faster and more rel
On Tue, 11 Dec 2001, Greg Lehey wrote:
>On Monday, 10 December 2001 at 17:47:11 -0500, Anthony Schneider wrote:
>> perhaps there could be an upgrade to offer
>> options SOFTERUPDATES
>> as an equal-but-different alternative to jfs?
>
>And what would that do?
SOFTERUPDATES includes a switch
On Tuesday, 11 December 2001 at 10:56:17 +1030, Greg Lehey wrote:
> On Monday, 10 December 2001 at 17:39:35 -0500, Matthew Emmerton wrote:
>>> * Hiten Pandya <[EMAIL PROTECTED]> [011210 16:02] wrote:
hi all,
this is a wild idea...suggestion...
i wanted to ask if there were
[Format recovered--see http://www.lemis.com/email/email-format.html]
Long-short syndrome in first message.
On Monday, 10 December 2001 at 14:01:53 -0800, Hiten Pandya wrote:
> hi all,
>
> this is a wild idea...suggestion...
>
> i wanted to ask if there were any _plans_ to port
> JFS (Journaled F
hi,
the license issues dont really affect us...
after all we have an src/gnu directory... thats what
it is for... dumping GPL'ed stuff
and talking about GPL, we can even publish the code
as the GPL license states... after all we are an
open Source Project, but if we were commercial...
it wo
I'm no expert on journaled filesystems, but isn't the freebsd softupdates
option similar? perhaps there could be an upgrade to offer
options SOFTERUPDATES
as an equal-but-different alternative to jfs?
-Anthony.
On Mon, Dec 10, 2001 at 05:39:35PM -0500, Matthew Emmerton wrote:
> > * Hite
* Matthew Emmerton <[EMAIL PROTECTED]> [011210 16:40] wrote:
> > * Hiten Pandya <[EMAIL PROTECTED]> [011210 16:02] wrote:
> > > hi all,
> > >
> > > this is a wild idea...suggestion...
> > >
> > > i wanted to ask if there were any _plans_ to port
> > > JFS (Journaled File System) to FreeBSD...
> >
> * Hiten Pandya <[EMAIL PROTECTED]> [011210 16:02] wrote:
> > hi all,
> >
> > this is a wild idea...suggestion...
> >
> > i wanted to ask if there were any _plans_ to port
> > JFS (Journaled File System) to FreeBSD...
> >
> > as for JFS, it is developed by IBM for Linux and
> > is licensed under
* Hiten Pandya <[EMAIL PROTECTED]> [011210 16:02] wrote:
> hi all,
>
> this is a wild idea...suggestion...
>
> i wanted to ask if there were any _plans_ to port
> JFS (Journaled File System) to FreeBSD...
>
> as for JFS, it is developed by IBM for Linux and
> is licensed under GPL, so we could
On Mon, Dec 10, 2001 at 02:01:53PM -0800, Hiten Pandya wrote:
> hi all,
>
> this is a wild idea...suggestion...
>
> i wanted to ask if there were any _plans_ to port
> JFS (Journaled File System) to FreeBSD...
Hi Hiten,
Search the mail list archives (from www.freebsd.org) for JFS and XFS.
You'
hi all,
this is a wild idea...suggestion...
i wanted to ask if there were any _plans_ to port
JFS (Journaled File System) to FreeBSD...
as for JFS, it is developed by IBM for Linux and
is licensed under GPL, so we could put this into
src/gnu/
It is used on IBM MainFrames and Enterprise servers
43 matches
Mail list logo