Re: [PATCH] CRAMFS: Uncompressed files support

2008-01-27 Thread Kyungmin Park
> > This patch enables the uncompressed files support in cramfs. > > > > The word 'uncompressed file' is from linear cramfs (aka Application XIP). > > In linear cramfs, it is used to suport XIP on NOR. However it is also > > helpful on OneNAND. It makes a filesystem faster by removing compression

Re: [PATCH] CRAMFS: Uncompressed files support

2008-01-27 Thread Kyungmin Park
This patch enables the uncompressed files support in cramfs. The word 'uncompressed file' is from linear cramfs (aka Application XIP). In linear cramfs, it is used to suport XIP on NOR. However it is also helpful on OneNAND. It makes a filesystem faster by removing compression

Re: [PATCH] CRAMFS: Uncompressed files support

2008-01-26 Thread Andrew Morton
> On Tue, 22 Jan 2008 11:23:45 +0900 Kyungmin Park <[EMAIL PROTECTED]> wrote: > Hi, > > This patch enables the uncompressed files support in cramfs. > > The word 'uncompressed file' is from linear cramfs (aka Application XIP). > In linear cramfs, it is used to suport XIP on NOR. However it is

[PATCH] CRAMFS: Uncompressed files support

2008-01-21 Thread Kyungmin Park
Hi, This patch enables the uncompressed files support in cramfs. The word 'uncompressed file' is from linear cramfs (aka Application XIP). In linear cramfs, it is used to suport XIP on NOR. However it is also helpful on OneNAND. It makes a filesystem faster by removing compression overhead. In

[PATCH] CRAMFS: Uncompressed files support

2008-01-21 Thread Kyungmin Park
Hi, This patch enables the uncompressed files support in cramfs. The word 'uncompressed file' is from linear cramfs (aka Application XIP). In linear cramfs, it is used to suport XIP on NOR. However it is also helpful on OneNAND. It makes a filesystem faster by removing compression overhead. In