linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-09-26 22:22:35 to 2007-10-12 04:37:33 UTC [more...]

[PATCH 1/2] ext4: Add support for 48 bit inode i_blocks
 2007-10-12  4:36 UTC 

[PATCH] ext2: Fix the max file size for ext2 file system
 2007-10-12  4:16 UTC  (4+ messages)
` [PATCH] ext3: Fix the max file size for ext3 "

- jbd2-debug-code-cleanup.patch removed from -mm tree
 2007-10-12  3:00 UTC 

- jbd2-fix-commit-code-to-properly-abort-journal.patch removed from -mm tree
 2007-10-12  3:00 UTC 

[PATCH 1/2] Make ext3 use bit operations to manipulate i_flags
 2007-10-11 20:08 UTC  (3+ messages)

[patch 0/2] ext4 fixups for 2.6.23-rc8-mm2/ext4 git tree
 2007-10-11 20:00 UTC  (17+ messages)
` [patch 1/2] add init_ext4_proc() stub for when CONFIG_PROC_FS is not set
` [patch 2/2] move init_ext4_proc() last and add cleanup call exit_ext4_proc()

[PATCH 00/13][e2fsprogs] Uninit block group break down
 2007-10-11 19:17 UTC  (14+ messages)
` [PATCH 01/13][e2fsprogs] Add initial checksum support
` [PATCH 02/13][e2fsprogs] Add uninit block group support on libe2fs
` [PATCH 03/13][e2fsprogs] Rename feature name from gdt_checksum to uninit_groups
` [PATCH 04/13][e2fsprogs] Add support for creating filesystems using uninit block group
` [PATCH 05/13][e2fsprogs] Make tune2fs uninit block group aware
` [PATCH 06/13][e2fsprogs] Make dumpe2fs "
` [PATCH 07/13][e2fsprogs] Make resize2fs "
` [PATCH 08/13][e2fsprogs] Make debugfs "
` [PATCH 09/13][e2fsprogs] Make e2fsck "
` [PATCH 10/13][e2fsprogs] Update uninit block group documetation for some of the utilities
` [PATCH 11/13][e2fsprogs] Fix test cases
` [PATCH 12/13][e2fsprogs] Add new mm_lazy test case
` [PATCH 13/13][e2fsprogs] Add m_uninit "

When to set EXT4_FEATURE_RO_COMPAT_LARGE_FILE ?
 2007-10-11 17:04 UTC 

Threaded readahead strawman
 2007-10-11 17:41 UTC 

[RFC 1/4] Large Blocksize support for Ext2/3/4
 2007-10-11 11:18 UTC  (21+ messages)
      ` [PATCH 1/2] ext4: Support large blocksize up to PAGESIZE
      ` [PATCH 2/2] ext4: Avoid rec_len overflow with 64KB block size
      ` [PATCH 1/2] ext2: Support large blocksize up to PAGESIZE
      ` [PATCH 2/2] ext2: Avoid rec_len overflow with 64KB block size
      ` [PATCH 1/2] ext3: Support large blocksize up to PAGESIZE
      ` [PATCH 2/2] ext3: Avoid rec_len overflow with 64KB block size

+ ext3-support-large-blocksize-up-to-pagesize.patch added to -mm tree
 2007-10-11 10:09 UTC 

ext4_inode difference between e2fsprogs and ext4
 2007-10-11  9:19 UTC  (2+ messages)

uninit block group/mballoc and fsstress
 2007-10-11  7:45 UTC  (5+ messages)

[PATCH] ext4: Support large files
 2007-10-11  6:20 UTC  (3+ messages)

max file size for ext3
 2007-10-10 22:17 UTC  (4+ messages)

patch queue updated
 2007-10-10 17:33 UTC  (4+ messages)

[PATCH, RFC 1/3] ext4_grpnum_t: Add new type
 2007-10-10  9:42 UTC  (2+ messages)

[PATCH] ext4: Introduce ext4_inoblk_t
 2007-10-10  0:48 UTC  (2+ messages)

[PATCH, RFC] Ext4 patches planned for submission upstream
 2007-10-08 18:37 UTC  (34+ messages)
` [PATCH] jbd/jbd2: JBD memory allocation cleanups
  ` [PATCH] jbd/jbd2: Journal initialization doesn't need __GFP_NOFAIL
    ` [PATCH] JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
        ` [PATCH] jbd2: fix commit code to properly abort journal
          ` [PATCH] JBD2: debug code cleanup
            ` [PATCH] Once ext4 will not implement fragment, it is believed it will never be
              ` [PATCH] ext4: remove #ifdef CONFIG_EXT4_INDEX
                ` [PATCH] Ext4: Uninitialized Block Groups
                  ` [PATCH] ext4: Fix sparse warnings
                    ` [PATCH] This feature relaxes check restrictions on where each block groups meta
                      ` [PATCH] Support large blocksize up to PAGESIZE (max 64KB) for ext4
                        ` [PATCH] ext4: Avoid rec_len overflow with 64KB block size
                          ` [PATCH] Support large blocksize up to PAGESIZE (max 64KB) for ext2
                            ` [PATCH] Support large blocksize up to PAGESIZE (max 64KB) for ext3
                              ` [PATCH] ext2: Avoid rec_len overflow with 64KB block size
                                ` [PATCH] ext3: "
                                  ` [PATCH] ext4: Convert bg_block_bitmap to bg_block_bitmap_lo
                                    ` [PATCH] ext4: Convert bg_inode_bitmap and bg_inode_table
                                      ` [PATCH] ext4: Convert s_blocks_count to s_blocks_count_lo
                                        ` [PATCH] ext4: Convert s_r_blocks_count and s_free_blocks_count
                                          ` [PATCH] ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo
                                            ` [PATCH] ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo
                                              ` [PATCH] ext4: sparse fixes
    ` [PATCH] jbd: JBD slab allocation cleanups
    ` [PATCH] jbd2: JBD2 "
    ` [PATCH] jbd: JBD replace jbd_kmalloc with kmalloc
    ` [PATCH] jbd2: JBD replace jbd2_kmalloc "

2.6.23-rc9: Oops in cache_alloc_refill() mm/slab.c
 2007-10-08 14:12 UTC  (5+ messages)

[PATCH -mm] Split fs/Kconfig: ext[234]
 2007-10-06  8:15 UTC 

[PATCH 1/2] i_version update - vfs part
 2007-10-06  0:58 UTC  (2+ messages)

[PATCH 2/2] i_version update - ext4 part
 2007-10-06  0:58 UTC  (2+ messages)

update uninitialized-block-groups.patch and mballoc-core.patch
 2007-10-05 15:14 UTC  (7+ messages)

powerpc BUG fix/workaround
 2007-10-05  5:02 UTC 

- ext3-support-large-blocksize-up-to-pagesize.patch removed from -mm tree
 2007-10-04 23:10 UTC 

- ext2-support-large-blocksize-up-to-pagesize.patch removed from -mm tree
 2007-10-04 23:10 UTC 

+ ext3-support-large-blocksize-up-to-pagesize.patch added to -mm tree
 2007-10-04 20:13 UTC 

+ ext2-support-large-blocksize-up-to-pagesize.patch added to -mm tree
 2007-10-04 20:12 UTC 

+ ext3-lighten-up-resize-transaction-requirements-checkpatch-fixes.patch added to -mm tree
 2007-10-04 19:27 UTC 

+ ext3-lighten-up-resize-transaction-requirements.patch added to -mm tree
 2007-10-04 19:24 UTC 

2.6.23-rc8-ext4-1 patchset released
 2007-10-04  6:03 UTC  (2+ messages)
` 2.6.23-rc9-ext4-1 patchset released (WAS: 2.6.23-rc8-ext4-1 patchset released)

batching support for transactions
 2007-10-03 21:33 UTC  (5+ messages)

Delayed alloc bug
 2007-10-03  7:16 UTC 

[PATCH, RFC 3/3] ext4_grpnum_t: mballoc changes
 2007-10-03  0:33 UTC 

[PATCH, RFC 2/3] ext4_grpnum_t: fix negative groups
 2007-10-03  0:33 UTC 

Ext4 devel interlock meeting minutes (October 1, 2007)
 2007-10-02 18:10 UTC  (7+ messages)

[PATCH 2/2] - ext4: lighten up resize transaction requirements
 2007-10-02  5:42 UTC  (5+ messages)
` [PATCH 1/2] - ext4: fix setup_new_group_blocks locking
  ` [PATCH 2/2] - ext3: lighten up resize transaction requirements
    ` [PATCH 1/2] - ext3: fix setup_new_group_blocks locking

(unknown)
 2007-10-01 16:00 UTC 

(unknown)
 2007-10-01 16:00 UTC 

(unknown)
 2007-10-01 16:00 UTC 

new mballoc patches
 2007-09-30  3:51 UTC  (6+ messages)

kernel Oops in ext3 code
 2007-09-28 20:27 UTC  (7+ messages)

+ ext3-remove-ifdef-config_ext3_index.patch added to -mm tree
 2007-09-27 23:56 UTC 

+ jbd2-debug-code-cleanup.patch added to -mm tree
 2007-09-27 23:33 UTC 

[PATCH, RFC] ext3: lighten up resize transaction requirements
 2007-09-27 23:15 UTC  (2+ messages)

xattr index
 2007-09-27 17:33 UTC 

[PATCH] ext3: remove #ifdef CONFIG_EXT3_INDEX
 2007-09-27 17:14 UTC 

[PATCH] ext4: remove #ifdef CONFIG_EXT4_INDEX
 2007-09-27 17:15 UTC 

Review of mballoc-core.patch
 2007-09-27 16:04 UTC  (2+ messages)

[PATCH] JBD2: debug code cleanup
 2007-09-27 13:39 UTC 

kernel Oops in ext3 code
 2007-09-27 10:31 UTC 

mballoc update
 2007-09-27  9:18 UTC 

jbd : config_jbd_debug cannot create /proc entry
 2007-09-27  5:23 UTC  (9+ messages)

- introduce-ext4_find_next_bit.patch removed from -mm tree
 2007-09-27  1:44 UTC 

- ext4-uninitialized-block-groups-fix.patch removed from -mm tree
 2007-09-27  1:44 UTC 

ext4 patch queue updated(2.6.23-rc5)
 2007-09-27  1:36 UTC  (5+ messages)
    ` Ext4 patch queue updated(2.6.23-rc6)
      ` Ext4 patch queue updated(2.6.23-rc8)

[PATCH, RFC] add fsck to util-linux
 2007-09-27  0:16 UTC  (5+ messages)

+ jbd-fix-jbd-warnings-when-compiling-with-config_jbd_debug.patch added to -mm tree
 2007-09-26 22:26 UTC 

+ jbd2-fix-commit-code-to-properly-abort-journal.patch added to -mm tree
 2007-09-26 22:22 UTC 

+ jbd-fix-commit-code-to-properly-abort-journal.patch added to -mm tree
 2007-09-26 22:21 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).