messages from 2008-10-09 04:06:05 to 2008-10-16 09:35:28 UTC [more...]
powerpc allmodconfig
2008-10-16 9:34 UTC (16+ messages)
[PATCH updated] ext4: Fix file fragmentation during large file write
2008-10-16 9:10 UTC (12+ messages)
[PATCH] ext4 missing newlines
2008-10-16 7:26 UTC
panic on boot at ext4_mb_poll_new_transaction
2008-10-16 7:17 UTC (2+ messages)
BUG in __journal_abort_soft when unmounting a corrupted image
2008-10-16 6:25 UTC
jbd/jbd2 performance improvements
2008-10-16 6:04 UTC (3+ messages)
minix/ext2 + rd problem
2008-10-16 3:48 UTC (8+ messages)
[PATCH] vmscan: set try_to_release_page's gfp_mask to 0
2008-10-16 3:06 UTC (7+ messages)
Nokia'N'Series
2008-10-15 19:57 UTC
Nokia'N'Series
2008-10-15 20:03 UTC
Possible ext3 corruption with 1K block size
2008-10-15 14:43 UTC (4+ messages)
EXT3 way too happy with write errors
2008-10-15 0:22 UTC
[PATCH] ext3: sreadahead hooks
2008-10-14 21:49 UTC (4+ messages)
[PATCH] e2fsprogs: C99 initializers for struct_io_manager
2008-10-14 17:38 UTC
[PATCH] blkid: recognize ext3 with test_fs set as ext3
2008-10-14 17:27 UTC
Patches for patchqueue
2008-10-14 13:22 UTC (8+ messages)
` [PATCH -V5] ext4: Use an rbtree for tracking blocks freed during transaction
` [PATCH] ext4: Use tag dirty lookup during mpage_da_submit_io
` [PATCH] vfs: Remove the range_cont writeback mode
` [PATCH] vfs: Add no_nrwrite_update and no_index_update writeback control flags
` [PATCH] ext4: Fix file fragmentation during large file write
` [PATCH] ext4: Free ext4_prealloc_space using kmem_cache_free
tune2fs -I 256 -- kind of slow?
2008-10-14 11:17 UTC (2+ messages)
[PATCH -V4] ext4: Use an rbtree for tracking blocks freed during transaction
2008-10-14 6:47 UTC (4+ messages)
[PATCH 0/4] ext4/jbd2: possible filesystem corruption fixes
2008-10-14 2:58 UTC (8+ messages)
` [PATCH 1/4] jbd2: abort when failed to log metadata buffers
` [PATCH 2/4] jbd2: fix error handling for checkpoint io
` [PATCH 3/4] ext4: add checks for errors from jbd2
` [PATCH 4/4] jbd2: don't dirty original metadata buffer on abort
(unknown),
2008-10-13 23:11 UTC
[PATCH] ext4: Free ext4_prealloc_space using kmem_cache_free
2008-10-13 16:41 UTC (2+ messages)
[PATCH] ext4 : Fix Kconfig typo for ext4dev
2008-10-13 16:36 UTC (2+ messages)
[PATCH] ext4: Remove an old reference to ext4dev
2008-10-13 16:35 UTC (2+ messages)
[PATCH] -V3 ext4: Use an rbtree for tracking blocks freed during transaction
2008-10-13 16:09 UTC (2+ messages)
[PATCH 1/4] ext4: Use tag dirty lookup during mpage_da_submit_io
2008-10-13 15:14 UTC (8+ messages)
` [PATCH 2/4] vfs: Remove the range_cont writeback mode
` [PATCH 3/4] vfs: Add no_nrwrite_update and no_index_update writeback control flags
` [PATCH 4/4] ext4: Fix file fragmentation during large file write
[PATCH] ext4: Use an rb tree for tracking blocks freed during transaction
2008-10-13 9:46 UTC (8+ messages)
` [PATCH] ext4: Don't reuse released data blocks untill transaction commits
` [PATCH] ext4: Do mballoc init before doing filesystem recovery
[PATCH] ext4: fix printk format warning
2008-10-13 6:42 UTC
What's in e2fsprogs.git (stable)
2008-10-13 4:09 UTC (11+ messages)
` What's in e2fsprogs.git (stable) -- E2fsprogs 1.41.0 released!
[GIT PULL] ext4 updates for 2.6.27-git2
2008-10-12 22:16 UTC
[PATCH 0/42] Ext4 patches queued up for the 2.6.28 merge window
2008-10-12 1:06 UTC (52+ messages)
` [PATCH 01/42] percpu counter: clean up percpu_counter_sum_and_set()
` [PATCH 02/42] ext4: Add printk priority levels to clean up checkpatch warnings
` [PATCH 03/42] ext4: Fix long long "
` [PATCH 04/42] ext4: Fix whitespace checkpatch warnings/errors
` [PATCH 05/42] ext4: invalidate pages if delalloc block allocation fails
` [PATCH 06/42] ext4: Make sure all the block allocation paths reserve blocks
` [PATCH 07/42] ext4: Retry block reservation
` [PATCH 08/42] ext4: Add percpu dirty block accounting
` [PATCH 09/42] ext4: Switch to non delalloc mode when we are low on free blocks count
` [PATCH 10/42] ext4: Signed arithmetic fix
` [PATCH 11/42] ext4: Fix ext4 nomballoc allocator for ENOSPC
` [PATCH 12/42] ext4: Don't add the inode to journal handle until after the block is allocated
` [PATCH 13/42] ext4: Retry block allocation if we have free blocks left
` [PATCH 14/42] ext4: truncate block allocated on a failed ext4_write_begin
` [PATCH 15/42] ext4: Properly update i_disksize
` [PATCH 16/42] ext4: Avoid printk floods in the face of directory corruption
` [PATCH 17/42] Update flex_bg free blocks and free inodes counters when resizing
` [PATCH 18/42] ext4: fix #11321: create /proc/ext4/*/stats more carefully
` [PATCH 19/42] jbd2: clean up how the journal device name is printed
` [PATCH 20/42] ext4: add missing unlock in ext4_check_descriptors() on error path
` [PATCH 21/42] ext4: elevate write count for migrate ioctl
` [PATCH 22/42] ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl
` [PATCH 23/42] ext4: Renumber EXT4_IOC_MIGRATE
` [PATCH 24/42] ext4: use percpu data structures for lg_prealloc_list
` [PATCH 25/42] ext4/jbd2: Avoid WARN() messages when failing to write to the superblock
` [PATCH 26/42] ext4: Don't use 'struct dentry' for internal lookups
` [PATCH 27/42] ext4: move /proc setup and teardown out of mballoc.c
` [PATCH 28/42] ext4: Combine proc file handling into a single set of functions
` [PATCH 29/42] ext4: Use readahead when reading an inode from the inode table
` [PATCH 30/42] ext4: Remove old legacy block allocator
` [PATCH 31/42] ext4: fix initialization of UNINIT bitmap blocks
` [PATCH 32/42] jbd2: abort instead of waiting for nonexistent transaction
` [PATCH 33/42] ext4: Add debugging markers that can be used by systemtap
` [PATCH 34/42] jbd2: Fix buffer head leak when writing the commit block
` [PATCH 35/42] ext4: fix xattr deadlock
` [PATCH 36/42] vfs: vfs-level fiemap interface
` [PATCH 37/42] ocfs2: fiemap support
` [PATCH 38/42] generic block based fiemap implementation
` [PATCH 39/42] Hook ext4 to the vfs fiemap interface
` [PATCH 40/42] Update ext4 MAINTAINERS file
` [PATCH 41/42] ext4: Avoid double dirtying of super block in ext4_put_super()
` [PATCH 42/42] ext4: Rename ext4dev to ext4
[PATCH] ext4/super: fix build failure without procfs
2008-10-11 21:52 UTC
[PATCH -V3 01/11] percpu_counters: make fbc->count read atomic on 32 bit architecture
2008-10-11 21:10 UTC (8+ messages)
` [PATCH -V3 02/11] ext4: Make sure all the block allocation paths reserve blocks
` [PATCH -V3 03/11] ext4: Retry block reservation
` [PATCH -V3 04/11] ext4: Add percpu dirty block accounting
[PATCH] ext4: Improve the documentation for ext4's /proc tunables
2008-10-11 20:42 UTC (3+ messages)
[PATCH][5/15] e2fsprogs-uninit-fixes.patch
2008-10-11 13:43 UTC (3+ messages)
[PATCH, e2fsprogs] libext2fs: Add ext2fs_block_iterate3() which has 64-bit support
2008-10-11 11:32 UTC (3+ messages)
New ext4 patchset: 2.6.27-ext4-1
2008-10-11 4:18 UTC
[GIT PULL] ext4 updates for 2.6.28
2008-10-11 4:16 UTC
[PATCH updated] ext4: Add percpu dirty block accounting
2008-10-10 23:50 UTC (2+ messages)
[PATCH] e2fsprogs: exit from preenhalt if IO errors were encountered
2008-10-10 22:39 UTC (2+ messages)
[PATCH] e2fsprogs: check for bogus new_size in resize2fs
2008-10-10 22:38 UTC
[PATCH] e2fsprogs: check for read-only devices before starting fsck
2008-10-10 22:17 UTC
[PATCH, RFC] ext4: Rename ext4dev to ext4
2008-10-10 19:46 UTC (3+ messages)
[PATCH] debugfs : Fix printing of pathnames with ncheck if files have hardlinks in same directory
2008-10-10 18:57 UTC (2+ messages)
[PATCH] logsave : Avoid unnecessary backgrounding of logsave in case of failures
2008-10-10 18:48 UTC (3+ messages)
[PATCH -V3] ext4: Fix file fragmentation during large file write
2008-10-10 18:14 UTC
[PATCH] e2fsprogs: fix blkid detection of ext4dev as ext4
2008-10-10 17:49 UTC (2+ messages)
[patch 4/8] mm: write_cache_pages type overflow fix
2008-10-10 16:34 UTC (6+ messages)
[PATCH updated] ext4: Use an rb tree for tracking blocks freed during transaction
2008-10-10 15:34 UTC (2+ messages)
New ext4 patchset: 2.6.27-ext4-1
2008-10-10 12:11 UTC (3+ messages)
[PATCH] ext4: add an option to control error handling on file data
2008-10-10 9:04 UTC
[PATCH] Improve buffered streaming write ordering
2008-10-10 5:13 UTC (4+ messages)
[RFC] Btrfs mainline plans
2008-10-10 3:01 UTC (4+ messages)
[PATCH 3/3] Add timeout feature
2008-10-09 10:18 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).