linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-26 07:34:15 to 2011-11-01 23:10:36 UTC [more...]

[PATCH] ext3: Avoid creating new file in append-only dir when open(2) return error
 2011-11-01 23:10 UTC  (2+ messages)

[PATCH 2/2] jbd2: Unify log messages in jbd2 code
 2011-11-01 23:10 UTC  (2+ messages)

[PATCH] ext4: remove comments about extent mount option in ext4_new_inode()
 2011-11-01 23:07 UTC  (2+ messages)

[PATCH 1/2] jbd/jbd2: validate sb->s_first in journal_get_superblock()
 2011-11-01 23:06 UTC  (4+ messages)

Latency writing to an mlocked ext4 mapping
 2011-11-01 23:03 UTC  (13+ messages)
            ` [PATCH] mm: Improve cmtime update on shared writable mmaps

[PATCH] ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
 2011-11-01 23:00 UTC  (2+ messages)

[PATCH] ext4: fix a syntax error in ext4_ext_insert_extent
 2011-11-01 22:57 UTC  (2+ messages)

[PATCH] ext4: let ext4_ext_convet_to_initialized initialize var(eh) before using it
 2011-11-01 22:52 UTC  (3+ messages)

[PATCH] ext3: call ext3_mark_recovery_complete() when recovery is really needed
 2011-11-01 22:43 UTC  (2+ messages)

(unknown),
 2011-11-01 22:24 UTC  (4+ messages)
` [PATCH v2 01/15] ext4: add a function which extends a group without checking parameters

[PATCH] e2fsck: return more status if fsck aborts
 2011-11-01 17:32 UTC 

bigalloc and max file size
 2011-11-01 12:22 UTC  (24+ messages)

[patch 0/5] per-zone dirty limits v3
 2011-11-01 10:55 UTC  (8+ messages)
` [patch 3/5] mm: try to distribute dirty pages fairly across zones

[PATCH 0/8 bigalloc] ext4: change unit of extent's ee_len from block to cluster
 2011-11-01 10:53 UTC  (9+ messages)
` [PATCH 1/8 bigalloc] ext4: get blocks from ext4_ext_get_actual_len
` [PATCH 2/8 bigalloc] ext4: change ext4_ext_map_blocks to allocate clusters instead of blocks
` [PATCH 3/8 bigalloc] ext4: remove unused functions and tags
` [PATCH 4/8 bigalloc] ext4: zeroout extra pages when users write one page
` [PATCH 5/8 bigalloc] ext4: zero out extra pages when truncate file
` [PATCH 6/8 bigalloc] ext4: directories allocate a cluster when it need spaces
` [PATCH 7/8 bigalloc] ext4: align fallocate size to a whole cluster
` [PATCH 8/8 bigalloc] ext4: make cluster works for mmap

[PATCH] ext4: Check io list state and avoid an unnecessary mutex_lock in ext4_end_io_work
 2011-11-01 10:30 UTC  (10+ messages)
      ` [PATCH 1/3] ext4: Use correct locking for ext4_end_io_nolock()
        ` [PATCH 2/3] ext4: remove unnecessary call to waitqueue_active()
        ` [PATCH 3/3] ext4: optimize locking for end_io extent conversion

[RFC] Metadata Replication for Ext4
 2011-11-01  7:35 UTC  (8+ messages)

Protected Project
 2011-11-01  0:49 UTC 

[PATCH 1/2] ext4: remove redundant argument in mb_find_extent()
 2011-10-31 22:56 UTC  (3+ messages)
` [PATCH 2/2] ext4: fix a typo in struct ext4_allocation_context

[PATCH] Ext4: Don't normalize an falloc request if it can fit in 1 extent
 2011-10-31 22:42 UTC  (4+ messages)

[PATCH 1/3] ext4: move variables to its scope
 2011-10-31 22:12 UTC  (8+ messages)
` [PATCH 2/3] ext4: return ENOMEM if find_or_create_pages fails
` [PATCH 3/3] ext4: let ext4_discard_partial_buffers handle unaligned range correctly

[PATCH v2] ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
 2011-10-31 21:32 UTC  (3+ messages)

[patch 2/2] jbd2: use gfp_t instead of int
 2011-10-31 17:53 UTC  (2+ messages)

[PATCH 0/5] ext4: statistic of different data and metadata IO types
 2011-10-31  9:43 UTC  (6+ messages)
` [PATCH 1/5] ext4: add data structure and functions for io statistic
` [PATCH 2/5] ext4: add hooks in buffer layer
` [PATCH 3/5] ext4: io stat read related entrance
` [PATCH 4/5] ext4: io stat write "
` [PATCH 5/5] ext4: io stat show result in sysfs

PROBLEM: Kernel panic and system crash during RAID disk failure
 2011-10-31  5:13 UTC  (6+ messages)

[PATCH V3 0/6] ext4: add delayed extent tree for ext4
 2011-10-31  0:55 UTC  (7+ messages)
` [PATCH V3 1/6] ext4: add two structures supporting delayed extent tree
` [PATCH V3 2/6] ext4: add operations on "
` [PATCH V3 3/6] ext4: initialize "
` [PATCH V3 4/6] ext4: let ext4 maintian delayed extent trees
` [PATCH V3 5/6] ext4: reimplement fiemap on delayed extent tree
` [PATCH V3 6/6] ext4: reimplement ext4_find_delay_alloc_range "

(unknown),
 2011-10-30 22:33 UTC 

[PATCH] ext4: Avoid creating new file in append-only dir when open(2) return error
 2011-10-30  1:23 UTC  (3+ messages)

[RFC PATCH 0/3] VFS: Fix s_umount thaw/write deadlock
 2011-10-30  0:59 UTC  (3+ messages)

[PATCH 1/3] ext4: migrate cleanup
 2011-10-29 13:09 UTC  (9+ messages)
` [PATCH 2/3] ext4: fix quota accounting during migration
` [PATCH 3/3] ext4: fix block swap procedure on migration V2
` Ping

[PATCH 1/4] ext4: fold two if statements into one
 2011-10-29 13:51 UTC  (8+ messages)
` [PATCH 2/4] ext4: move variable to its scope
` [PATCH 3/4] ext4: let AGGRESSIVE_TEST brace code only related to itself
` [PATCH 4/4] ext4: trace punch_hole correctly in ext4_ext_map_blocks

[PATCH, RFC] ext4: fix race in xattr block allocation path
 2011-10-29 14:12 UTC  (2+ messages)

[PATCH 0/6] ext4: cleanups and regression fixes for grow/shrink logic V2
 2011-10-28 21:40 UTC  (10+ messages)
` [PATCH 2/6] ext4: move inode indepth shrink logic to didicated function
` [PATCH 5/6] ext4: fix punch_hole extend handler
` [PATCH 6/6] ext4: update EOFBLOCKS flag on fallocate properly

[PATCH] ext2: Avoid creating new file in append-only dir when open(2) return error
 2011-10-28 18:03 UTC 

[PATCH 0/7] ext4: cleanups and regression fixes for grow/shrink logic V3
 2011-10-28 17:00 UTC  (8+ messages)
` [PATCH 1/7] ext4: Restore old EOFBLOCKS flag state after error
` [PATCH 2/7] ext4: move inode indepth shrink logic to didicated function
` [PATCH 3/7] ext4: Move punch hole "
` [PATCH 4/7] ext4: punch_hole fix extent conversion
` [PATCH 5/7] ext4: Update inode's transaction id after punch_hole
` [PATCH 6/7] ext4: punch hole should be restarted after transaction restart
` [PATCH 7/7] ext4: update EOFBLOCK flags after punch hole

[patch 1/1] ext4-fix-dirty-extent-when-origin-leaf-extent-reac.patch
 2011-10-28 12:36 UTC  (10+ messages)
` [PATCH] ext4: fix BUG_ON() in ext4_ext_insert_extent()
              ` [PATCH] ext4: fix BUG_ON() in ext4_ext_insert_extent() for .32 longterm
              ` [PATCH] ext4: fix BUG_ON() in ext4_ext_insert_extent() for .33 longterm

[BUG] aborted ext4 leads to inifinity loop in balance_dirty_pages
 2011-10-28  5:34 UTC  (3+ messages)

[BUG] e2fsprogs: mke2fs -S and e2fsck cannot recover on ext4
 2011-10-27 20:02 UTC  (2+ messages)

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-10-27 18:32 UTC  (7+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c
          ` Time for a fresh slice-by-8 crc32.c posting?

[PATCH 1/2] ext4: optimize ext4_ext_convert_to_initialized()
 2011-10-27 15:56 UTC  (4+ messages)
` [PATCH 2/2] ext4: optimize memmmove lengths in extent/index insertions

[PATCH V1 00/17] ext4: Add inline data support
 2011-10-27 14:53 UTC  (27+ messages)
` [PATCH V1 01/17] ext4: Move extra inode read to a new function
  ` [PATCH V1 02/17] ext4: Add the basic function for inline data support
  ` [PATCH V1 04/17] ext4: Add normal write support for inline data
  ` [PATCH V1 05/17] ext4: Add journalled "
  ` [PATCH V1 06/17] ext4: Add delalloc "
  ` [PATCH V1 07/17] ext4: Create a new function ext4_init_new_dir
  ` [PATCH V1 08/17] ext4: Refactor __ext4_check_dir_entry to accepts start and size
  ` [PATCH V1 09/17] ext4: Create __ext4_insert_dentry for dir entry insertion
  ` [PATCH V1 10/17] ext4: let add_dir_entry handle inline data properly
  ` [PATCH V1 11/17] ext4: Let ext4_readdir handle inline data
  ` [PATCH V1 12/17] ext4: Create a new function search_dir
  ` [PATCH V1 13/17] ext4: let ext4_find_entry handle inline data
  ` [PATCH V1 14/17] ext4: let ext4_delete_entry "
  ` [PATCH V1 15/17] ext4: let empty_dir handle inline dir
  ` [PATCH V1 16/17] ext4: let ext4_rename "
  ` [PATCH V1 17/17] ext4: Enable ext4 inline support

fs: jdb/jbd2: Put identical code in a common header
 2011-10-27  9:13 UTC  (3+ messages)

[PATCH -next] jbd2: fix build when CONFIG_BUG is not enabled
 2011-10-27  8:06 UTC  (2+ messages)

[PATCH] ext4: Don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state
 2011-10-27  8:00 UTC  (3+ messages)

[PATCH 1/4] ext4: use stream-alloc when mb_group_prealloc set to zero
 2011-10-26 12:53 UTC  (8+ messages)
` [PATCH 2/4] ext4: remove unused argument in ext4_mb_generate_from_pa
` [PATCH 3/4] ext4: remove unused argument in mb_find_extent
` [PATCH 4/4] ext4: fix a wrong comment in __mb_check_buddy

[PATCH] ext4: expand commit callback
 2011-10-26 10:49 UTC 

[PATCH] ext4: let ext4_page_mkwrite stop started handle in failure
 2011-10-26  9:01 UTC  (2+ messages)

[PATCH] ext4: handle NULL p_ext in ext4_ext_next_allocated_block()
 2011-10-26  8:38 UTC  (6+ messages)

[patch] ext4: error handling fix in ext4_ext_convert_to_initialized()
 2011-10-26  8:00 UTC  (2+ messages)

[PATCH] ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle
 2011-10-26  7:40 UTC  (2+ messages)


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