linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-03 18:17:37 to 2009-06-16 12:43:32 UTC [more...]

[Bug] 2.6.30 kernel stack trace with 'fsfuzzer ext3' on s390
 2009-06-16 12:43 UTC 

[Bug 13549] New: Kernel oops while online resizing of an ext4 filesystem
 2009-06-16  9:13 UTC 

[PATCH 3/3] xfstests: fallocate + read/write tests, ext4 regression tests
 2009-06-16  3:13 UTC 

[PATCH 2/3] xfstests: move xfs_io filters to common.filter
 2009-06-16  3:09 UTC 

[PATCH 1/3] xfstests: basic fallocate boundary tests
 2009-06-16  3:06 UTC 

[RFC][PATCH 1/3] Add EXT4_IOC_MOVE_EXT ioctl and related functions
 2009-06-15  8:03 UTC  (3+ messages)

[PATCH] libext2fs: Fix memory leak in the extents handling function
 2009-06-15  7:49 UTC 

[PATCH] ext4: Don't update ctime for non-extent-mapped inodes
 2009-06-15  7:43 UTC 

[PATCH] ext4: Fix 64-bit block type problem on 32-bit platforms
 2009-06-15  4:07 UTC  (2+ messages)

[PATCH] allow goal inode to be specified
 2009-06-13 16:33 UTC  (4+ messages)
  ` [PATCH 1/2] ext4: Use a hash of the topdir directory name for the Orlov parent group
  ` [PATCH 2/2] ext4: teach the inode allocator to use a goal inode number

[RFC][PATCH 0/3]ext4: online defrag (ver 2.0)
 2009-06-13  4:27 UTC  (5+ messages)

Some 64-bit tests
 2009-06-13  4:24 UTC  (7+ messages)

quick question on journal_checksum
 2009-06-12 18:15 UTC 

Fallocate and DirectIO
 2009-06-12 17:33 UTC  (2+ messages)

[PATCH] libext2fs: ensure validate_entry doesn't read beyond blocksize
 2009-06-12 16:04 UTC 

Kernel thread to zero itables for lazy_itable_init?
 2009-06-11  5:37 UTC  (2+ messages)

ext4 preallocation corruption with truncate
 2009-06-11  0:39 UTC  (2+ messages)

[GIT PULL] ext4 updates for 2.6.31
 2009-06-10 22:39 UTC 

Performance regressions in 2.6.30-rc7?
 2009-06-10 22:12 UTC  (2+ messages)

[PATCH] ext4: Properly mark the extent uninitialized during truncate
 2009-06-10 19:43 UTC  (3+ messages)

[PATCH 0/4] FS: userspace notification of errors
 2009-06-10 21:05 UTC  (24+ messages)
` [PATCH 1/4] FS: filesystem corruption notification
  ` [PATCH 2/4] FAT: generalize errors and warning printing
    ` [PATCH 3/4] FAT: add 'notify' mount option
      ` [PATCH 4/4] EXT2: "

[patch 1/1] jbd2: clean up jbd2_journal_try_to_free_buffers()
 2009-06-10 19:55 UTC 

[merged] jbd-fix-race-in-buffer-processing-in-commit-code.patch removed from -mm tree
 2009-06-10 17:44 UTC 

[Bug 13230] New: unexplained fsck error with ext4 on software raid 10
 2009-06-10 13:53 UTC  (3+ messages)
` [Bug 13230] "

[patch 37/60] ext4: fix ext4_free_inode() vs. ext4_claim_inode() race
 2009-06-10  0:14 UTC  (24+ messages)
  ` [patch 38/60] ext4: fix header check in ext4_ext_search_right() for deep extent trees
  ` [patch 39/60] ext4: Print the find_group_flex() warning only once
  ` [patch 40/60] ext4: fix bogus BUG_ONs in in mballoc code
  ` [patch 41/60] ext4: fix bb_prealloc_list corruption due to wrong group locking
  ` [patch 42/60] ext4: dont inherit inappropriate inode flags from parent
  ` [patch 43/60] ext4: tighten restrictions on inode flags
  ` [patch 44/60] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
  ` [patch 45/60] ext4: Add fine print for the 32000 subdirectory limit
  ` [patch 46/60] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
  ` [patch 47/60] ext4: Automatically allocate delay allocated blocks on close
  ` [patch 48/60] ext4: Automatically allocate delay allocated blocks on rename
  ` [patch 49/60] ext4: Fix discard of inode prealloc space with delayed allocation
  ` [patch 50/60] ext4: Check for an valid i_mode when reading the inode from disk
  ` [patch 51/60] jbd2: Update locking coments
  ` [patch 52/60] ext4: fix typo which causes a memory leak on error path
  ` [patch 53/60] ext4: fix locking typo in mballoc which could cause soft lockup hangs
  ` [patch 54/60] ext4: really print the find_group_flex fallback warning only once
  ` [patch 55/60] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
  ` [patch 56/60] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
  ` [patch 57/60] ext4: Fix sub-block zeroing for writes into preallocated extents
  ` [patch 58/60] ext4: Use a fake block number for delayed new buffer_head
  ` [patch 59/60] ext4: Clear the unwritten buffer_head flag after the extent is initialized
  ` [patch 60/60] ext4: Fix race in ext4_inode_info.i_cached_extent

[PATCH,STABLE 2.6.27 07/24] ext4: tighten restrictions on inode flags
 2009-06-10  0:01 UTC  (2+ messages)
` patch ext4-tighten-restrictions-on-inode-flags.patch added to 2.6.27-stable tree

[PATCH,STABLE 2.6.27 08/24] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
 2009-06-10  0:01 UTC  (2+ messages)
` patch ext4-return-eio-not-estale-on-directory-traversal-through-deleted-inode.patch added to 2.6.27-stable tree

[PATCH,STABLE 2.6.27 06/24] ext4: don't inherit inappropriate inode flags from parent
 2009-06-10  0:01 UTC  (2+ messages)
` patch ext4-don-t-inherit-inappropriate-inode-flags-from-parent.patch added to 2.6.27-stable tree

[patch 3/3] jbd: fix race in buffer processing in commit code
 2009-06-09 23:26 UTC 

multiop test program
 2009-06-09 16:57 UTC 

[PATCH] jbd/jbd2 :clean up journal_try_to_free_buffers
 2009-06-09 13:36 UTC  (2+ messages)

[patch 70/87] ext4: dont inherit inappropriate inode flags from parent
 2009-06-09  9:40 UTC  (18+ messages)
  ` [patch 71/87] ext4: tighten restrictions on inode flags
  ` [patch 72/87] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
  ` [patch 73/87] ext4: Add fine print for the 32000 subdirectory limit
  ` [patch 74/87] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
  ` [patch 75/87] ext4: Automatically allocate delay allocated blocks on close
  ` [patch 76/87] ext4: Automatically allocate delay allocated blocks on rename
  ` [patch 77/87] ext4: Fix discard of inode prealloc space with delayed allocation
  ` [patch 78/87] ext4: Add auto_da_alloc mount option
  ` [patch 79/87] ext4: Check for an valid i_mode when reading the inode from disk
  ` [patch 80/87] jbd2: Update locking coments
  ` [patch 81/87] ext4: really print the find_group_flex fallback warning only once
  ` [patch 82/87] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
  ` [patch 83/87] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
  ` [patch 84/87] ext4: Fix sub-block zeroing for writes into preallocated extents
  ` [patch 85/87] ext4: Use a fake block number for delayed new buffer_head
  ` [patch 86/87] ext4: Clear the unwritten buffer_head flag after the extent is initialized
  ` [patch 87/87] ext4: Fix race in ext4_inode_info.i_cached_extent

[PATCH] ext3: Avoid false EIO errors
 2009-06-09 10:12 UTC  (18+ messages)
` [PATCH 1/2] [PATCH] ext4: Add inode to the orphan list during block allocation failure
          ` [PATCH -V2 1/2] "
            ` [PATCH -V2 2/2] ext4: truncate the file properly if we fail to copy data from userspace

[PATCH,STABLE 2.6.29 01/18] ext4: don't inherit inappropriate inode flags from parent
 2009-06-09  9:33 UTC  (22+ messages)
` [PATCH,STABLE 2.6.29 02/18] ext4: tighten restrictions on inode flags
  ` [PATCH,STABLE 2.6.29 03/18] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
    ` [PATCH,STABLE 2.6.29 04/18] ext4: Add fine print for the 32000 subdirectory limit
      ` [PATCH,STABLE 2.6.29 05/18] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
        ` [PATCH,STABLE 2.6.29 06/18] ext4: Automatically allocate delay allocated blocks on close
          ` [PATCH,STABLE 2.6.29 07/18] ext4: Automatically allocate delay allocated blocks on rename
            ` [PATCH,STABLE 2.6.29 08/18] ext4: Fix discard of inode prealloc space with delayed allocation
              ` [PATCH,STABLE 2.6.29 09/18] ext4: Add auto_da_alloc mount option
                ` [PATCH,STABLE 2.6.29 10/18] ext4: Check for an valid i_mode when reading the inode from disk
                  ` [PATCH,STABLE 2.6.29 11/18] jbd2: Update locking coments
                    ` [PATCH,STABLE 2.6.29 12/18] ext4: really print the find_group_flex fallback warning only once
                      ` [PATCH,STABLE 2.6.29 13/18] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
                        ` [PATCH,STABLE 2.6.29 14/18] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
                        ` Fix softlockup caused by illegal i_file_acl value in on-disk inode
    ` patch ext4-return-eio-not-estale-on-directory-traversal-through-deleted-inode.patch added to 2.6.29-stable tree
  ` patch ext4-tighten-restrictions-on-inode-flags.patch "
` patch ext4-don-t-inherit-inappropriate-inode-flags-from-parent.patch "

[Bug 13201] New: kernel BUG at fs/ext4/extents.c:2737
 2009-06-09  5:10 UTC  (4+ messages)
` [Bug 13201] "

Mild filesystem corruption on ext4 (no journal)
 2009-06-09  4:15 UTC  (15+ messages)

+ jbd-fix-race-in-buffer-processing-in-commit-code.patch added to -mm tree
 2009-06-08 22:58 UTC 

EXT3: filename duplicates
 2009-06-08 18:49 UTC  (2+ messages)

[PATCH] jbd: Fix race in buffer processing in commit code
 2009-06-08 17:21 UTC 

[PATCH][BUG] ext4: dx_map_entry cannot support over 64KB block size
 2009-06-08 13:31 UTC  (4+ messages)

64-bit e2fsprogs patch rebased against v1.41.6
 2009-06-08  4:55 UTC  (2+ messages)
` Update on the 64-bit e2fsprogs patches

[Bug 13232] New: ext3/4 with synchronous writes gets wedged by Postfix
 2009-06-07 20:44 UTC  (4+ messages)
` [Bug 13232] "

[PATCH] ext3: Make sure inode is deleted from orphan list after truncate
 2009-06-06  0:22 UTC 

[PATCH 0/11] Fix page_mkwrite() for blocksize < pagesize
 2009-06-05 23:23 UTC  (7+ messages)
` [PATCH 05/11] ext4: Make sure blocks are properly allocated under mmaped page even when "

From Martins D.Legacy
 2009-06-05 20:35 UTC 

[PATCH v2.1 05/17] EXT2: do not manipulate s_dirt directly
 2009-06-05 13:05 UTC  (2+ messages)
` [PATCH v2.1 06/17] EXT4: "

[PATCH-e2fsprogs] remove bogus "-e" option from filefrag manpage
 2009-06-05 10:13 UTC 

status on 'tune2fs -I 256' ?
 2009-06-05  1:46 UTC  (2+ messages)

[PATCH] ext4: Change all super.c messages to print the device
 2009-06-04 18:17 UTC  (3+ messages)

mpage_da_map_blocks block allocation failed for inode
 2009-06-04 18:03 UTC  (2+ messages)

[PATCH -V2 1/4] ext4: Check for only delay or unwritten buffer_heads
 2009-06-04 13:50 UTC  (9+ messages)
` [PATCH -V2 2/4] ext4: Add generic writepage callback
  ` [PATCH -V2 3/4] ext4: Move some static functions around
    ` [PATCH -V2 4/4] ext4: Add WARN_ON on unmapped dirty buffer_heads in writepage

Data dedup?
 2009-06-04  8:53 UTC  (2+ messages)

[PATCH v2 05/17] EXT2: do not manipulate s_dirt directly
 2009-06-04 10:41 UTC  (2+ messages)
` [PATCH v2 06/17] EXT4: "

[Bug 12624] New: umount hangs after fsstress with data=journal
 2009-06-04  6:32 UTC  (5+ messages)
` [Bug 12624] "

[PATCH 1/3] ext4: Don't look at buffer_heads outside i_size
 2009-06-04  6:28 UTC  (6+ messages)
` [PATCH 2/3] ext4: Check for only delay or unwritten buffer_heads
  ` [PATCH 3/3] ext4: Add generic writepage callback

[PATCH-e2fsprogs-resend] filefrag: fix fm_start in filefrag_fiemap loop
 2009-06-04  1:18 UTC 

[PATCH] ext4/super.c whitespace cleanup
 2009-06-03 21:59 UTC  (2+ messages)

[PATCH 1/4] Fix minor typos in jbd2's journal.c
 2009-06-03 21:53 UTC  (4+ messages)
` [PATCH] "

[PATCH-e2fsprogs] filefrag: fix fm_start in filefrag_fiemap loop
 2009-06-03 21:37 UTC  (4+ 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).