* [PATCH] Reiser4 for 2.6.21-rc1
@ 2007-03-02 20:28 Laurent Riffard
2007-03-02 20:35 ` Laurent Riffard
[not found] ` <20070306092107.GA13707@zeus.uziel.local>
0 siblings, 2 replies; 8+ messages in thread
From: Laurent Riffard @ 2007-03-02 20:28 UTC (permalink / raw)
To: reiserfs-list
Hello,
Please find my reiser4 patch for 2.6.21-rc1 at
http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.21-rc1/
There is 45 patches in this series. It should include all the reiser4
for linux-mm stuff. Cryptocompress plugin is untested.
First patch is the Reiser4 patch for kernel 2.6.18
(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.21-rc1 kernel.
The 13 following patches are either bug-fix from reiserfs mailing-list
or updates to compile cleanly against vanille kernel.
The last 30 patches come from linux-mm.
Adrian Bunk (3):
reiser4-possible-cleanups-2
fs-reiser4-possible-cleanups-2
fs-reiser4-more-possible-cleanups
Alexander Zarochentsev (9):
reiser4-reiser4_drop_page-dont-call-remove_from_page_cache
reiser4-get-rid-of-semaphores-wherever-it-is-possible
reiser4-decribe-new-atom-locking-and-nested-atom-locks-to-lock-validator
reiser4-use-generic-file-read
reiser4-simplify-reading-of-partially-converted-files
reiser4-use-page_offset
reiser4-use-reiser4_gfp_mask_get-in-reiser4-inode-allocation
reiser4-re-add-page_count-check-to-reiser4_releasepage
reiser4-restore-fibmap-ioctl-support-for-packed-files
Andrew Morton (2):
reiser4-test_clear_page_dirty
reiser4-temp-fix
Andrew Wade (3):
Reiser4: fix use after free in jrelse_tail
Reiser4: release d_ref
Reiser4: release d_ref (fix)
Edward Shishkin (17):
Reiser4 for 2.6.18
reiser4-generic_file_read-fix
reiser4-rename-generic_sounding_globalspatch
reiser4-use-generic-file-read-fix-readpages-unix-file
reiser4-format-subversion-numbers-heir-set-and-file-conversion
reiser4-format-subversion-numbers-heir-set-and-file-conversion-fix-readpages-cryptcompress
reiser4-cleanups-in-lzo-compression-library
reiser4-get-rid-of-deprecated-crypto-api
reiser4-get-rid-of-deprecated-crypto-api-build-fix
reiser4-fix-missed-unlock-and-exit_context
reiser4-use-list_head-instead-of-struct-blocknr
reiser4-use-list_empty-instead-of-list_empty_careful-for
reiser4-update-comments-fix-write-and-truncate-cryptcompress
reiser4-fix-write_extent-1
reiser4-fix-readpage_cryptcompress
reiser4-improve-estimation-for-number-of-nodes-occupied
reiser4-drop-check_cryptcompress
Laurent Riffard (8):
Reiser4: cometics changes in mm/filemap.c.
Reiser4: fix calls to kmem_cache_destroy
Reiser4: Replace inode.u.generic_ip with inode.i_private
Reiser4: inode.i_blksize suppression
Reiser4: remove unnecessary config.h includes.
slab: remove SLAB_KERNEL
reiser4: remove kmem_cache_t
Reiser4: Add includes linux/freezer.h
Randy Dunlap (1):
reiser4-use-null-for-pointers
Vladimir Saveliev (2):
reiser4-fix-gcc-ws-compains
linux-2.6.20-rc4-mm1 Reiser4 filesystem freeze and corruption
Disclaimer: I'm not a filesystem guru, nor I'm affiliated with Namesys.
These patches just suit my needs. It works for me and I hope it will
help somebody else.
--
laurent
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Reiser4 for 2.6.21-rc1
2007-03-02 20:28 Laurent Riffard
@ 2007-03-02 20:35 ` Laurent Riffard
2007-03-05 17:20 ` Nicolas STRANSKY
[not found] ` <20070306092107.GA13707@zeus.uziel.local>
1 sibling, 1 reply; 8+ messages in thread
From: Laurent Riffard @ 2007-03-02 20:35 UTC (permalink / raw)
To: reiserfs-list
Oh,
I just saw a reiser4-for-2.6.19 available at
http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.19 . But there is no
reiser4-for-2.6.20.
Is anyone interested in such a patch? I think I can backport my patches
to this kernel.
--
laurent
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] Reiser4 for 2.6.21-rc1
@ 2007-03-03 11:24 Laurent Riffard
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Riffard @ 2007-03-03 11:24 UTC (permalink / raw)
To: reiserfs-list
Hello,
Please find my reiser4 patch for 2.6.21-rc1 at
http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.21-rc1/
There is 45 patches in this series. It should include all the reiser4
for linux-mm stuff. Cryptocompress plugin is untested.
First patch is the Reiser4 patch for kernel 2.6.18
(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.21-rc1 kernel.
The 13 following patches are either bug-fix from reiserfs mailing-list
or updates to compile cleanly against vanille kernel.
The last 30 patches come from linux-mm.
Adrian Bunk (3):
reiser4-possible-cleanups-2
fs-reiser4-possible-cleanups-2
fs-reiser4-more-possible-cleanups
Alexander Zarochentsev (9):
reiser4-reiser4_drop_page-dont-call-remove_from_page_cache
reiser4-get-rid-of-semaphores-wherever-it-is-possible
reiser4-decribe-new-atom-locking-and-nested-atom-locks-to-lock-validator
reiser4-use-generic-file-read
reiser4-simplify-reading-of-partially-converted-files
reiser4-use-page_offset
reiser4-use-reiser4_gfp_mask_get-in-reiser4-inode-allocation
reiser4-re-add-page_count-check-to-reiser4_releasepage
reiser4-restore-fibmap-ioctl-support-for-packed-files
Andrew Morton (2):
reiser4-test_clear_page_dirty
reiser4-temp-fix
Andrew Wade (3):
Reiser4: fix use after free in jrelse_tail
Reiser4: release d_ref
Reiser4: release d_ref (fix)
Edward Shishkin (17):
Reiser4 for 2.6.18
reiser4-generic_file_read-fix
reiser4-rename-generic_sounding_globalspatch
reiser4-use-generic-file-read-fix-readpages-unix-file
reiser4-format-subversion-numbers-heir-set-and-file-conversion
reiser4-format-subversion-numbers-heir-set-and-file-conversion-fix-readpages-cryptcompress
reiser4-cleanups-in-lzo-compression-library
reiser4-get-rid-of-deprecated-crypto-api
reiser4-get-rid-of-deprecated-crypto-api-build-fix
reiser4-fix-missed-unlock-and-exit_context
reiser4-use-list_head-instead-of-struct-blocknr
reiser4-use-list_empty-instead-of-list_empty_careful-for
reiser4-update-comments-fix-write-and-truncate-cryptcompress
reiser4-fix-write_extent-1
reiser4-fix-readpage_cryptcompress
reiser4-improve-estimation-for-number-of-nodes-occupied
reiser4-drop-check_cryptcompress
Laurent Riffard (8):
Reiser4: cometics changes in mm/filemap.c.
Reiser4: fix calls to kmem_cache_destroy
Reiser4: Replace inode.u.generic_ip with inode.i_private
Reiser4: inode.i_blksize suppression
Reiser4: remove unnecessary config.h includes.
slab: remove SLAB_KERNEL
reiser4: remove kmem_cache_t
Reiser4: Add includes linux/freezer.h
Randy Dunlap (1):
reiser4-use-null-for-pointers
Vladimir Saveliev (2):
reiser4-fix-gcc-ws-compains
linux-2.6.20-rc4-mm1 Reiser4 filesystem freeze and corruption
Disclaimer: I'm not a filesystem guru, nor I'm affiliated with Namesys.
These patches just suit my needs. It works for me and I hope it will
help somebody else.
--
laurent
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] Reiser4 for 2.6.21-rc1
@ 2007-03-03 12:25 laurent.riffard
0 siblings, 0 replies; 8+ messages in thread
From: laurent.riffard @ 2007-03-03 12:25 UTC (permalink / raw)
To: reiserfs-list
Hello,
Please find my reiser4 patch for 2.6.21-rc1 at
http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.21-rc1/
There is 45 patches in this series. It should include all the reiser4 for linux-mm stuff. Cryptocompress plugin is untested.
First patch is the Reiser4 patch for kernel 2.6.18 (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.21-rc1 kernel.
The 13 following patches are either bug-fix from reiserfs mailing-list or updates to compile cleanly against vanille kernel.
The last 30 patches come from linux-mm.
Adrian Bunk (3):
reiser4-possible-cleanups-2
fs-reiser4-possible-cleanups-2
fs-reiser4-more-possible-cleanups
Alexander Zarochentsev (9):
reiser4-reiser4_drop_page-dont-call-remove_from_page_cache
reiser4-get-rid-of-semaphores-wherever-it-is-possible
reiser4-decribe-new-atom-locking-and-nested-atom-locks-to-lock-validator
reiser4-use-generic-file-read
reiser4-simplify-reading-of-partially-converted-files
reiser4-use-page_offset
reiser4-use-reiser4_gfp_mask_get-in-reiser4-inode-allocation
reiser4-re-add-page_count-check-to-reiser4_releasepage
reiser4-restore-fibmap-ioctl-support-for-packed-files
Andrew Morton (2):
reiser4-test_clear_page_dirty
reiser4-temp-fix
Andrew Wade (3):
Reiser4: fix use after free in jrelse_tail
Reiser4: release d_ref
Reiser4: release d_ref (fix)
Edward Shishkin (17):
Reiser4 for 2.6.18
reiser4-generic_file_read-fix
reiser4-rename-generic_sounding_globalspatch
reiser4-use-generic-file-read-fix-readpages-unix-file
reiser4-format-subversion-numbers-heir-set-and-file-conversion
reiser4-format-subversion-numbers-heir-set-and-file-conversion-fix-readpages-cryptcompress
reiser4-cleanups-in-lzo-compression-library
reiser4-get-rid-of-deprecated-crypto-api
reiser4-get-rid-of-deprecated-crypto-api-build-fix
reiser4-fix-missed-unlock-and-exit_context
reiser4-use-list_head-instead-of-struct-blocknr
reiser4-use-list_empty-instead-of-list_empty_careful-for
reiser4-update-comments-fix-write-and-truncate-cryptcompress
reiser4-fix-write_extent-1
reiser4-fix-readpage_cryptcompress
reiser4-improve-estimation-for-number-of-nodes-occupied
reiser4-drop-check_cryptcompress
Laurent Riffard (8):
Reiser4: cometics changes in mm/filemap.c.
Reiser4: fix calls to kmem_cache_destroy
Reiser4: Replace inode.u.generic_ip with inode.i_private
Reiser4: inode.i_blksize suppression
Reiser4: remove unnecessary config.h includes.
slab: remove SLAB_KERNEL
reiser4: remove kmem_cache_t
Reiser4: Add includes linux/freezer.h
Randy Dunlap (1):
reiser4-use-null-for-pointers
Vladimir Saveliev (2):
reiser4-fix-gcc-ws-compains
linux-2.6.20-rc4-mm1 Reiser4 filesystem freeze and corruption
Disclaimer: I'm not a filesystem guru, nor I'm affiliated with Namesys. These patches just suit my needs. It works for me and I hope it will help somebody else.
--
laurent
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Reiser4 for 2.6.21-rc1
2007-03-02 20:35 ` Laurent Riffard
@ 2007-03-05 17:20 ` Nicolas STRANSKY
2007-03-05 21:21 ` Laurent Riffard
0 siblings, 1 reply; 8+ messages in thread
From: Nicolas STRANSKY @ 2007-03-05 17:20 UTC (permalink / raw)
To: reiserfs-list; +Cc: laurent.riffard
Le 02.03.2007 21:35, Laurent Riffard a écrit :
> Oh,
> I just saw a reiser4-for-2.6.19 available at
> http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.19 . But there is no
> reiser4-for-2.6.20.
>
> Is anyone interested in such a patch? I think I can backport my patches
> to this kernel.
I think many people would be interested by such a patch. There has
already been one attempt here :
http://permalink.gmane.org/gmane.comp.file-systems.reiserfs.general/20511
But nothing official has come up yet.
Best regards,
--
Nico
Par nature, le réceptacle se présente comme le porte-empreinte de
toutes choses. Il est absolument dépourvu des formes de toutes
les espèces de choses qu'il est susceptible de recevoir.
-+- Platon -+-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Reiser4 for 2.6.21-rc1
2007-03-05 17:20 ` Nicolas STRANSKY
@ 2007-03-05 21:21 ` Laurent Riffard
2007-03-06 16:34 ` Edward Shishkin
0 siblings, 1 reply; 8+ messages in thread
From: Laurent Riffard @ 2007-03-05 21:21 UTC (permalink / raw)
To: Nicolas STRANSKY, reiserfs-list@namesys.com, Ingo Bormuth
Le 05.03.2007 18:20, Nicolas STRANSKY a écrit :
> Le 02.03.2007 21:35, Laurent Riffard a écrit :
>> Oh,
>> I just saw a reiser4-for-2.6.19 available at
>> http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.19 . But there is no
>> reiser4-for-2.6.20.
>>
>> Is anyone interested in such a patch? I think I can backport my patches
>> to this kernel.
>
> I think many people would be interested by such a patch. There has
> already been one attempt here :
> http://permalink.gmane.org/gmane.comp.file-systems.reiserfs.general/20511
> But nothing official has come up yet.
>
> Best regards,
Ingo, I apologize: I noticed your mail some weeks ago but I forgot it and
I didn't dig the archives...
Actually, I posted a reiser4 patch for 2.6.21-rc1 friday but this
announce never reached the list (I'm afraid the list is unmaintained
now...).
A few minutes later, I sent another mail to offer a patch for 2.6.20
(that one reached the list). I then realized that reiser4-for-2.6.21-rc1
does apply cleanly on Linux 2.6.20.
So here is the announce I made friday:
<====================
Hello,
Please find my reiser4 patch for 2.6.21-rc1 at
http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.21-rc1/
There is 45 patches in this series. It should include all the reiser4
for linux-mm stuff. Cryptocompress plugin is untested.
First patch is the Reiser4 patch for kernel 2.6.18
(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.21-rc1 kernel.
The 13 following patches are either bug-fix from reiserfs mailing-list
or updates to compile cleanly against vanilla kernel.
The last 30 patches come from linux-mm.
Adrian Bunk (3):
reiser4-possible-cleanups-2
fs-reiser4-possible-cleanups-2
fs-reiser4-more-possible-cleanups
Alexander Zarochentsev (9):
reiser4-reiser4_drop_page-dont-call-remove_from_page_cache
reiser4-get-rid-of-semaphores-wherever-it-is-possible
reiser4-decribe-new-atom-locking-and-nested-atom-locks-to-lock-validator
reiser4-use-generic-file-read
reiser4-simplify-reading-of-partially-converted-files
reiser4-use-page_offset
reiser4-use-reiser4_gfp_mask_get-in-reiser4-inode-allocation
reiser4-re-add-page_count-check-to-reiser4_releasepage
reiser4-restore-fibmap-ioctl-support-for-packed-files
Andrew Morton (2):
reiser4-test_clear_page_dirty
reiser4-temp-fix
Andrew Wade (3):
Reiser4: fix use after free in jrelse_tail
Reiser4: release d_ref
Reiser4: release d_ref (fix)
Edward Shishkin (17):
Reiser4 for 2.6.18
reiser4-generic_file_read-fix
reiser4-rename-generic_sounding_globalspatch
reiser4-use-generic-file-read-fix-readpages-unix-file
reiser4-format-subversion-numbers-heir-set-and-file-conversion
reiser4-format-subversion-numbers-heir-set-and-file-conversion-fix-readpages-cryptcompress
reiser4-cleanups-in-lzo-compression-library
reiser4-get-rid-of-deprecated-crypto-api
reiser4-get-rid-of-deprecated-crypto-api-build-fix
reiser4-fix-missed-unlock-and-exit_context
reiser4-use-list_head-instead-of-struct-blocknr
reiser4-use-list_empty-instead-of-list_empty_careful-for
reiser4-update-comments-fix-write-and-truncate-cryptcompress
reiser4-fix-write_extent-1
reiser4-fix-readpage_cryptcompress
reiser4-improve-estimation-for-number-of-nodes-occupied
reiser4-drop-check_cryptcompress
Laurent Riffard (8):
Reiser4: cometics changes in mm/filemap.c.
Reiser4: fix calls to kmem_cache_destroy
Reiser4: Replace inode.u.generic_ip with inode.i_private
Reiser4: inode.i_blksize suppression
Reiser4: remove unnecessary config.h includes.
slab: remove SLAB_KERNEL
reiser4: remove kmem_cache_t
Reiser4: Add includes linux/freezer.h
Randy Dunlap (1):
reiser4-use-null-for-pointers
Vladimir Saveliev (2):
reiser4-fix-gcc-ws-compains
linux-2.6.20-rc4-mm1 Reiser4 filesystem freeze and corruption
Disclaimer: I'm not a filesystem guru, nor I'm affiliated with Namesys.
These patches just suit my needs. It works for me and I hope it will
help somebody else.
===============================================>
--
laurent
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Reiser4 for 2.6.21-rc1
2007-03-05 21:21 ` Laurent Riffard
@ 2007-03-06 16:34 ` Edward Shishkin
0 siblings, 0 replies; 8+ messages in thread
From: Edward Shishkin @ 2007-03-06 16:34 UTC (permalink / raw)
To: Laurent Riffard; +Cc: Nicolas STRANSKY, reiserfs-list@namesys.com, Ingo Bormuth
Thanks to everyone for your help.
I hope the list works now.
Edward.
Laurent Riffard wrote:
> Le 05.03.2007 18:20, Nicolas STRANSKY a écrit :
>
>> Le 02.03.2007 21:35, Laurent Riffard a écrit :
>>
>>> Oh,
>>> I just saw a reiser4-for-2.6.19 available at
>>> http://ftp.namesys.com/pub/reiser4-for-2.6/2.6.19 . But there is no
>>> reiser4-for-2.6.20.
>>>
>>> Is anyone interested in such a patch? I think I can backport my patches
>>> to this kernel.
>>
>>
>> I think many people would be interested by such a patch. There has
>> already been one attempt here :
>> http://permalink.gmane.org/gmane.comp.file-systems.reiserfs.general/20511
>>
>> But nothing official has come up yet.
>>
>> Best regards,
>
>
> Ingo, I apologize: I noticed your mail some weeks ago but I forgot it
> and I didn't dig the archives...
>
> Actually, I posted a reiser4 patch for 2.6.21-rc1 friday but this
> announce never reached the list (I'm afraid the list is unmaintained
> now...).
>
> A few minutes later, I sent another mail to offer a patch for 2.6.20
> (that one reached the list). I then realized that
> reiser4-for-2.6.21-rc1 does apply cleanly on Linux 2.6.20.
>
> So here is the announce I made friday:
> <====================
> Hello,
>
> Please find my reiser4 patch for 2.6.21-rc1 at
> http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.21-rc1/
> There is 45 patches in this series. It should include all the reiser4
> for linux-mm stuff. Cryptocompress plugin is untested.
>
> First patch is the Reiser4 patch for kernel 2.6.18
> (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.21-rc1 kernel.
>
> The 13 following patches are either bug-fix from reiserfs mailing-list
> or updates to compile cleanly against vanilla kernel.
>
> The last 30 patches come from linux-mm.
>
>
> Adrian Bunk (3):
> reiser4-possible-cleanups-2
> fs-reiser4-possible-cleanups-2
> fs-reiser4-more-possible-cleanups
>
> Alexander Zarochentsev (9):
> reiser4-reiser4_drop_page-dont-call-remove_from_page_cache
> reiser4-get-rid-of-semaphores-wherever-it-is-possible
>
> reiser4-decribe-new-atom-locking-and-nested-atom-locks-to-lock-validator
> reiser4-use-generic-file-read
> reiser4-simplify-reading-of-partially-converted-files
> reiser4-use-page_offset
> reiser4-use-reiser4_gfp_mask_get-in-reiser4-inode-allocation
> reiser4-re-add-page_count-check-to-reiser4_releasepage
> reiser4-restore-fibmap-ioctl-support-for-packed-files
>
> Andrew Morton (2):
> reiser4-test_clear_page_dirty
> reiser4-temp-fix
>
> Andrew Wade (3):
> Reiser4: fix use after free in jrelse_tail
> Reiser4: release d_ref
> Reiser4: release d_ref (fix)
>
> Edward Shishkin (17):
> Reiser4 for 2.6.18
> reiser4-generic_file_read-fix
> reiser4-rename-generic_sounding_globalspatch
> reiser4-use-generic-file-read-fix-readpages-unix-file
> reiser4-format-subversion-numbers-heir-set-and-file-conversion
>
> reiser4-format-subversion-numbers-heir-set-and-file-conversion-fix-readpages-cryptcompress
>
> reiser4-cleanups-in-lzo-compression-library
> reiser4-get-rid-of-deprecated-crypto-api
> reiser4-get-rid-of-deprecated-crypto-api-build-fix
> reiser4-fix-missed-unlock-and-exit_context
> reiser4-use-list_head-instead-of-struct-blocknr
> reiser4-use-list_empty-instead-of-list_empty_careful-for
> reiser4-update-comments-fix-write-and-truncate-cryptcompress
> reiser4-fix-write_extent-1
> reiser4-fix-readpage_cryptcompress
> reiser4-improve-estimation-for-number-of-nodes-occupied
> reiser4-drop-check_cryptcompress
>
> Laurent Riffard (8):
> Reiser4: cometics changes in mm/filemap.c.
> Reiser4: fix calls to kmem_cache_destroy
> Reiser4: Replace inode.u.generic_ip with inode.i_private
> Reiser4: inode.i_blksize suppression
> Reiser4: remove unnecessary config.h includes.
> slab: remove SLAB_KERNEL
> reiser4: remove kmem_cache_t
> Reiser4: Add includes linux/freezer.h
>
> Randy Dunlap (1):
> reiser4-use-null-for-pointers
>
> Vladimir Saveliev (2):
> reiser4-fix-gcc-ws-compains
> linux-2.6.20-rc4-mm1 Reiser4 filesystem freeze and corruption
>
>
> Disclaimer: I'm not a filesystem guru, nor I'm affiliated with
> Namesys. These patches just suit my needs. It works for me and I hope
> it will help somebody else.
> ===============================================>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Reiser4 for 2.6.21-rc1
[not found] ` <20070306092107.GA13707@zeus.uziel.local>
@ 2007-03-06 23:19 ` Laurent Riffard
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Riffard @ 2007-03-06 23:19 UTC (permalink / raw)
To: Christian Trefzer; +Cc: reiserfs-list
Le 06.03.2007 10:21, Christian Trefzer a écrit :
> Hello Laurent,
>
> I've been using reiser4 with compression extensively during the past
> months, and so I followed its development in -mm pretty closely,
> applying reiser4-internal patches to my ancient 2.6.19-rc6-mm2 tree.
> Your patch applies cleanly against current -stable and vanilla kernels,
> nice job! Yet the changelog of the newest -mm patchset yields two new
> patches by Edward Shishkin, which also apply cleanly on top of your
> patch. I've been using them for days now without incident, so I think
> they might be alright ; ) In order to keep these patches unmodified, I
> will attach them both to this e-mail.
Thanks for pointing out these 2 patches. I added them and I just updated
http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.20 and
http://laurent.riffard.free.fr/reiser4/reiser4-for-2.6.21-rc1.
--
laurent
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-03-06 23:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 11:24 [PATCH] Reiser4 for 2.6.21-rc1 Laurent Riffard
-- strict thread matches above, loose matches on Subject: below --
2007-03-03 12:25 laurent.riffard
2007-03-02 20:28 Laurent Riffard
2007-03-02 20:35 ` Laurent Riffard
2007-03-05 17:20 ` Nicolas STRANSKY
2007-03-05 21:21 ` Laurent Riffard
2007-03-06 16:34 ` Edward Shishkin
[not found] ` <20070306092107.GA13707@zeus.uziel.local>
2007-03-06 23:19 ` Laurent Riffard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.