Re: Howto help hans?

2006-12-03 Thread Lars O. Grobe
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 anymore.

[PATCH 1/10] Reiser4 for 2.6.18 version 3

2006-12-03 Thread Laurent Riffard
This is the last reiser4 patch for vanilla kernel from namesys.com (http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-3.patch.gz). --- Documentation/Changes | 12 + Documentation/filesystems/reiser4.txt | 75 + arch/i386/lib/usercopy.c

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

2006-12-03 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

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

2006-12-03 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 7/10] Reiser4: Replace inode.u.generic_ip with inode.i_private

2006-12-03 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-03 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

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

2006-12-03 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 ---

Reiser4 for 2.6.19

2006-12-03 Thread Laurent Riffard
[this is a repost, since half of my previous mails didn't reach reiserfs mailing-list] 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

[PATCH 5/10] Reiser4: release d_ref (fix)

2006-12-03 Thread Laurent Riffard
(From Andrew Wade [EMAIL PROTECTED]) Fix erronous call to reiser4_txn_restart_current, should be txn_restart_current. --- fs/reiser4/plugin/item/extent_file_ops.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/reiser4/plugin/item/extent_file_ops.c

[PATCH 3/10] Reiser4: fix use after free in jrelse_tail

2006-12-03 Thread Laurent Riffard
(From Andrew Wade [EMAIL PROTECTED]) [nikita-1936] assertion failed: reiser4_no_counters_are_held() turned out to be a bug in the debugging code. I've applied the patch below and haven't had a recurrence. --- fs/reiser4/jnode.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 10/10] reiser4-generic_file_read-fix

2006-12-03 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

[PATCH 4/10] Reiser4: release d_ref

2006-12-03 Thread Laurent Riffard
(From Andrew Wade [EMAIL PROTECTED]) Hello Alexander, In addition to your patch, I've also applied the patch below. With these two patches the fs is much more stable for me. However, something is holding a d_ref across the calls to reiser4_writepage. It's not clear to me that this is allowed

Re: Howto help hans?

2006-12-03 Thread Anatoli
Hi, I talk to peoples here but wasn't be able ot find any ways to help him eather. :-( If you find anything, could you please let me know also? Thank you, Anatoli. On Saturday 02 December 2006 07:28, Clemens Eisserer wrote: Hello again, I just read in a german online news-site