linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-02-12 08:54:20 to 2009-02-18 22:32:24 UTC [more...]

[patch 13/36] ext4: Add support for non-native signed/unsigned htree hash algorithms
 2009-02-18 22:29 UTC  (21+ messages)
  ` [patch 14/36] ext4: tone down ext4_da_writepages warnings
  ` [patch 15/36] ext4: Fix the delalloc writepages to allocate blocks at the right offset
  ` [patch 16/36] ext4: avoid ext4_error when mounting a fs with a single bg
  ` [patch 17/36] ext4: Widen type of ext4_sb_info.s_mb_maxs[]
  ` [patch 18/36] jbd2: Add barrier not supported test to journal_wait_on_commit_record
  ` [patch 19/36] ext4: Dont overwrite allocation_context ac_status
  ` [patch 20/36] ext4: Add blocks added during resize to bitmap
  ` [patch 21/36] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
  ` [patch 22/36] ext4: cleanup mballoc header files
  ` [patch 23/36] ext4: Use an rbtree for tracking blocks freed during transaction
  ` [patch 24/36] ext4: dont use blocks freed but not yet committed in buddy cache init
  ` [patch 25/36] ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
  ` [patch 26/36] ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
  ` [patch 27/36] jbd2: Add BH_JBDPrivateStart
  ` [patch 28/36] ext4: Use new buffer_head flag to check uninit group bitmaps initialization
  ` [patch 29/36] ext4: mark the blocks/inode bitmap beyond end of group as used
  ` [patch 30/36] ext4: Dont allow new groups to be added during block allocation
  ` [patch 31/36] ext4: Init the complete page while building buddy cache
  ` [patch 32/36] ext4: Add sanity checks for the superblock before mounting the filesystem
  ` [patch 33/36] ext4: only use i_size_high for regular files

[patch 15/39] ext4: Add support for non-native signed/unsigned htree hash algorithms
 2009-02-18 21:33 UTC  (24+ messages)
  ` [patch 16/39] ext4: tone down ext4_da_writepages warnings
  ` [patch 17/39] ext4: Fix the delalloc writepages to allocate blocks at the right offset
  ` [patch 18/39] ext4: avoid ext4_error when mounting a fs with a single bg
  ` [patch 19/39] ext4: Widen type of ext4_sb_info.s_mb_maxs[]
  ` [patch 20/39] jbd2: Add barrier not supported test to journal_wait_on_commit_record
  ` [patch 21/39] ext4: Dont overwrite allocation_context ac_status
  ` [patch 22/39] ext4: Add blocks added during resize to bitmap
  ` [patch 23/39] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
  ` [patch 24/39] ext4: cleanup mballoc header files
  ` [patch 25/39] ext4: dont use blocks freed but not yet committed in buddy cache init
  ` [patch 26/39] ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
  ` [patch 27/39] ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
  ` [patch 28/39] jbd2: Add BH_JBDPrivateStart
  ` [patch 29/39] ext4: Use new buffer_head flag to check uninit group bitmaps initialization
  ` [patch 30/39] ext4: mark the blocks/inode bitmap beyond end of group as used
  ` [patch 31/39] ext4: Dont allow new groups to be added during block allocation
  ` [patch 32/39] ext4: Init the complete page while building buddy cache
  ` [patch 33/39] ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
  ` [patch 34/39] ext4: Add sanity checks for the superblock before mounting the filesystem
  ` [patch 35/39] ext4: only use i_size_high for regular files
  ` [patch 36/39] ext4: Add sanity check to make_indexed_dir
  ` [patch 37/39] jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"
  ` [patch 38/39] ext4: Initialize the new group descriptor when resizing the filesystem

EXT4 ENOSPC Bug
 2009-02-18 21:18 UTC  (15+ messages)

[PATCH FOR-STABLE-2.6.27 00/24]
 2009-02-18 19:15 UTC  (26+ messages)
` [PATCH FOR-STABLE-2.6.27 01/24] ext4: Add support for non-native signed/unsigned htree hash algorithms
  ` [PATCH FOR-STABLE-2.6.27 02/24] ext4: tone down ext4_da_writepages warnings
    ` [PATCH FOR-STABLE-2.6.27 03/24] ext4: Fix the delalloc writepages to allocate blocks at the right offset
      ` [PATCH FOR-STABLE-2.6.27 04/24] ext4: avoid ext4_error when mounting a fs with a single bg
        ` [PATCH FOR-STABLE-2.6.27 05/24] ext4: Widen type of ext4_sb_info.s_mb_maxs[]
          ` [PATCH FOR-STABLE-2.6.27 06/24] jbd2: Add barrier not supported test to journal_wait_on_commit_record
            ` [PATCH FOR-STABLE-2.6.27 07/24] ext4: Don't overwrite allocation_context ac_status
              ` [PATCH FOR-STABLE-2.6.27 08/24] ext4: Add blocks added during resize to bitmap
                ` [PATCH FOR-STABLE-2.6.27 09/24] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
                  ` [PATCH FOR-STABLE-2.6.27 10/24] ext4: cleanup mballoc header files
                    ` [PATCH FOR-STABLE-2.6.27 11/24] ext4: Use an rbtree for tracking blocks freed during transaction
                      ` [PATCH FOR-STABLE-2.6.27 12/24] ext4: don't use blocks freed but not yet committed in buddy cache init
                        ` [PATCH FOR-STABLE-2.6.27 13/24] ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
                          ` [PATCH FOR-STABLE-2.6.27 14/24] ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
                            ` [PATCH FOR-STABLE-2.6.27 15/24] jbd2: Add BH_JBDPrivateStart
                              ` [PATCH FOR-STABLE-2.6.27 16/24] ext4: Use new buffer_head flag to check uninit group bitmaps initialization
                                ` [PATCH FOR-STABLE-2.6.27 17/24] ext4: mark the blocks/inode bitmap beyond end of group as used
                                  ` [PATCH FOR-STABLE-2.6.27 18/24] ext4: Don't allow new groups to be added during block allocation
                                    ` [PATCH FOR-STABLE-2.6.27 19/24] ext4: Init the complete page while building buddy cache
                                      ` [PATCH FOR-STABLE-2.6.27 20/24] ext4: Add sanity checks for the superblock before mounting the filesystem
                                        ` [PATCH FOR-STABLE-2.6.27 21/24] ext4: only use i_size_high for regular files
                                          ` [PATCH FOR-STABLE-2.6.27 22/24] ext4: Add sanity check to make_indexed_dir
                                            ` [PATCH FOR-STABLE-2.6.27 23/24] jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"
                                              ` [PATCH FOR-STABLE-2.6.27 24/24] ext4: Initialize the new group descriptor when resizing the filesystem
` [stable] [PATCH FOR-STABLE-2.6.27 00/24]

[PATCH FOR-STABLE-2.6.28 00/24]
 2009-02-18 18:28 UTC  (26+ messages)
` [PATCH FOR-STABLE-2.6.28 01/24] ext4: Add support for non-native signed/unsigned htree hash algorithms
  ` [PATCH FOR-STABLE-2.6.28 02/24] ext4: tone down ext4_da_writepages warnings
    ` [PATCH FOR-STABLE-2.6.28 03/24] ext4: Fix the delalloc writepages to allocate blocks at the right offset
      ` [PATCH FOR-STABLE-2.6.28 04/24] ext4: avoid ext4_error when mounting a fs with a single bg
        ` [PATCH FOR-STABLE-2.6.28 05/24] ext4: Widen type of ext4_sb_info.s_mb_maxs[]
          ` [PATCH FOR-STABLE-2.6.28 06/24] jbd2: Add barrier not supported test to journal_wait_on_commit_record
            ` [PATCH FOR-STABLE-2.6.28 07/24] ext4: Don't overwrite allocation_context ac_status
              ` [PATCH FOR-STABLE-2.6.28 08/24] ext4: Add blocks added during resize to bitmap
                ` [PATCH FOR-STABLE-2.6.28 09/24] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
                  ` [PATCH FOR-STABLE-2.6.28 10/24] ext4: cleanup mballoc header files
                    ` [PATCH FOR-STABLE-2.6.28 11/24] ext4: don't use blocks freed but not yet committed in buddy cache init
                      ` [PATCH FOR-STABLE-2.6.28 12/24] ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
                        ` [PATCH FOR-STABLE-2.6.28 13/24] ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
                          ` [PATCH FOR-STABLE-2.6.28 14/24] jbd2: Add BH_JBDPrivateStart
                            ` [PATCH FOR-STABLE-2.6.28 15/24] ext4: Use new buffer_head flag to check uninit group bitmaps initialization
                              ` [PATCH FOR-STABLE-2.6.28 16/24] ext4: mark the blocks/inode bitmap beyond end of group as used
                                ` [PATCH FOR-STABLE-2.6.28 17/24] ext4: Don't allow new groups to be added during block allocation
                                  ` [PATCH FOR-STABLE-2.6.28 18/24] ext4: Init the complete page while building buddy cache
                                    ` [PATCH FOR-STABLE-2.6.28 19/24] ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
                                      ` [PATCH FOR-STABLE-2.6.28 20/24] ext4: Add sanity checks for the superblock before mounting the filesystem
                                        ` [PATCH FOR-STABLE-2.6.28 21/24] ext4: only use i_size_high for regular files
                                          ` [PATCH FOR-STABLE-2.6.28 22/24] ext4: Add sanity check to make_indexed_dir
                                            ` [PATCH FOR-STABLE-2.6.28 23/24] jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"
                                              ` [PATCH FOR-STABLE-2.6.28 24/24] ext4: Initialize the new group descriptor when resizing the filesystem
` [stable] [PATCH FOR-STABLE-2.6.28 00/24]

[Bug 12689] New: kernel oops fs/jbd/checkpoint.c:164 __log_wait_for_space
 2009-02-18 17:37 UTC  (2+ messages)
` [Bug 12689] "

[PATCH 0/3] Move fsck from e2fsprogs to util-linux-ng
 2009-02-18 16:42 UTC  (3+ messages)
` [PATCH, RFC] add fsck to util-linux

[PATCH, RFC] ext4: New inode/block allocation algorithms for flex_bg filesystems
 2009-02-18 15:43 UTC 

next-20090206: deadlock on ext4
 2009-02-18 13:04 UTC  (9+ messages)

[PATCH -V2] ext4: Add checks to validate extent entries
 2009-02-18 10:10 UTC  (4+ messages)
` [PATCH -V2] ext4: Validate extent details only when read from the disk

[PATCH -v2]ext4: add the spec for ext4 subdirectory limit(was: Problems with the max value for create directory)
 2009-02-18  5:29 UTC 

+ ext2-return-eio-not-estale-on-directory-traversal-through-deleted-inode.patch added to -mm tree
 2009-02-18  0:09 UTC 

+ ext3-return-eio-not-estale-on-directory-traversal-through-deleted-inode.patch added to -mm tree
 2009-02-18  0:09 UTC 

+ ext4-return-eio-not-estale-on-directory-traversal-through-deleted-inode.patch added to -mm tree
 2009-02-18  0:08 UTC 

EXT3 file system with unsupported revision level can be mounted in R/W mode
 2009-02-17 20:36 UTC  (6+ messages)

[PATCH] ext3/4: Clear pagep after write_begin() has failed
 2009-02-17 19:24 UTC 

[PATCH] ext4: Fix to read empty directory blocks correctly in 64k blocksize filesystems
 2009-02-17  0:05 UTC  (8+ messages)

sync-Regression in 2.6.28.2?
 2009-02-17  4:17 UTC 

[cebbert@redhat.com: Re: Ext4 tree backports for 2.6.27.13 and 2.6.28.2]
 2009-02-17  3:15 UTC  (2+ messages)
` [stable] "

[RESEND/PATCH] ext[234]: Return -EIO not -ESTALE on directory traversal missing inode
 2009-02-17  1:10 UTC  (5+ messages)
    ` [PATCH v2] ext[234]: Return -EIO not -ESTALE on directory traversal through deleted inode

Ext4 tree backports for 2.6.27.13 and 2.6.28.2
 2009-02-16 21:35 UTC  (5+ messages)

Feel all the benefits of magic blue colored-tabs!
 2009-02-16 17:13 UTC 

issue of ext3_file_write function & remote shares
 2009-02-16  6:33 UTC  (4+ messages)

[patch] Null dereference in ext4_ext_migrate()
 2009-02-16  1:06 UTC  (2+ messages)

[GIT PULL] ext4 fixes
 2009-02-16  2:56 UTC 

ext4 not currently doing (much) multi-block allocation?
 2009-02-15 21:12 UTC  (6+ messages)

Dump/restore not functional on ext4
 2009-02-15 12:04 UTC 

[PATCH] ext3: Use unsigned instead of int for type of blocksize in fs/ext3/namei.c
 2009-02-15  2:46 UTC  (2+ messages)

[PATCH -v3] ext4: Don't use the range_cylic mode implemented by write_cache_pages
 2009-02-14 15:45 UTC 

[PATCH -V2] ext4: Don't use the range_cylic mode implemented by write_cache_pages
 2009-02-14 15:16 UTC  (2+ messages)

[Bug 12579] New: ext4 filesystem hang
 2009-02-14  9:42 UTC  (22+ messages)
` [Bug 12579] "

[RESEND/PATCH] ext[234]: Return -EIO not -ESTALE on directory traversal missing inode
 2009-02-14  5:17 UTC 

+ ext4-use-unsigned-instead-of-int-for-type-of-blocksize-in-fs-ext4-nameic.patch added to -mm tree
 2009-02-13 22:12 UTC 

[PATCH]:resize2fs:adjust the inode before inode_tables were covered
 2009-02-13  9:47 UTC 

[Bug 12672] New: lockdep warning when using ext4 on x86_64
 2009-02-13  0:59 UTC  (6+ messages)
` [Bug 12672] "

next-20090210: list_del corruption (ext4)
 2009-02-12 22:00 UTC  (3+ messages)
` [PATCH] ext4: Initialize list properly

How to recover a damaged ext4 file system?
 2009-02-12 21:36 UTC  (6+ messages)

[Bug 12697] New: MAINLINE
 2009-02-12 20:57 UTC  (5+ messages)
` [Bug 12697] MAINLINE
` [Bug 12697] ext4_journal_start() spews errors on readonly filesystem

[merged] revert-ext3-wait-on-all-pending-commits-in-ext3_sync_fs.patch removed from -mm tree
 2009-02-12 20:25 UTC 

[merged] jbd-fix-return-value-of-journal_start_commit.patch removed from -mm tree
 2009-02-12 20:25 UTC 

Autoremoval of test_fs flag kinda sucks
 2009-02-12 16:43 UTC  (3+ messages)
  `  "

[PATCH] : Remove incompatible pointer assignment warning in ext4 quota operations
 2009-02-12 14:22 UTC  (6+ messages)

[PATCH] Validate e_value_offs for in-inode EAs
 2009-02-12 10:22 UTC 


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).