Re: [PATCH] Implemented Read-Only File System (ROFS)

2018-02-25 Thread Waldek Kozaczuk
Bump. Sent from my iPhone > On Feb 2, 2018, at 00:38, Waldemar Kozaczuk wrote: > > The Read-Only File System (ROFS) is a simple implementation of > a file system where data from disk can only be read from and never > written to. It is simple enough for many stateless applications > deployed on

[PATCH] Implemented Read-Only File System (ROFS)

2018-02-01 Thread Waldemar Kozaczuk
The Read-Only File System (ROFS) is a simple implementation of a file system where data from disk can only be read from and never written to. It is simple enough for many stateless applications deployed on OSv which only need to read code from local disk and never write to local disk. The ROFS is i

Re: [PATCH] Implemented Read-Only File System (ROFS)

2018-01-31 Thread Waldek Kozaczuk
I have addressed number of bugs in ramfs which I will be sending patches of. On Thursday, January 25, 2018 at 10:00:42 AM UTC-5, Nadav Har'El wrote: > > > On Wed, Jan 24, 2018 at 4:26 PM, Waldek Kozaczuk > wrote: > >> I guess I could add another blacklist to scripts/test.py to filter out >> test

Re: [PATCH] Implemented Read-Only File System (ROFS)

2018-01-25 Thread Nadav Har'El
On Wed, Jan 24, 2018 at 4:26 PM, Waldek Kozaczuk wrote: > I guess I could add another blacklist to scripts/test.py to filter out > tests failing due to rams bugs these when running ROFS image. > > Is this reasonable? > Perhaps. I wasn't happy to see a huge patch to test.py as part of a ROFS patc

Re: [PATCH] Implemented Read-Only File System (ROFS)

2018-01-03 Thread Waldek Kozaczuk
Happy New Year!!! Bump. On Sunday, December 24, 2017 at 11:46:16 PM UTC-5, דור לאור wrote: > > Cheers Waldek, it's good to have such a fast filesystem in OSv! > > On Sun, Dec 24, 2017 at 8:52 AM, Waldek Kozaczuk > wrote: > > I was not sure whether to add James Root's and Carnegie Mellon's origi

Re: [PATCH] Implemented Read-Only File System (ROFS)

2017-12-24 Thread Dor Laor
Cheers Waldek, it's good to have such a fast filesystem in OSv! On Sun, Dec 24, 2017 at 8:52 AM, Waldek Kozaczuk wrote: > I was not sure whether to add James Root's and Carnegie Mellon's original > copyright notes. I simply mention his name in all rofs files. If you think > we should these notes

Re: [PATCH] Implemented Read-Only File System (ROFS)

2017-12-24 Thread Waldek Kozaczuk
I was not sure whether to add James Root's and Carnegie Mellon's original copyright notes. I simply mention his name in all rofs files. If you think we should these notes please let me know. On Sunday, December 24, 2017 at 2:58:59 AM UTC-5, Waldek Kozaczuk wrote: > > The Read-Only File System (R

[PATCH] Implemented Read-Only File System (ROFS)

2017-12-23 Thread Waldemar Kozaczuk
The Read-Only File System (ROFS) is a simple implementation of a file system where data from disk can only be read from and never written to. It is simple enough for many stateless applications deployed on OSv which only need to read code from local disk and never write to local disk. The ROFS is i