linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-03-05 23:29:51 to 2008-03-14 18:20:28 UTC [more...]

Convert between journal features and strings
 2008-03-14 18:29 UTC 

[PATCH 2/2] ext4: fix wrong gfp type under transaction
 2008-03-14 18:03 UTC 

[PATCH 1/2] ext3: fix wrong gfp type under transaction
 2008-03-14 17:59 UTC 

[PATCH] e2fsprogs- fix ext2fs_swap_inode_full attr test on BE boxes
 2008-03-14 17:42 UTC  (7+ messages)

[PATCH] e2fsprogs: report minimal resize size when given size is too small
 2008-03-14 14:05 UTC 

[PATCH 1/5] ext4 online defrag header file changes
 2008-03-14 12:58 UTC  (2+ messages)

e2fsck not fixing all corruptions on the first run?
 2008-03-14  7:17 UTC  (9+ messages)
      ` [PATCH, E2FSPROGS] e2fsck: Support long symlinks which use extents
        ` [PATCH, E2FSPROGS] e2fsck: Check for fast symlinks that have EXTENTS_FL set

[PATCH] ext4: Fail migrate if we allocated new blocks via mmap write
 2008-03-14  7:04 UTC  (4+ messages)

[PATCH] jbd2: fix kernel-doc notation
 2008-03-14  0:02 UTC 

[PATCH] jbd: fix jbd kernel-doc notation
 2008-03-14  0:02 UTC 

[PATCH RESEND] e2fsprogs: reprot minimal resize size when given size is too small
 2008-03-13 21:56 UTC  (2+ messages)

[PATCH 0/4] Automatic quotaon on remount
 2008-03-13 21:48 UTC  (8+ messages)
` [PATCH 1/4] quota: Quota core changes for "
` [PATCH 2/4] ext3: Make ext3 handle "
` [PATCH 3/4] ext4: Make ext4 "
` [PATCH 4/4] reiserfs: Make reiserfs "

e2fsck -D segfaults in pass 3A
 2008-03-13 21:24 UTC  (3+ messages)

[PATCH] fix ext3/4 allocation problems
 2008-03-13 20:48 UTC 

The e2fsprogs nlinks-dir patch
 2008-03-13 20:17 UTC  (3+ messages)

What's cooking in e2fsprogs.git (topics)
 2008-03-13 18:11 UTC  (6+ messages)

Reversing order of transaction start and page_lock for ext3/4
 2008-03-13 18:05 UTC 

What's in e2fsprogs.git (stable)
 2008-03-13 18:05 UTC  (7+ messages)

[PATCH] ext4: Fix fallocate to update the file size in each transaction
 2008-03-13 14:04 UTC  (4+ messages)

[RFC, PATCH 0/6] ext3: do not modify data on-disk when mounting read-only filesystem
 2008-03-13 12:35 UTC  (31+ messages)
  ` [RFC, PATCH 1/6] jbd: eliminate duplicated code in revocation table init/destroy functions
    ` [RFC, PATCH 2/6] jbd: replace potentially false assertion with if block
    ` [RFC, PATCH 3/6] jbd: only create debugfs entries if cache initialisation is successful
    ` [RFC, PATCH 4/6] jbd: refactor nested journal log recovery loop into separate functions
    ` [RFC, PATCH 5/6] jbd: add support for read-only log recovery
    ` [RFC, PATCH 6/6] ext3: do not write to the disk when mounting a dirty read-only filesystem

[E2FSPROGS PATCH 1/4] e2fsck: Handle a pass 2 "should never happen" error gracefully
 2008-03-13  5:42 UTC  (5+ messages)
` [E2FSPROGS PATCH 2/4] libext2fs: Add ext2fs_dblist_get_last() and ext2fs_dblist_drop_last()
  ` [E2FSPROGS PATCH 3/4] e2fsck: Fix directory i_size handling
    ` [E2FSPROGS PATCH 4/4] e2image: Use open64() so that "e2image -I" works on image files > 2GB

[PATCH] [RFC] New fsck option to ignore device-mapper crypto devices
 2008-03-13  5:37 UTC  (11+ messages)

[RFC PATCH] ext4: Fix the locking with respect to ext3 to ext4 migrate
 2008-03-12 11:19 UTC  (9+ messages)

[PATCH] ext4: Fail migrate if we allocated new blocks via mmap write
 2008-03-12  8:53 UTC 

jbd/2: eliminate code duplication and gracefully handle cache initialisation failure
 2008-03-12  2:46 UTC  (9+ messages)
` [PATCH] jbd: eliminate duplicated code in revocation table init/destroy functions
  ` [PATCH] jbd2: "
    ` [PATCH] jbd: tidy up revoke cache initialisation and destruction
      ` [PATCH] jbd2: "
        ` [PATCH] jbd: handle cache initialisation failure gracefully when statically compiled in
          ` [PATCH] jbd2: "

[PATCH] ext3: Return EIO if new block allocation returns block from system zone
 2008-03-11  9:27 UTC 

[PATCH] ext4: Return EIO if new block allocation returns block from system zone
 2008-03-11  9:27 UTC 

[FYI] SOC project for ext4
 2008-03-11  8:19 UTC 

[PATCH] ext4: Export needed symbol for ZERO_PAGE usage in modules
 2008-03-11  5:50 UTC  (2+ messages)

[PATCH] ext4: Fix the locking with respect to ext3 to ext4 migrate
 2008-03-11  5:46 UTC 

jbd2_handle and i_data_sem circular locking dependency detected
 2008-03-11  5:45 UTC  (6+ messages)

[RFC] JBD ordered mode rewrite
 2008-03-10 21:37 UTC  (14+ messages)

- jbd2-replace-potentially-false-assertion-with-if-block.patch removed from -mm tree
 2008-03-10 19:43 UTC 

- jbd2-eliminate-duplicated-code-in-revocation-table-init-destroy-functions.patch removed from -mm tree
 2008-03-10 19:40 UTC 

[RFC PATCH 0/3][e2fsprogs] 64bit IO manager support
 2008-03-10 14:40 UTC  (3+ messages)
` [RFC PATCH 1/3][e2fsprogs] Add 64-bit IO manager operations to struct_io_manager

[RFC][PATCH 0/3] ext4 online defrag (ver 0.7)
 2008-03-10 10:48 UTC  (3+ messages)
  ` [PATCH 2/5] ext4: online defrag-- Allocate new contiguous blocks with mballoc

[PATCH] include/linux/ext4_fs.h - remove duplicate include
 2008-03-09 23:55 UTC 

[PATCH 1/3] jbd2: eliminate duplicated code in revocation table init/destroy functions
 2008-03-08 18:45 UTC  (18+ messages)
  ` [PATCH 2/3] jbd2: replace potentially false assertion with if block
  ` [PATCH 3/3] jbd2: only create debugfs and stats entries if cache initialisation is successful

[RFC PATCH] ext4: Fix fallocate to update the file size in each transaction
 2008-03-08 16:12 UTC  (9+ messages)

[RFC][PATCH 2/3] ext4 online defrag (ver 0.7)
 2008-03-08  2:13 UTC  (6+ messages)
        ` Re:[PATCH 3/5] ext4: online defrag -- Move the file data to the new blocks

[PATCH 1/5] ext4 online defrag header file changes
 2008-03-08  0:18 UTC 

e2fsck dies with error "this should never happen!!!"
 2008-03-07 18:12 UTC  (17+ messages)

[RFC] ext3 freeze feature
 2008-03-07  9:13 UTC  (2+ messages)
` [RFC] freeze feature ver 1.0

+ jbd2-only-create-debugfs-and-stats-entries-if-cache-initialisation-is-successful.patch added to -mm tree
 2008-03-07  8:57 UTC 

+ jbd2-eliminate-duplicated-code-in-revocation-table-init-destroy-functions.patch added to -mm tree
 2008-03-07  8:57 UTC 

+ jbd2-replace-potentially-false-assertion-with-if-block.patch added to -mm tree
 2008-03-07  8:57 UTC 

- ext4-fix-mount-option-parsing.patch removed from -mm tree
 2008-03-06 22:23 UTC 

- jbd2-fix-possible-journal-overflow-issues.patch removed from -mm tree
 2008-03-06 22:23 UTC 

- jbd2-fix-the-way-the-b_modified-flag-is-cleared.patch removed from -mm tree
 2008-03-06 22:23 UTC 

- make-ext4_xattr_list-static.patch removed from -mm tree
 2008-03-06 22:23 UTC 

2.6.25-rc4-ext4-1 released
 2008-03-06  1:18 UTC 

[RFC][PATCH 1/3] ext4 online defrag (ver 0.7)
 2008-03-06  0:01 UTC 

[RFC][PATCH 3/3] ext4 online defrag (ver 0.7)
 2008-03-06  0:01 UTC 

[RFC PATCH] ext4: Use page_mkwrite vma_operations to get mmap write notification
 2008-03-05 23:59 UTC  (5+ 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).