linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-13 21:17:04 to 2011-03-24 00:45:48 UTC [more...]

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

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

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

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] "

ext4: removal of alloc_sem locks from block allocation paths
 2011-03-23 21:04 UTC  (7+ 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

[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)

xfstests: failure to umount ext4
 2011-03-23 15:45 UTC  (4+ 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  (5+ 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)

Large directories and poor order correlation
 2011-03-16  1:50 UTC  (19+ messages)

[Ext4 punch hole 2/5] Ext4 Punch Hole Support: Clear Hole
 2011-03-15 21:41 UTC 

[Ext4 punch hole 1/5] Ext4 Punch Hole Support: Convert Blocks to Uninit Exts
 2011-03-15 21:41 UTC 

[Ext4 punch hole 5/5] Ext4 Punch Hole Support: Enable Punch Hole
 2011-03-15 21:18 UTC 

[Ext4 punch hole 4/5] Ext4 Punch Hole Support: Punch out extents
 2011-03-15 21:18 UTC 

[Ext4 punch hole 2/5] Ext4 Punch Hole Support: Clear Hole
 2011-03-15 21:17 UTC 

[Ext4 punch hole 1/5] Ext4 Punch Hole Support: Convert Blocks to Uninit Exts
 2011-03-15 21:17 UTC 

Revised Ext4 Punch Hole patches
 2011-03-15 21:17 UTC 

[PATCH] e2fsck: display recorded error messages
 2011-03-15 13:00 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] e2fsprogs: remove leftover retval check
 2011-03-15 12:02 UTC  (2+ messages)

ext4_alloc_context occupies 150 GiB of memory and makes the system unusable
 2011-03-15 10:41 UTC  (6+ messages)

[PATCH -V5 00/24] New ACL format for better NFSv4 acl interoperability
 2011-03-15  8:46 UTC  (4+ messages)

potential memory leak on transaction commit
 2011-03-15  6:39 UTC  (2+ messages)

Why do we initialize block bitmaps in ext4_new_inode()
 2011-03-15  2:15 UTC  (3+ messages)

ext4 deep stack with mark_page_dirty reclaim
 2011-03-15  2:25 UTC  (4+ messages)

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

[Bug 29402] New: kernel panics while running ffsb scalability workloads on 2.6.38-rc1 through -rc5
 2011-03-14 17:25 UTC  (2+ messages)
` [Bug 29402] "

[Bug 25832] kernel crashes upon resume if usb devices are removed when suspended
 2011-03-14 14:18 UTC  (3+ messages)

[PATCH] Check for immutable flag in fallocate path
 2011-03-14 10:40 UTC  (5+ messages)
` [PATCH v2] "

Ext4 kernel patches ready for benchmarking
 2011-03-14  3:04 UTC  (2+ 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).