Welcome, Guest. Please login or register.

Author Topic: PFS3 released on sourceforge  (Read 2885 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline MichielPTopic starter

  • Newbie
  • *
  • Join Date: Feb 2011
  • Posts: 14
    • Show only replies by MichielP
PFS3 released on sourceforge
« on: April 12, 2011, 01:00:29 PM »
Hi all,

PFS3 is now also released on sourceforge. The url is
https://sourceforge.net/projects/pfs-amiga/
and
http://pfs-amiga.sourceforge.net/

Checkout code with
svn co https://pfs-amiga.svn.sourceforge.net/svnroot/pfs-amiga pfs-amiga

Have fun

Michiel
author of PFS
 

Offline Gulliver

Re: PFS3 released on sourceforge
« Reply #1 on: April 12, 2011, 01:51:11 PM »
Thank you!

I am looking forward to see further developments on PFS3!
 

Offline kas1e

Re: PFS3 released on sourceforge
« Reply #2 on: April 12, 2011, 02:12:17 PM »
Yes ! Hope to help with it as well, and build aos4 version.

@MichielP
I see there few assemler parts. How necessary they for today you think ? (i mean for ng oses, like os4/mos/aros) ? Imho rewrite them to ppc (os4/mos) and x86(aros) asm it will be not so fan, so maybe just leave it for 68k version, and ifdef it for it, while for all the others/new use plain C / system funcs/libs), what you think ?
 

Offline VingtTrois

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 897
  • Country: 00
    • Show only replies by VingtTrois
    • http://www.amiga.org/gallery/images/6006/1_2316_My_AMIGA_Collection_Sept2010.jpg
Re: PFS3 released on sourceforge
« Reply #3 on: April 12, 2011, 02:39:46 PM »
@MichielP: thank a lot!

@Gulliver: thanks for all!!!
-A3K(T)040@35MHz/78MB/KS3.1/OS3.9/Buster11/PICASSO II/GVP IO/A2088XT/DENEB/HDD18GB
-A3K(D)030@25MHz/134MB RAM/KS3.1/OS3.9/Buster11/RETINA Z2/OKTAGON 2008/VLAB YC/MIDI/DKB3128/HDD18GB
-A2K/ROM 1.3-3.1/2MBCHIP/8MB/A2091/OKTAGON 2008/A2058/TANDEM IDE/FlickerFixer-Scandoubler/Genlock
-A1200/KS3.1/2MB+9MB/CF2GB A1200[/
 

Offline ognix

  • Sr. Member
  • ****
  • Join Date: Oct 2004
  • Posts: 256
    • Show only replies by ognix
Re: PFS3 released on sourceforge
« Reply #4 on: April 12, 2011, 05:07:43 PM »
Thanks a lot for your work and your interest, and for not leaving it to a dead end but, hopefully, for a bright future!  :)
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: PFS3 released on sourceforge
« Reply #5 on: April 12, 2011, 07:46:03 PM »
Quote from: kas1e;631203
I see there few assemler parts
There are only very few assembler parts and these are easy to replace with pure C.

I propose that anyone committing changes must always make sure that the 68k version still builds with the changes. Also we should set some guidelines defining the goals: I'd propose having a stable PFS3 that doesn't see any filesystem format or major functional changes and then PFS3-NG that would be have all the major changes and new features.

Currently my ideas fall into these categories:
PFS3-stable
  • Fix "beta warning #1" requester issue when deleting a lot of data (related to RTBF_CACHE_SIZE in ResToBeFreed function)
  • Add a low priority resethandler to shut down the filesystem and commit changes to disk just before the system is allowed to reboot (this should fix the loss of data when rebooting "too fast" after the final writes to the FS).
  • Fix softlink support to work similar to FFS, making softlinks work in a well defined way with ixemul for instance
  • Add support for native dospackets for each amigoid OS incarnation, but only when no functional changes result for adding them
  • Other bug fixes
PFS3-NG
  • Support for files larger than 2GB-1 bytes
unclear
  • Support for partitions larger than ~137GB (*)
(*) If no format changes are required for the >137GB support then this falls into PFS3-stable else PFS3-NG.
« Last Edit: April 12, 2011, 07:57:58 PM by Piru »
 

Offline Cosmos

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 949
    • Show only replies by Cosmos
    • http://leblogdecosmos.blogspot.com
Re: PFS3 released on sourceforge
« Reply #6 on: April 13, 2011, 05:36:23 AM »
Please, make it romable too ! Some GVP accelerator cards use the filesystem into the rom and not on the RDB...


@MichielP

What about the changes from the 18.3 to 18.5 ??

Offline MichielPTopic starter

  • Newbie
  • *
  • Join Date: Feb 2011
  • Posts: 14
    • Show only replies by MichielP
Re: PFS3 released on sourceforge
« Reply #7 on: April 13, 2011, 10:17:44 AM »
Quote from: Cosmos;631355
Please, make it romable too ! Some GVP accelerator cards use the filesystem into the rom and not on the RDB...


@MichielP

What about the changes from the 18.3 to 18.5 ??


The sources are 18.4. The changes from 18.4 to 18.5 are lost. I will make a list of all we are missing. It is not much really.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: PFS3 released on sourceforge
« Reply #8 on: April 13, 2011, 10:32:51 AM »
Quote from: Cosmos;631355
Please, make it romable too ! Some GVP accelerator cards use the filesystem into the rom and not on the RDB...

It will become ROMable (if it isn't already) for sure as placing it inside the MorphOS boot image has the requirement as well.
 

Offline MichielPTopic starter

  • Newbie
  • *
  • Join Date: Feb 2011
  • Posts: 14
    • Show only replies by MichielP
Re: PFS3 released on sourceforge
« Reply #9 on: April 13, 2011, 10:52:36 AM »
Quote from: Piru;631253
There are only very few assembler parts and these are easy to replace with pure C.

I propose that anyone committing changes must always make sure that the 68k version still builds with the changes. Also we should set some guidelines defining the goals: I'd propose having a stable PFS3 that doesn't see any filesystem format or major functional changes and then PFS3-NG that would be have all the major changes and new features.

Currently my ideas fall into these categories:
PFS3-stable
  • Fix "beta warning #1" requester issue when deleting a lot of data (related to RTBF_CACHE_SIZE in ResToBeFreed function)
  • Add a low priority resethandler to shut down the filesystem and commit changes to disk just before the system is allowed to reboot (this should fix the loss of data when rebooting "too fast" after the final writes to the FS).
  • Fix softlink support to work similar to FFS, making softlinks work in a well defined way with ixemul for instance
  • Add support for native dospackets for each amigoid OS incarnation, but only when no functional changes result for adding them
  • Other bug fixes

PFS3-NG
  • Support for files larger than 2GB-1 bytes

unclear
  • Support for partitions larger than ~137GB (*)

(*) If no format changes are required for the >137GB support then this falls into PFS3-stable else PFS3-NG.


Sounds good.
Extending the max filesize to 4GB should not be much of a problem. The directory entry already lists the size as an ULONG which implies 4GB. To go beyond 4GB requires more work.

Let's start with collecting bug and feature requests on sourceforge.
 

Offline marmot64

  • Newbie
  • *
  • Join Date: Sep 2008
  • Posts: 3
    • Show only replies by marmot64
Re: PFS3 released on sourceforge
« Reply #10 on: April 13, 2011, 07:18:10 PM »
Please release further stable developments on Aminet, too. SourceForge is nice for developers, I think. But keep Aminet alive for regular users, please. And thanks for PFS, btw :)
 

Offline kolla

Re: PFS3 released on sourceforge
« Reply #11 on: April 14, 2011, 09:13:13 AM »
Quote from: Piru;631392
It will become ROMable (if it isn't already) for sure as placing it inside the MorphOS boot image has the requirement as well.


So what do you think of the licensing of PFS3?

It's the 4-clause BSD license, the one with the advertising clause... basicly means all MorphOS "ads" must also have a note about PFS3 and Michiel Pelt in it :)
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: PFS3 released on sourceforge
« Reply #12 on: April 14, 2011, 10:04:32 AM »
Quote from: kolla;631580
So what do you think of the licensing of PFS3?

Nothing wrong with it.
 

Offline SHADES

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 355
  • Country: au
    • Show only replies by SHADES
Re: PFS3 released on sourceforge
« Reply #13 on: May 03, 2011, 01:36:25 PM »
Dunno about anyone else but i'd love to see a http://www.amigabounty.net/index.php
page setup to help serious development and time spur this project on and also, to give a little back to the author MichielP and people who help work on it! just like Piru

Doesn't have to be AMIGA bounty, but i'd love to help out a little with the development time/costs to keep this going, it's a great product and well worth exploring and I agree with whoever said it needs to get ported to ALL AMIGA flavours.

PayPal donation etc. etc. We are a small community now and to have applications of this caliber on such an old platform really deserves some attention, just like firefox port.

Just a suggestion. I still use this product and would have a lot less data on my AMIGA if it wasn't for this product. Really very grateful.
It's not the question, that is the problem, it is the problem, that is the question.
 

Offline wawrzon

Re: PFS3 released on sourceforge
« Reply #14 on: June 25, 2011, 01:28:25 AM »
dunno how to report but anyone aware of bug in pfs3, when a file gets replaced or modified and after a reboot the backup is used. as if it wasnt replaced/modified at all. happens quite a lot here.