linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New ext4 patchset: 2.6.26-git6-ext4-1 // and 2.6.26-ext4-3
@ 2008-07-27  1:26 Theodore Ts'o
  2008-07-27  2:39 ` Grant Coady
  2008-07-28  1:21 ` New ext4 patchset: 2.6.26-git6-ext4-2 // and 2.6.26-ext4-4 Theodore Tso
  0 siblings, 2 replies; 4+ messages in thread
From: Theodore Ts'o @ 2008-07-27  1:26 UTC (permalink / raw)
  To: linux-ext4, linux-kernel


I've released a new patchset for post-2.6.26-git4 kernels (when Linus
accepted a set of patches for the 2.6.27-rc1 merge window).  A number of
the new patches are cleanups and bug fixes that will be pushed to Linus
shortly; those are marked with an (*).

As a git tree:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git 2.6.26-git6-ext4-1
http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=shortlog;h=2.6.26-git6-ext4-1

As a patchset:

ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-git6-ext4-1

					----

I've also created a patchset which consists of the new features and bug
fixes pushed to linus, plus the bug fixes and cleanups that are part of
2.6.26-git6-ext4-1 for people who are running the stock 2.6.26 kernel.
This can be found here:

ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-git6-ext4-3

This patchset plus e2fsprogs 1.41.0 should be stable enough for wider
testing.

							- Ted

Akira Fujita (7):
      ext4: online defrag-- Main function of defrag and ioctl implementation
      ext4: online defrag-- Allocate new contiguous blocks with mballoc
      ext4: online defrag-- Read and write file data with memory page
      ext4: online defrag-- Exchange the blocks between two inodes
      ext4: online defrag-- Defragmentation for the relevant files (-r mode)
      ext4: online defrag-- Check the free space fragmentation (-f mode)
      ext4: online defrag-- Move victim files for the target file (-f mode)

Aneesh Kumar K.V (6):
    * ext4: Fix data corruption when writing to prealloc area
    * ext4: Improve error handling in mballoc
    * ext4: Convert the usage of NR_CPUS to nr_cpu_ids.
    * ext4: Don't allow lg prealloc list to be grow large.
    * ext4: Cleanup the block reservation code path
    * ext4: undo the stable boundary patch changes

Eric Sandeen (3):
    * sync up block & inode bitmap reading functions
    * lock block groups when initializing
    * Hook ext4 to the vfs fiemap interface.

Hidehiro Kawai (1):
    * ext4: don't read inode block if the buffer has a write error

Josef Bacik (1):
      Any block based fs (this patch includes ext3) just has to declare its own

Li Zefan (1):
    * ext4: improve ext4_fill_flex_info() a bit

Mingming Cao (1):
    * Ext4: journal credits reservation fixes for DIO, fallocate and delalloc writepages

Theodore Ts'o (9):
    * ext4: Allow read/only mounts with corrupted block group checksums
    * jbd2: don't abort if flushing file data failed
    * ext4: Cleanup whitespace and other miscellaneous style issues
    * ext4: unexport jbd2_journal_update_superblock
      ext4: Stable/Unstable boundary
      This patch should be merged with ext4-online-defrag-alloc-contiguous-blks.patch
      This patch should be merged with ext4-online-defrag-relocate-file-data.patch
      Basic vfs-level fiemap infrastructure, which sets up a new ->fiemap
      Plug ocfs2 into ->fiemap. Some portions of ocfs2_get_clusters() had to be








^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New ext4 patchset: 2.6.26-git6-ext4-1 // and 2.6.26-ext4-3
  2008-07-27  1:26 New ext4 patchset: 2.6.26-git6-ext4-1 // and 2.6.26-ext4-3 Theodore Ts'o
@ 2008-07-27  2:39 ` Grant Coady
  2008-07-27 12:33   ` Theodore Tso
  2008-07-28  1:21 ` New ext4 patchset: 2.6.26-git6-ext4-2 // and 2.6.26-ext4-4 Theodore Tso
  1 sibling, 1 reply; 4+ messages in thread
From: Grant Coady @ 2008-07-27  2:39 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: linux-ext4, linux-kernel

On Sat, 26 Jul 2008 21:26:52 -0400, "Theodore Ts'o" <tytso@mit.edu> wrote:

>
>I've released a new patchset for post-2.6.26-git4 kernels (when Linus
>accepted a set of patches for the 2.6.27-rc1 merge window).  A number of
>the new patches are cleanups and bug fixes that will be pushed to Linus
>shortly; those are marked with an (*).
>
>As a git tree:
>
>git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git 2.6.26-git6-ext4-1
>http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=shortlog;h=2.6.26-git6-ext4-1
>
>As a patchset:
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-git6-ext4-1
>
>					----
>
>I've also created a patchset which consists of the new features and bug
>fixes pushed to linus, plus the bug fixes and cleanups that are part of
>2.6.26-git6-ext4-1 for people who are running the stock 2.6.26 kernel.
>This can be found here:
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-git6-ext4-3

I think you meant:
ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-ext4-3/2.6.26-ext4-3.gz
??

Grant.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New ext4 patchset: 2.6.26-git6-ext4-1 // and 2.6.26-ext4-3
  2008-07-27  2:39 ` Grant Coady
@ 2008-07-27 12:33   ` Theodore Tso
  0 siblings, 0 replies; 4+ messages in thread
From: Theodore Tso @ 2008-07-27 12:33 UTC (permalink / raw)
  To: Grant Coady; +Cc: linux-ext4, linux-kernel

On Sun, Jul 27, 2008 at 12:39:57PM +1000, Grant Coady wrote:
> >
> >ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-git6-ext4-3
> 
> I think you meant:
> ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-ext4-3/2.6.26-ext4-3.gz

Yes I did, thanks!  My apologies for any confusion.

						- Ted

^ permalink raw reply	[flat|nested] 4+ messages in thread

* New ext4 patchset: 2.6.26-git6-ext4-2 // and 2.6.26-ext4-4
  2008-07-27  1:26 New ext4 patchset: 2.6.26-git6-ext4-1 // and 2.6.26-ext4-3 Theodore Ts'o
  2008-07-27  2:39 ` Grant Coady
@ 2008-07-28  1:21 ` Theodore Tso
  1 sibling, 0 replies; 4+ messages in thread
From: Theodore Tso @ 2008-07-28  1:21 UTC (permalink / raw)
  To: linux-ext4, linux-kernel

I've released a new patchset for post-2.6.26-git4 kernels (when Linus
accepted a set of patches for the 2.6.27-rc1 merge window).  This
removes a problematic patch and adds a documentation patch to remind
people that when installing e2fsprogs 1.41.x, it's important to make
sure to update their /etc/mke2fs.conf file.

As a git tree:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git 2.6.26-git6-ext4-2
http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=shortlog;h=2.6.26-git6-ext4-2

As a patchset:

ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-git6-ext4-2


I've also updated the patch set vs. the 2.6.26-stock kernel, which can
be found here:

ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.26-ext4-4

							- Ted

Akira Fujita (7):
      ext4: online defrag-- Main function of defrag and ioctl implementation
      ext4: online defrag-- Allocate new contiguous blocks with mballoc
      ext4: online defrag-- Read and write file data with memory page
      ext4: online defrag-- Exchange the blocks between two inodes
      ext4: online defrag-- Defragmentation for the relevant files (-r mode)
      ext4: online defrag-- Check the free space fragmentation (-f mode)
      ext4: online defrag-- Move victim files for the target file (-f mode)

Aneesh Kumar K.V (6):
    * ext4: Fix data corruption when writing to prealloc area
    * ext4: Improve error handling in mballoc
    * ext4: Convert the usage of NR_CPUS to nr_cpu_ids.
    * ext4: Don't allow lg prealloc list to be grow large.
    * ext4: Cleanup the block reservation code path
    * ext4: undo the stable boundary patch changes

Eric Sandeen (3):
    * sync up block & inode bitmap reading functions
    * lock block groups when initializing
    * Hook ext4 to the vfs fiemap interface.

Hidehiro Kawai (1):
    * ext4: don't read inode block if the buffer has a write error

Josef Bacik (1):
      Any block based fs (this patch includes ext3) just has to declare its own

Li Zefan (1):
    * ext4: improve ext4_fill_flex_info() a bit

Theodore Ts'o (8):
    * ext4: Allow read/only mounts with corrupted block group checksums
    * jbd2: don't abort if flushing file data failed
    * ext4: Cleanup whitespace and other miscellaneous style issues
    * ext4: unexport jbd2_journal_update_superblock
    * ext4: Update documentation to remind users to update mke2fs.conf
      ext4: Stable/Unstable boundary
      Basic vfs-level fiemap infrastructure, which sets up a new ->fiemap
      Plug ocfs2 into ->fiemap. Some portions of ocfs2_get_clusters() had to be

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-28  1:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27  1:26 New ext4 patchset: 2.6.26-git6-ext4-1 // and 2.6.26-ext4-3 Theodore Ts'o
2008-07-27  2:39 ` Grant Coady
2008-07-27 12:33   ` Theodore Tso
2008-07-28  1:21 ` New ext4 patchset: 2.6.26-git6-ext4-2 // and 2.6.26-ext4-4 Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).