Re: [PATCH v2 0/4] Added ROFS implementation

2018-03-22 Thread Geraldo Netto
Great Job Waldek! while (1) { Waldek++; } Kind Regards, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On 22 March 2018 at 07:47, Waldek Kozaczuk wrote: > Nadav, > > Firsts thanks for reviewing and committing these 2 first patches. > > Indeed the ROFS images are larger t

Re: [PATCH v2 0/4] Added ROFS implementation

2018-03-22 Thread Waldek Kozaczuk
Nadav, Firsts thanks for reviewing and committing these 2 first patches. Indeed the ROFS images are larger than ZFS because of lack of any compression. However because of mounting/unmounting/threads creation overhead ZFS images are much slower to boot/shutdown. As I point it out in my firs

Re: [PATCH v2 0/4] Added ROFS implementation

2018-03-22 Thread Nadav Har'El
On Thu, Mar 22, 2018 at 11:44 AM, Nadav Har'El wrote: > > On Thu, Mar 22, 2018 at 7:10 AM, Waldemar Kozaczuk > wrote: > >> All these 4 patches are identical as in the set from March 2. However >> they are in different order with the 4-th one being most controversial. >> > > Thanks! I pushed the

Re: [PATCH v2 0/4] Added ROFS implementation

2018-03-22 Thread Nadav Har'El
On Thu, Mar 22, 2018 at 7:10 AM, Waldemar Kozaczuk wrote: > All these 4 patches are identical as in the set from March 2. However > they are in different order with the 4-th one being most controversial. > Thanks! I pushed the first two patches (those actually adding rofs), and will look at the

[PATCH v2 0/4] Added ROFS implementation

2018-03-21 Thread Waldemar Kozaczuk
All these 4 patches are identical as in the set from March 2. However they are in different order with the 4-th one being most controversial. Waldemar Kozaczuk (4): Implemented Read-Only File System (ROFS) Added read-around cache layer to ROFS Enhanced ramfs implementation to handle time and