linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-11-20 00:44:36 to 2008-12-02 17:47:40 UTC [more...]

EXT4 ENOSPC Bug
 2008-12-02 17:47 UTC  (12+ messages)

[PATCH v2] ext3, ext4: do_split() fix loop, with obvious unsigned wrap
 2008-12-02 17:08 UTC  (3+ messages)

[PATCH] imporve jbd2 fsync batching
 2008-12-02 14:45 UTC  (10+ messages)
      ` [PATCH] ext4: add fsync batch tuning knobs

[BUG][PATCH 4/4] jbd2: fix a cause of __schedule_bug via blkdev_releasepage
 2008-12-02 11:18 UTC 

[BUG][PATCH 3/4] jbd: fix a cause of __schedule_bug via blkdev_releasepage
 2008-12-02 11:16 UTC 

[BUG][PATCH 2/4] ext4: fix a cause of __schedule_bug via blkdev_releasepage
 2008-12-02 11:09 UTC 

[BUG][PATCH 1/4] ext3: fix a cause of __schedule_bug via blkdev_releasepage
 2008-12-02 11:06 UTC 

[PATCH -V3] ext4: Init the complete page while building buddy cache
 2008-12-02  6:11 UTC 

[PATCH -V5] ext4: fix BUG when calling ext4_error with locked block group
 2008-12-02  6:09 UTC 

BUG: scheduling while atomic: kswapd0/273/0x00000002
 2008-12-02  0:29 UTC  (5+ messages)

[patch 1/1] ext4: allocate ->s_blockgroup_lock separately
 2008-12-01 22:27 UTC 

[ext4] Documentation patch
 2008-12-01 20:58 UTC  (4+ messages)

[RFC PATCH 1/1] Allow ext4 to run without a journal
 2008-12-01 17:33 UTC  (4+ messages)
` [RFC PATCH 1/1] Allow ext4 to run without a journal, take 2

[PATCH -V2 1/4] ext4: Use new buffer_head flag to check uninit group bitmaps initialization
 2008-12-01 13:54 UTC  (5+ messages)
` [PATCH -V2 2/4] ext4: mark the blocks/inode bitmap beyond end of group as used
  ` [PATCH -V2 3/4] ext4: Don't allow new groups to be added during block allocation
    ` [PATCH -V2 4/4] ext4: Init the complete page while building buddy cache

[PATCH -V5 RESEND] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
 2008-12-01 13:43 UTC 

[PATCH]ext4: fix s_dirty_blocks_counter if block allocation failed with nodelalloc
 2008-12-01 10:36 UTC  (2+ messages)

kernel BUG at fs/ext4/extents.c:ext4_ext_search_right()
 2008-12-01  2:10 UTC 

[PATCH] ext4: fix loop in do_split()
 2008-11-30  0:36 UTC  (2+ messages)

[RFC][PATCH] "tune2fs -I 256" speedup
 2008-11-29 10:54 UTC 

[PATCH] ext3: also fix loop in do_split()
 2008-11-29  9:40 UTC 

[RFC 0/2] ext4: zero uninitialized inode tables
 2008-11-27 23:09 UTC  (15+ messages)
` [RFC 1/2] ext4 resize: Mark the added group with EXT4_BG_INODE_ZEROED flag
` [RFC 2/2] ext4: module to initialize the inode table when using mkfs option lazy_itable_init

Crash with 2.6.28-rc6
 2008-11-27 21:41 UTC 

[PATCH 2/2] Large EAs
 2008-11-27  9:27 UTC  (7+ messages)

[PATCH 1/2] ext4: Fix the delalloc writepages to allocate blocks at the right offset
 2008-11-27  5:37 UTC  (3+ messages)

bugs of Online Defragmentation
 2008-11-27  0:30 UTC  (3+ messages)

- ext4-use-sb_any_quota_loaded-instead-of-sb_any_quota_enabled.patch removed from -mm tree
 2008-11-26 20:27 UTC 

- ext3-use-sb_any_quota_loaded-instead-of-sb_any_quota_enabled.patch removed from -mm tree
 2008-11-26 20:27 UTC 

[PATCH -V1] ext4: Use new buffer_head flag to check uninit group bitmaps initialization
 2008-11-26 16:22 UTC  (4+ messages)

[PATCH -V5] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
 2008-11-26 14:51 UTC 

[PATCH 23/45] CacheFiles: Be consistent about the use of mapping vs file->f_mapping in Ext3 [ver #41]
 2008-11-26 14:40 UTC  (2+ messages)

rm: cannot remove `???': No such file or directory
 2008-11-26  9:47 UTC  (7+ messages)

jbd commit data buffers EIO error
 2008-11-26  0:18 UTC 

[PATCH] ext4: fix build warning
 2008-11-25 22:26 UTC  (2+ messages)

[PATCH -V4 1/2] ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
 2008-11-25 20:16 UTC  (4+ messages)
` [PATCH -V4 2/2] ext4: cleanup mballoc header files

[PATCH -V2 1/5] ext4: Remove unneeded code
 2008-11-25 16:38 UTC  (40+ messages)
` [PATCH -V2 2/5] ext4: unlock group before ext4_error
  ` [PATCH -V2 3/5] ext4: Fix the race between read_block_bitmap and mark_diskspace_used
    ` [PATCH -V2 4/5] ext4: Use both hi and lo bits of the group desc values
      ` [PATCH -V2 5/5] ext4: Fix the race between read_inode_bitmap and ext4_new_inode

[PATCH -V3] ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
 2008-11-25 16:32 UTC 

[PATCH -V3] ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
 2008-11-25 16:33 UTC 

[PATCH -V3] ext4: code cleanup
 2008-11-25 16:33 UTC 

[PATCH -V3] ext4: Use high 16 bits of the block group descriptor's free counts fields
 2008-11-25 16:32 UTC 

[RESEND][PATCH 0/3 BUG,RFC] release block-device-mapping buffer_heads which have the filesystem private data for avoiding oom-killer
 2008-11-25  8:06 UTC  (7+ messages)

[RESEND][PATCH 2/3 BUG,RFC] ext3: release block-device-mapping buffer_heads which have the filesystem private data for avoiding oom-killer
 2008-11-25  4:09 UTC  (4+ messages)

PATCH ext4: fix to call_filldir
 2008-11-25  2:05 UTC  (4+ messages)

PATCH ext4: fix to call_filldir
 2008-11-24 18:18 UTC 

[PATCH -V4] ext4: Fix lockdep recursive locking warning
 2008-11-24  5:02 UTC  (7+ messages)
` patchqueue update

Maximum filename length
 2008-11-23 22:15 UTC  (7+ messages)

JBD2/ext4 error
 2008-11-23 14:32 UTC  (4+ messages)
` [PATCH] ext4: calculate journal credits correctly

[PATCH -V5] ext4: sparse fixes
 2008-11-23 14:05 UTC  (3+ messages)

[PATCH] e2fsck: ignore differing NEEDS_RECOVERY flag on backup sbs
 2008-11-23  3:29 UTC  (3+ messages)

[PATCH] ext4: Remove unneeded code
 2008-11-22 19:08 UTC  (2+ messages)

Error Propagation bugs in ext4
 2008-11-22 17:39 UTC  (2+ messages)

RE
 2008-11-21 23:00 UTC 

[PATCH -V4] ext4: sparse fixes
 2008-11-21 17:55 UTC  (3+ messages)

[PATCH][e2fsprogs]tune2fs: refuse to unmark flex_bg via clear_ok_features
 2008-11-21 13:36 UTC 

Mounting corrupted ext3 image results in infinite loop
 2008-11-21  9:32 UTC 

ext4 unlink performance
 2008-11-20 22:49 UTC  (10+ messages)

[PATCH 1/5] ext4: unlock group before ext4_error
 2008-11-20 22:38 UTC  (8+ messages)
` [PATCH 3/5] ext4: Fix the race between read_block_bitmap and mark_diskspace_used
  ` [PATCH 4/5] ext4: Use both hi and lo bits of the group desc values

[PATCH] ext4: fix some s64 printing warnings
 2008-11-20  6:11 UTC  (2+ messages)

[RESEND][PATCH 1/3 BUG,RFC] vfs: release block-device-mapping buffer_heads which have the filesystem private data for avoiding oom-killer
 2008-11-20  0:32 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).