[SPAM] P A C C Ы Л K И ОТ 3000 РУБ.

2006-12-02 Thread Carla Bruce
Title: P A C C Ы Л K И ОТ 3000 РУБ. $M^А^C^С^О^B^Ы^Е^ ^Р^А^С^С^Ы^Л^K^И^ Т,Е,Л,:,(,4,9,5,),2,2,3,,,1,7,,,6,8, ФОРМЫ ОПЛАТЫ: WebMoney. Через Сбeрбанк. Бaнковский перeвод для юp. лиц. Нaличными в oфиcе. Haличными чeрeз kyрьеpa. Нaши

Re: Compress Plugin

2006-12-02 Thread Clemens Eisserer
At least what I can tell its both - you need a patch and some arguments for mkfs. Search the list, about one month ago edward explained it to me (with link to patches and README file). Good luck, lg Clemens 2006/12/2, Tim Heinrich <[EMAIL PROTECTED]>: Hi, i have heard about the compress plugin,

Compress Plugin

2006-12-02 Thread Tim Heinrich
Hi, i have heard about the compress plugin, but I could not find information how to use it... Do I need a special patch or is it a option to mkfs.reiser4? Tim signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Howto help hans?

2006-12-02 Thread Clemens Eisserer
Hello again, I just read in a german online news-site http://forum.tecchannel.de/news/themen/linux/456733/ that Hans' advocate Daniel Horowitz (I don't know wether this is the right word, that one how helps hans in front of the court) stopped working for hime because Hans was not able to pay him

Re: Possible interference between reiser4 and usb-storage?

2006-12-02 Thread Clemens Eisserer
Thanks a lot for the detailed explanation. Current conversion policy (convert to extent, if first 64K are incompressible) allows to properly handle ~50% of all mpegs. I hope it can be increased up to 70-80% using only cosmetic changes. However, other problems you described (a lot of HD seeks, sl

[PATCH 9/10] Reiser4: remove unnecessary config.h includes.

2006-12-02 Thread Laurent Riffard
--- fs/reiser4/plugin/compress/compress.c |1 - fs/reiser4/reiser4.h |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/reiser4/plugin/compress/compress.c b/fs/reiser4/plugin/compress/compress.c index 25d4dea..1a7122d 100644 --- a/fs/reiser4/plugin/co

[PATCH 7/10] Reiser4: Replace inode.u.generic_ip with inode.i_private

2006-12-02 Thread Laurent Riffard
inode.u.generic_ip was replaced with inode.i_private to reduce the size of the VFS inode structure. This patch updates reiser4 code to reflect this change. --- fs/reiser4/inode.h |2 +- fs/reiser4/plugin/file/symlink.c | 14 +++--- fs/reiser4/plugin/inode_ops.c

[PATCH 8/10] Reiser4: inode.i_blksize suppression

2006-12-02 Thread Laurent Riffard
This patch updates the reiser4 code to reflect the suppression of the inode.i_blksize field (see commit ba52de123d454b57369f291348266d86f4b35070). --- fs/reiser4/plugin/item/static_stat.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/reiser4/plugin/item/static_stat.c

Reiser4 for 2.6.19

2006-12-02 Thread Laurent Riffard
Hi, There is 10 patches in this series, first one is "Reiser4 for 2.6.18 version 3". It's made up from the last Namesys Reiser4 patch for vanilla kernel (http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-3.patch.gz), updated to apply cleanly on top of 2.6.19 kernel. One can alte

[PATCH 6/10] Reiser4: fix calls to kmem_cache_destroy

2006-12-02 Thread Laurent Riffard
Since Linux v2.6.19-rc1, kmem_cache_destroy() returns void because there is very little filesystem driver code can do upon failed kmem_cache_destroy(). This patch updates Reiser4 code to reflect this change. BTW, we do not test anymore for null argument since kmem_cache_destroy does this check. --

[PATCH 2/10] Reiser4: cometics changes in mm/filemap.c.

2006-12-02 Thread Laurent Riffard
This patch moves some EXPORT_SYMOLs near the functions definition. --- mm/filemap.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/filemap.c b/mm/filemap.c index ffe6dcc..c117b52 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -467,6 +467,7 @@ int add_to_page_cach

[PATCH 10/10] reiser4-generic_file_read-fix

2006-12-02 Thread Laurent Riffard
From: Edward Shishkin <[EMAIL PROTECTED]> Use do_sync_read() instead of generic_file_read() --- fs/reiser4/plugin/file/cryptcompress.c |2 +- fs/reiser4/plugin/object.c |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/fs/reiser4/plugin/file/cryptcompress.c

Re: Possible interference between reiser4 and usb-storage?

2006-12-02 Thread Clemens Eisserer
Hi again, I would recommend to use on-the-fly conversion to unix-file plugin. It will reduce memory usage for incompressible files. You will need to reformat your root partition. Use "mkfs.reiser4 -o create=ccreg40,compressMode=conv /dev/xxx" to enable this. But first rebuild kernel with the att