public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-05-31 19:10:35 to 2008-06-05 17:21:24 UTC [more...]

Account Update
 2008-06-05 17:06 UTC 

[PATCH] ext2: Use page_mkwrite vma_operations to get mmap write notification
 2008-06-05 17:05 UTC  (2+ messages)
` [PATCH] ext3: "

[PATCH -v2] delalloc and journal locking order inversion fixes
 2008-06-05 16:22 UTC  (25+ messages)
` [PATCH] ext4: Use page_mkwrite vma_operations to get mmap write notification
  ` [PATCH] ext4: Inverse locking order of page_lock and transaction start
    ` [PATCH] vfs: Move mark_inode_dirty() from under page lock in generic_write_end()
      ` [PATCH] ext4: Add validation to jbd lock inversion patch and split and writepage
        ` [PATCH] ext4: inverse locking ordering of page_lock and transaction start in delalloc
          ` [PATCH] ext4: Fix delalloc sync hang with journal lock inversion
` [PATCH] ext4: Need clear buffer_delay after page writeout for delayed allocation

What to do when the journal checksum is incorrect
 2008-06-05 16:21 UTC  (8+ messages)
    ` [PATCH] jbd2: Fix memory leak when verifying checksums in the journal
      ` [PATCH] jbd2: If a journal checksum error is detected, propagate the error to ext4

[PATCH 0/5] jbd: possible filesystem corruption fixes (take 2)
 2008-06-05 16:20 UTC  (34+ messages)
` [PATCH 1/5] jbd: strictly check for write errors on data buffers
` [PATCH 2/5] jbd: ordered data integrity fix
` [PATCH 3/5] jbd: abort when failed to log metadata buffers
` [PATCH 4/5] jbd: fix error handling for checkpoint io
` [PATCH 5/5] ext3: abort ext3 if the journal has aborted

New ext4 patchset 2.6.26-rc4-ext4-1
 2008-06-05 15:53 UTC 

[PATCH -v2] ext4: Use inode preallocation with -o noextents
 2008-06-05 15:37 UTC  (7+ messages)

ext4dev build failure on mips: "empty_zero_page" undefined
 2008-06-05 11:22 UTC  (8+ messages)

Patches for the patchqueue
 2008-06-05  9:55 UTC  (4+ messages)

Two questions on VFS/mm
 2008-06-05  8:12 UTC  (3+ messages)

FS_DIRECTIO_FL in VFS
 2008-06-05  6:06 UTC 

+ ext2-dont-inherit-inappropriate-inode-flags-from-parent.patch added to -mm tree
 2008-06-05  5:37 UTC  (3+ messages)

- ext4-dont-inherit-inappropriate-inode-flags-from-parent.patch removed from -mm tree
 2008-06-05  5:36 UTC 

- ext3-dont-inherit-inappropriate-inode-flags-from-parent.patch removed from -mm tree
 2008-06-05  5:36 UTC 

- ext2-dont-inherit-inappropriate-inode-flags-from-parent.patch removed from -mm tree
 2008-06-05  5:36 UTC 

+ ext4-dont-inherit-inappropriate-inode-flags-from-parent.patch added to -mm tree
 2008-06-05  4:37 UTC 

+ ext3-dont-inherit-inappropriate-inode-flags-from-parent.patch added to -mm tree
 2008-06-05  4:37 UTC 

Ordered mode rewrite for jbd2/ext4
 2008-06-05  2:40 UTC  (4+ messages)

[PATCH 2/2] EXT4: fix online resize bug
 2008-06-05  1:53 UTC  (2+ messages)

ftest01:16876 blocked for more than 120 seconds
 2008-06-04 16:56 UTC  (2+ messages)

[PATCH] vfs: export filemap_fdatawrite_range()
 2008-06-04 16:00 UTC  (5+ messages)
` [PATCH 2/5] ext4: Set journal pointer to NULL when journal is released
` [PATCH 3/5] jbd2: Implement data=ordered mode handling via inodes
` [PATCH 4/5] ext4: Use new framework for data=ordered mode in JBD2
` [PATCH 5/5] jbd2: Remove data=ordered mode support using jbd buffer heads

[PATCH] New writepage checks for ext4
 2008-06-04 15:48 UTC 

Test results for ext4
 2008-06-04 15:41 UTC  (18+ messages)

[PATCH 0/3] ext{2,3,4}: don't inherit inappropriate inode flags from parent
 2008-06-04 12:46 UTC  (4+ messages)
` [PATCH 1/3] ext2: "
  ` [PATCH 2/3] ext3: "
    ` [PATCH 3/3] ext4: "

[PATCH] e2fsprogs: Fix build failure on powerpc
 2008-06-04  9:01 UTC 

[PATCH -v2] ext4: delalloc block reservation fix
 2008-06-04  4:23 UTC  (3+ messages)

+ jbd-strictly-check-for-write-errors-on-data-buffers.patch added to -mm tree
 2008-06-04  3:53 UTC  (2+ messages)

+ ext3-abort-ext3-if-the-journal-has-aborted.patch added to -mm tree
 2008-06-03 22:41 UTC 

+ jbd-abort-when-failed-to-log-metadata-buffers.patch added to -mm tree
 2008-06-03 22:40 UTC 

+ jbd-fix-error-handling-for-checkpoint-io.patch added to -mm tree
 2008-06-03 22:40 UTC 

+ jbd-ordered-data-integrity-fix.patch added to -mm tree
 2008-06-03 22:40 UTC 

Questions for article
 2008-06-03 22:07 UTC  (8+ messages)

Correct EXT3_TOPDIR_FL behaviour
 2008-06-03 21:31 UTC  (3+ messages)

+ ext3-fix-online-resize-bug.patch added to -mm tree
 2008-06-03 20:54 UTC  (4+ messages)

[PATCH] ext4: printk stack trace on ext4_error, ext4_abort and ext4_warning
 2008-06-03 20:02 UTC  (11+ messages)
` [PATCH] ext4: Fix use of uninitialized data

[PATCH] ext4: delalloc block reservation fix
 2008-06-03 19:41 UTC  (2+ messages)

Block size limited to Linux page size?
 2008-06-03 17:10 UTC  (2+ messages)

[PATCH] ext2 : Remove redundant condition in ext2_free_blocks()
 2008-06-03 13:28 UTC  (3+ messages)

[PATCH] ext3 : Remove redundant condition in ext3_free_blocks_sb()
 2008-06-03 13:20 UTC  (4+ messages)

[PATCH] ext2 : correct comments in fs/ext2/balloc.c
 2008-06-03 12:25 UTC 

[PATCH] ext2 : correct comments in fs/ext2/balloc.c
 2008-06-03 12:19 UTC  (3+ messages)

+ vfs-pagecache-usage-optimization-onpagesize=blocksize-environment.patch added to -mm tree
 2008-06-03  6:22 UTC  (2+ messages)

[PATCH] libext2fs: Add 64-bit support to the undo manager
 2008-06-03  2:44 UTC 

What's cooking in e2fsprogs.git (topics)
 2008-06-03  2:40 UTC  (11+ messages)

What's in e2fsprogs.git (stable)
 2008-06-03  2:39 UTC  (11+ messages)

md_thread and kjournald race w/ raid1 on 2-way x86
 2008-06-03  2:37 UTC 

[PATCH e2fsprogs] Add ZFS detection to libblkid
 2008-06-03  1:11 UTC  (9+ messages)

+ ext4-fix-online-resize-bug.patch added to -mm tree
 2008-06-03  0:20 UTC 

e2fsck: Device or resource busy
 2008-06-03  0:00 UTC  (4+ messages)

[RFC][PATCH 3/6] delalloc ENOSPC: reserve blocks
 2008-06-02  8:32 UTC  (4+ messages)

[RFC][PATCH 4/6] delalloc ENOSPC: avoid free blocks double booking
 2008-06-02  7:59 UTC  (4+ messages)

[PATCH 0/3] e2fsprogs set_bmap & friends V2
 2008-06-02  6:53 UTC  (4+ messages)
` [PATCH 1/3] libext2fs: ext2fs_node_split

[RFC][PATCH 6/6] delalloc ENOSPC: improve percpu counter accounting accurate
 2008-06-02  2:45 UTC  (4+ messages)

[RFC][PATCH 0/8]ext4: online defrag (ver 0.9)
 2008-06-02  2:27 UTC  (5+ messages)
  ` [PATCH]ext4: Fix ext4_mb_init_cache return error

[RFC][PATCH 5/6] delalloc ENOSPC: release reservation for unlink/truncate
 2008-06-01 23:36 UTC 

[RFC][PATCH 2/6] delalloc ENOSPC: estimate metadata blocks needed to reserve
 2008-06-01 23:35 UTC 

[RFC][PATCH 1/6] delalloc ENOSPC: Add per-inode counters to store reserved blocks
 2008-06-01 23:35 UTC 

[RFC][PATCH 0/6] delayed allocation ENOSPC handling
 2008-06-01 23:35 UTC 

[PATCH] ext4: mballoc avoid use root reserved blocks for non root allocation
 2008-06-01 21:06 UTC 

[PATCH] ext4 : Remove redundant condition in ext4_free_blocks_sb()
 2008-06-01  6:30 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox