linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-16 10:14:48 to 2011-03-29 14:33:13 UTC [more...]

breaking ext4 to test recovery
 2011-03-29 14:33 UTC  (4+ messages)

[PATCH] mke2fs reserved_ratio default value is nonsensical
 2011-03-29 14:05 UTC  (6+ messages)

[Bug 32122] New: Kernel BUG on accessing intentionally corrupted filesystem
 2011-03-29 10:48 UTC 

[Bug 32082] New: ext4: oops when mounting intentionally corrupted filesystem
 2011-03-29  9:05 UTC  (3+ messages)
` [Bug 32082] "

xfstests: failure to umount ext4
 2011-03-29  9:01 UTC  (5+ messages)

fsck.ext4 taking months
 2011-03-29  6:03 UTC  (5+ messages)

[PATCH] ext4: Init timer earlier to avoid a kernel panic in __save_error_info
 2011-03-29  4:11 UTC 

[Bug 26752] New: NPD when using sb->s_fs_info during clean-up after a failed mount
 2011-03-29  0:11 UTC  (2+ messages)
` [Bug 26752] "

[Bug 30872] New: Calling kfree() for uninitialized pointer in ext4_mb_init_backend()
 2011-03-29  0:08 UTC  (2+ messages)
` [Bug 30872] "

[PATCH] ext4: Use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c
 2011-03-28 15:41 UTC  (2+ messages)
` [PATCH] ext4: Use s_inodes_per_block directly in __ext4_get_inode_loc

[PATCH v2] ext4: Remove redundant check for first_not_zeroed in ext4_register_li_request
 2011-03-28 14:13 UTC  (2+ messages)

[PATCH] ext4: Remove redundant check for first_not_zeroed in ext4_register_li_request
 2011-03-28 13:58 UTC  (4+ messages)

subject
 2011-03-28 11:12 UTC 

[PATCH] ext4: Fix a double free in ext4_register_li_request
 2011-03-28 10:08 UTC  (2+ messages)

[BUG] ext4: cannot unfreeze a filesystem due to a deadlock
 2011-03-28  8:06 UTC  (9+ messages)
              ` [RFC][PATCH] "

Ext4 quota support
 2011-03-28  9:25 UTC  (2+ messages)

[GIT PULL] ext4 update for 2.6.39-rc1
 2011-03-25 17:24 UTC  (3+ messages)

[PATCH] ext4:Fix credits computing for indirect mapped files
 2011-03-25 13:10 UTC 

[Bug 25832] kernel crashes upon resume if usb devices are removed when suspended
 2011-03-24 23:06 UTC 

[PATCHSET v2] ext4: removal of alloc_sem locks from block allocation paths
 2011-03-24 16:58 UTC  (6+ messages)
` [PATCH v2 1/5] ext4: move ext4_add_groupblocks() to mballoc.c
` [PATCH v2 2/5] ext4: implement ext4_add_groupblocks() by freeing blocks
` [PATCH v2 3/5] ext4: synchronize ext4_mb_init_group() with buddy page lock
` [PATCH v2 4/5] ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches
` [PATCH v2 5/5] ext4: remove alloc_semp

[PATCH] ext3: skip orphan cleanup on rocompat fs
 2011-03-24 16:07 UTC  (4+ messages)
    ` [stable] "

[PATCH v1] ext3:Fix credits computing for ordered mode
 2011-03-24 11:33 UTC  (4+ messages)

[Bug 31742] New: got a "kernel BUG at fs/dcache.c:440!"
 2011-03-24  8:51 UTC  (10+ messages)
` [Bug 31742] "

ext4: removal of alloc_sem locks from block allocation paths
 2011-03-24  5:19 UTC  (8+ messages)
` [PATCH 1/5] ext4: move ext4_add_groupblocks() to mballoc.c
` [PATCH 2/5] ext4: implement ext4_add_groupblocks() by freeing blocks
` [PATCH 3/5] ext4: synchronize ext4_mb_init_group() with buddy page lock
` [PATCH 4/5] ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches
` [PATCH 5/5] ext4: remove alloc_semp

[PATCH] ext3:Fix credits computing for ordered mode
 2011-03-24  0:35 UTC 

Discard request and write counters
 2011-03-23 23:40 UTC  (2+ messages)

[PATCHSET] block: reimplement FLUSH/FUA to support merge
 2011-03-23 23:37 UTC  (7+ messages)
  ` [PATCH 3/3] "

[LSF/FS TOPIC] Ext4 snapshots status update
 2011-03-23 20:19 UTC  (3+ messages)

[PATCH] ext4: Fix a BUG in mb_mark_used during trim
 2011-03-23 19:47 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v2] ext4: Fix a kernel panic "

[PATCH] ext4: unused variables cleanup in check_eofblocks_fl and ext4_ext_map_blocks
 2011-03-23 18:10 UTC  (2+ messages)

[PATCH] ext4: remove the duplicate set_buffer_mapped() for ext4_da_get_block_prep()
 2011-03-23 18:05 UTC  (2+ messages)

[PATCH, RFC 00/12] bigalloc patchset
 2011-03-23 10:28 UTC  (25+ messages)
` [PATCH, RFC 01/12] ext4: read-only support for bigalloc file systems
` [PATCH, RFC 02/12] ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
` [PATCH, RFC 03/12] ext4: Convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP
` [PATCH, RFC 04/12] ext4: Remove block bitmap initialization in ext4_new_inode()
` [PATCH, RFC 05/12] ext4: factor out block group accounting into functions
` [PATCH, RFC 06/12] ext4: split out ext4_free_blocks_after_init()
` [PATCH, RFC 07/12] ext4: bigalloc changes to block bitmap initialization functions
` [PATCH, RFC 08/12] ext4: Convert block group-relative offsets to use clusters
` [PATCH, RFC 09/12] ext4: teach ext4_ext_map_blocks() about the bigalloc feature
` [PATCH, RFC 10/12] ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled
` [PATCH, RFC 11/12] ext4: tune mballoc's default group prealloc size for bigalloc file systems
` [PATCH, RFC 12/12] ext4: enable mounting bigalloc as read/write

[ext4] Multiple page-io submission (Option "mblk_io_submit")
 2011-03-23  7:32 UTC  (3+ messages)

[PATCH 11/74] ext2: Split ext2_add_entry() from ext2_add_link()
 2011-03-23  1:58 UTC  (2+ messages)
` [PATCH 15/74] fallthru: ext2 fallthru support

[Bug 16380] Loop devices act strangely in 2.6.35
 2011-03-22 22:05 UTC  (2+ messages)
` [Bug 16380] ext2 driver "hangs" for a few seconds when trying to write a lot of data to a freshly RW mounted FS

[PATCH]: e2fsprogs m_* self tests no longer pass
 2011-03-22 16:16 UTC  (3+ messages)

[RFC 4/5] MMC: Adjust unaligned write accesses
 2011-03-22 15:44 UTC  (8+ messages)

Update Your E-Mail Details Account
 2011-03-22 14:38 UTC 

Fwd: Re: [RFC 4/5] MMC: Adjust unaligned write accesses
 2011-03-22  7:18 UTC  (3+ messages)
`  "

[PATCH] ext4: critical info format fix in __ext4_grp_locked_error
 2011-03-22  5:35 UTC  (4+ messages)

[PATCH] ext4: add more tracepoints and change to use MAJOR/MINOR dev macros
 2011-03-22  1:50 UTC  (2+ messages)

[PATCH] ext4: don't kfree uninitialized s_group_info members
 2011-03-22  1:27 UTC  (2+ messages)

[Bug 16019] New: Resume from hibernate corrupts ext4
 2011-03-21 15:04 UTC  (2+ messages)
` [Bug 16019] "

[PATCH] e2fsprogs: fix memory leak in ext2fs_free_generic_bmap()
 2011-03-21 10:14 UTC 

[PATCH] e2fsprogs: fix freeing bitmap in allocation error path
 2011-03-21 10:13 UTC 

[PATCH 2/2] ext4: handle errors in ext4_clear_blocks()
 2011-03-21  5:18 UTC  (5+ messages)

ditching e4b->alloc_semp
 2011-03-21  4:39 UTC  (7+ messages)

[PATCH] ext4: fix callers of ext4_handle_release_buffer() API
 2011-03-21  4:34 UTC  (3+ messages)

[PATCH] ext4: add FITRIM to compat_ioctl
 2011-03-21  3:18 UTC  (2+ messages)

[PATCH 1/2] ext4: handle errors in ext4_rename
 2011-03-21  1:23 UTC  (2+ messages)

[PATCH 2/2] jbd2: add the h_cowing flag and debug counters to jbd2_journal_handle struct
 2011-03-21  1:14 UTC  (2+ messages)

[PATCH 1/2] add the b_cow_tid field to journal_head struct
 2011-03-21  1:14 UTC  (2+ messages)

[Bug 31542] New: ext4 : "No space left on the device" persists even when I deleted more than 40GB of data
 2011-03-21  0:05 UTC  (8+ messages)
` [Bug 31542] "

[PATCH] ext4: Initialize fsync transaction ids in ext4_new_inode()
 2011-03-20 23:47 UTC 

[Ext4 punch hole 3/4 v4] Ext4 Punch Hole Support: Punch out extents
 2011-03-20 15:27 UTC  (2+ messages)

[Ext4 punch hole 2/4 v4] Ext4 Punch Hole Support: Clear Hole
 2011-03-20 15:25 UTC  (2+ messages)

[Ext4 punch hole 1/4 v4] Ext4 Punch Hole Support: Convert Blocks to Uninit Exts
 2011-03-20 15:24 UTC  (2+ messages)

[Ext4 punch hole 4/4 v4] Ext4 Punch Hole Support: Enable Punch Hole
 2011-03-20 15:22 UTC  (2+ messages)

[PATCH] e2fsprogs: create com_err.h symlink in includedir
 2011-03-19 15:03 UTC  (3+ messages)

[PATCH] e2fsprogs: man page typo fixes
 2011-03-18 19:03 UTC  (2+ messages)

mkdir performance
 2011-03-18 16:49 UTC  (2+ messages)

Add rbtree backend for storing bitmaps
 2011-03-18 10:23 UTC  (13+ messages)
` [PATCH 1/4 v2] e2fsprogs: Add rbtree library
` [PATCH 2/4 v2] e2fsprogs: Add rbtree backend for bitmaps, use it instead of bitarrays
` [PATCH 3/4] Add bitmap configuration interface
` [PATCH 4/4] Add macro to enable collecting bitmap statistics

[PATCH 12/36] jbd2,rcu: convert call_rcu(free_devcache) to kfree_rcu()
 2011-03-18  3:58 UTC 

[PULL REQUEST] Ext3, jbd, and quota fixes for 2.6.39-rc1
 2011-03-17 19:55 UTC 

[PATCH 1/4] e2image: Add support for qcow2 format
 2011-03-17 13:05 UTC  (5+ messages)
` [PATCH 4/4] e2fsck: Add QCOW2 support

[PATCH] ext4: critical info format fix in __ext4_grp_locked_error
 2011-03-17  2:08 UTC  (2+ messages)
` [stable] "

[PATCH 0/2] Fix BUG_ON and hang in ext4_da_writepages() in presence of IO errors
 2011-03-16 21:11 UTC  (5+ messages)
` [PATCH 1/2] ext4: Fix BUG_ON in ext4_da_block_invalidatepages()
` [PATCH 2/2] ext4: Redirty page which could not be added to current extent in __mpage_da_writepage()

[Bug 31222] New: kernel BUG at fs/ext4/mballoc.c:3141
 2011-03-16 19:32 UTC 

[Ext4 punch hole 3/5] Ext4 Punch Hole Support: Enable Kernel Space Fiemap
 2011-03-16 19:08 UTC  (2+ messages)

[PATCH] ext4: critical info format fix in __acquire
 2011-03-16 14:52 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;
as well as URLs for NNTP newsgroup(s).