All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Riffard <laurent.riffard@free.fr>
To: Nicolas STRANSKY <Nico@stransky.cx>,
	"reiserfs-list@namesys.com" <reiserfs-list@namesys.com>,
	Ingo Bormuth <ibormuth@efil.de>
Subject: Re: [PATCH] Reiser4 for 2.6.21-rc1
Date: Mon, 05 Mar 2007 22:21:24 +0100	[thread overview]
Message-ID: <45EC89D4.70505@free.fr> (raw)
In-Reply-To: <45EC5141.6090807@stransky.cx>

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


  reply	other threads:[~2007-03-05 21:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-02 20:28 [PATCH] Reiser4 for 2.6.21-rc1 Laurent Riffard
2007-03-02 20:35 ` Laurent Riffard
2007-03-05 17:20   ` Nicolas STRANSKY
2007-03-05 21:21     ` Laurent Riffard [this message]
2007-03-06 16:34       ` Edward Shishkin
2007-03-08 12:17         ` reiser4 panic in do_readpage_extent Devils-Hawk
2007-03-09  1:17           ` Edward Shishkin
2007-03-09 20:36           ` Edward Shishkin
2007-03-09 21:15             ` Devils-Hawk
2007-03-11 13:49               ` Edward Shishkin
     [not found] ` <20070306092107.GA13707@zeus.uziel.local>
2007-03-06 23:19   ` [PATCH] Reiser4 for 2.6.21-rc1 Laurent Riffard
  -- strict thread matches above, loose matches on Subject: below --
2007-03-03 11:24 Laurent Riffard
2007-03-03 12:25 laurent.riffard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45EC89D4.70505@free.fr \
    --to=laurent.riffard@free.fr \
    --cc=Nico@stransky.cx \
    --cc=ibormuth@efil.de \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.