Reiser4 for 2.6.18

2006-10-05 Thread Sander Sweers

Hello Devs,

Is it possible that you can make a patch for 2.6.18 vanilla? I have 
tried to extract the patches from mm and apply to vanilla but this fails 
to build. 2.6.18-MM oopses so that is also out.


Thanks
Sander


Reiser4 for 2.6.18

2006-11-15 Thread Edward Shishkin

Hello everyone.
This is made of 2.6.19-rc5-mm1 plus recent changes:

ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-2.patch.gz

Thanks,
Edward.


reiser4-for-2.6.18 series :)

2006-11-09 Thread Guilherme Covolo
hi people!

i made patch of reiser4 for linux-2.6.18! o/ port of reiser4-for-2.6.17-3 to 
2.6.18.

sorry my english ;)

have fun!

http://www.youare.not.br download here! 


Re: Reiser4 for 2.6.18

2006-11-18 Thread Marat Buharov

ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-2.patch.gz
550 No such file or directory.
ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/<ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-2.patch.gz>is
empty. :-(


On 11/15/06, Edward Shishkin <[EMAIL PROTECTED]> wrote:


Hello everyone.
This is made of 2.6.19-rc5-mm1 plus recent changes:


ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.18/reiser4-for-2.6.18-2.patch.gz

Thanks,
Edward.



Kernel panic with reiser4 for 2.6.18-2

2006-11-15 Thread Devils-Hawk
reiser4 partition is /, happens during kernel boot, checked the fs 
before boot and was clean. kernel is gentoo-sources-2.6.18-r2.


reiser4 panicked cowardly: reiser4[hotplug(313)]: readpage_tail 
(fs/reiser4/plugin/item/tail.c:426)[umka-2517]: assertion failed: 
!jprivate(page) && !PagePrivate(page)


if u need more info, feel free to ask
regards, devh


Re: Kernel panic with reiser4 for 2.6.18-2

2006-11-16 Thread Devils-Hawk
I will try to get a proper backtrace as soon as possible. The oops 
occurs directly after mount during system boot so i'll need to get 
serial or network console up and running first.


The fs was created with mkfs.reiser4 without any options given. Kernel 
during that time was a 2.6.17 series with reiser4-for-2.6.17-3.patch. 
reiser4progs version is 1.0.5. disk is SATA on an Promise PCI controller 
card.


regards devh

Edward Shishkin wrote:

Devils-Hawk wrote:

reiser4 partition is /, happens during kernel boot, checked the fs 
before boot and was clean. kernel is gentoo-sources-2.6.18-r2.


reiser4 panicked cowardly: reiser4[hotplug(313)]: readpage_tail 
(fs/reiser4/plugin/item/tail.c:426)[umka-2517]: assertion failed: 
!jprivate(page) && !PagePrivate(page)


if u need more info, feel free to ask
regards, devh




would you please provide a backtrace, if possible.
what reiser4 stuff did you use before the upgrade?

Thanks,
Edward.







[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  |2 +
fs/Kconfig|2 +
fs/Makefile   |1 +
fs/fs-writeback.c |   26 +-
fs/reiser4/Kconfig|   31 +
fs/reiser4/Makefile   |  100 +
fs/reiser4/README |  125 +
fs/reiser4/as_ops.c   |  391 +++
fs/reiser4/block_alloc.c  | 1139 
fs/reiser4/block_alloc.h  |  175 ++
fs/reiser4/blocknrset.c   |  368 +++
fs/reiser4/carry.c| 1381 +
fs/reiser4/carry.h|  442 +++
fs/reiser4/carry_ops.c| 2103 ++
fs/reiser4/carry_ops.h|   42 +
fs/reiser4/context.c  |  278 ++
fs/reiser4/context.h  |  228 ++
fs/reiser4/coord.c|  937 ++
fs/reiser4/coord.h|  389 +++
fs/reiser4/debug.c|  300 ++
fs/reiser4/debug.h|  350 +++
fs/reiser4/dformat.h  |   71 +
fs/reiser4/dscale.c   |  174 ++
fs/reiser4/dscale.h   |   27 +
fs/reiser4/entd.c |  354 +++
fs/reiser4/entd.h |   90 +
fs/reiser4/eottl.c|  510 
fs/reiser4/estimate.c |  111 +
fs/reiser4/export_ops.c   |  296 ++
fs/reiser4/flush.c| 3626 +++
fs/reiser4/flush.h|  274 ++
fs/reiser4/flush_queue.c  |  681 +
fs/reiser4/forward.h  |  258 ++
fs/reiser4/fsdata.c   |  803 ++
fs/reiser4/fsdata.h   |  218 ++
fs/reiser4/init_super.c   |  739 +
fs/reiser4/inode.c|  727 +
fs/reiser4/inode.h|  430 +++
fs/reiser4/ioctl.h|   41 +
fs/reiser4/jnode.c| 1922 +
fs/reiser4/jnode.h|  707 +
fs/reiser4/kassign.c  |  659 +
fs/reiser4/kassign.h  |  110 +
fs/reiser4/key.c  |  137 +
fs/reiser4/key.h  |  384 +++
fs/reiser4/ktxnmgrd.c |  214 ++
fs/reiser4/ktxnmgrd.h |   52 +
fs/reiser4/lock.c | 1261 
fs/reiser4/lock.h |  272 ++
fs/reiser4/oid.c  |  141 +
fs/reiser4/page_cache.c   |  712 +
fs/reiser4/page_cache.h   |   62 +
fs/reiser4/plugin/Makefile|   26 +
fs/reiser4/plugin/cluster.c   |   66 +
fs/reiser4/plugin/cluster.h   |  315 ++
fs/reiser4/plugin/compress/Makefile   |6 +
fs/reiser4/plugin/compress/compress.c |  370 +++
fs/reiser4/plugin/compress/compress.h |   38 +
fs/reiser4/plugin/compress/compress_mode.c|  163 ++
fs/reiser4/plugin/compress/lzoconf.h  |  420 +++
fs/reiser4/plugin/compress/minilzo.c  | 2155 ++
fs/reiser4/plugin/compress/minilzo.h  |   94 +
fs/reiser4/plugin/crypto/cipher.c |  116 +
fs/reiser4/plugin/crypto/cipher.h |   67 +
fs/reiser4/plugin/crypto/digest.c |   58 +
fs/reiser4/plugin/dir/Makefile|5 +
fs/reiser4/plugin/dir/dir.h   |   36 +
fs/reiser4/plugin/dir/hashed_dir.c|   81 +
fs/reiser4/plugin/dir/seekable_dir.c  |   46 +
fs/reiser4/plugin/dir_plugin_common.c |  864 ++
fs/reiser4/plugin/disk_format/Makefile|5 +
fs/reiser4/plugin/disk_format/disk_format.c   |   37 +
fs/reiser4/plugin/disk_format/disk_format.h   |   27 +
fs/reiser4/plugin/disk_format/disk_format40.c |  556 
fs/reiser4/plugin/disk_format/disk_format40.h |   99 +
fs/reiser4/plugin/fibration.c |  174 ++
fs/reiser4/plugin/fibration.h |   37 +
fs/reiser4/plugin/file/Makefile   |7 +
fs/reiser4/plugin/file/cryptcompress.c| 3819 +
fs/reiser4/plugin/file/cryptcompress.h|  549 
fs/reiser4/plugin/file/file.c | 2713 ++
fs/reiser4/plugin/file/file.h |  257 ++
fs/reiser4