linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-02 12:08:11 to 2009-06-10 03:37:03 UTC [more...]

[patch 37/60] ext4: fix ext4_free_inode() vs. ext4_claim_inode() race
 2009-06-10  0:14 UTC  (20+ 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,STABLE 2.6.27 01/24] ext4: fix ext4_free_inode() vs. ext4_claim_inode() race
 2009-06-10  0:01 UTC  (27+ messages)
` [PATCH,STABLE 2.6.27 02/24] ext4: fix header check in ext4_ext_search_right() for deep extent trees
  ` [PATCH,STABLE 2.6.27 03/24] ext4: Print the find_group_flex() warning only once
    ` [PATCH,STABLE 2.6.27 04/24] ext4: fix bogus BUG_ONs in in mballoc code
      ` [PATCH,STABLE 2.6.27 05/24] ext4: fix bb_prealloc_list corruption due to wrong group locking
        ` [PATCH,STABLE 2.6.27 06/24] ext4: don't inherit inappropriate inode flags from parent
          ` [PATCH,STABLE 2.6.27 07/24] ext4: tighten restrictions on inode flags
            ` [PATCH,STABLE 2.6.27 08/24] ext4: return -EIO not -ESTALE on directory traversal through deleted inode
              ` [PATCH,STABLE 2.6.27 09/24] ext4: Add fine print for the 32000 subdirectory limit
                ` [PATCH,STABLE 2.6.27 10/24] ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
                  ` [PATCH,STABLE 2.6.27 11/24] ext4: Automatically allocate delay allocated blocks on close
                    ` [PATCH,STABLE 2.6.27 12/24] ext4: Automatically allocate delay allocated blocks on rename
                      ` [PATCH,STABLE 2.6.27 13/24] ext4: Fix discard of inode prealloc space with delayed allocation
                        ` [PATCH,STABLE 2.6.27 14/24] ext4: Check for an valid i_mode when reading the inode from disk
                          ` [PATCH,STABLE 2.6.27 15/24] jbd2: Update locking coments
                            ` [PATCH,STABLE 2.6.27 16/24] ext4: fix typo which causes a memory leak on error path
                              ` [PATCH,STABLE 2.6.27 17/24] ext4: fix locking typo in mballoc which could cause soft lockup hangs
                                ` [PATCH,STABLE 2.6.27 18/24] ext4: really print the find_group_flex fallback warning only once
                                  ` [PATCH,STABLE 2.6.27 19/24] ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
                                    ` [PATCH,STABLE 2.6.27 20/24] ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
                                      ` [PATCH,STABLE 2.6.27 21/24] ext4: Fix sub-block zeroing for writes into preallocated extents
                                        ` [PATCH,STABLE 2.6.27 22/24] ext4: Use a fake block number for delayed new buffer_head
                                          ` [PATCH,STABLE 2.6.27 23/24] ext4: Clear the unwritten buffer_head flag after the extent is initialized
                                            ` [PATCH,STABLE 2.6.27 24/24] ext4: Fix race in ext4_inode_info.i_cached_extent
              ` patch ext4-return-eio-not-estale-on-directory-traversal-through-deleted-inode.patch added to 2.6.27-stable tree
            ` patch ext4-tighten-restrictions-on-inode-flags.patch "
          ` patch ext4-don-t-inherit-inappropriate-inode-flags-from-parent.patch "

[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 0/4] FS: userspace notification of errors
 2009-06-09 13:49 UTC  (22+ 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] 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  (25+ 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
                          ` [PATCH,STABLE 2.6.29 15/18] ext4: Fix sub-block zeroing for writes into preallocated extents
                            ` [PATCH,STABLE 2.6.29 16/18] ext4: Use a fake block number for delayed new buffer_head
                              ` [PATCH,STABLE 2.6.29 17/18] ext4: Clear the unwritten buffer_head flag after the extent is initialized
                        ` 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)

Some 64-bit tests
 2009-06-09  3:13 UTC  (4+ 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)

libuuid (Re: blkid: util-linux-ng vs. e2fsprogs)
 2009-06-03  8:51 UTC 

[PATCH-e2fsprogs] filefrag: accept positive ioctl return value
 2009-06-02 17:10 UTC  (4+ messages)

Good Day
 2009-06-02 14:54 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).