messages from 2012-11-20 11:20:38 to 2012-11-30 14:06:58 UTC [more...]
[PATCH 1/4] ext4: remove unsafe and unnecessary memset()
2012-11-30 14:04 UTC (9+ messages)
` [PATCH 2/4] ext4: use sync_inode_metadata() when sync inode metadata
` [PATCH 3/4] ext4: remove redundant code in ext4_alloc_inode()
` [PATCH 4/4] ext4: remove redundant initialization in ext4_fill_super()
[PATCH] ext4: Fix possible use after free of buffer head
2012-11-30 2:21 UTC (3+ messages)
[PATCH] libext2fs: fix inode cache overruns
2012-11-30 1:46 UTC (3+ messages)
[PATCH] ext4: restructure ext4_ext_direct_IO()
2012-11-30 2:17 UTC
[PATCH 2/2] [PATCH 2/2] direct-io: handle handle O_(D)SYNC AIO
2012-11-29 19:47 UTC (5+ messages)
` [RFC PATCH] ext4: Convert unwritten extents during end_io processing
[PATCH] e2fsck: Fix incorrect interior node logical start values
2012-11-29 18:56 UTC (9+ messages)
[PATCH] e2fsprogs: fix configure help text for quota
2012-11-29 13:55 UTC (7+ messages)
` [PATCH] tune2fs: respect quota config option
` [PATCH] mke2fs: remove quota docs if not configured in
[PATCH] ext4: remove some unused code lines
2012-11-29 10:00 UTC
Help about ext3 read-only issue on ext3(2.6.16.60)
2012-11-29 8:03 UTC
[PATCH] ext4: include journal blocks in df overhead calcs
2012-11-28 21:48 UTC (2+ messages)
` [PATCH V2] "
Errors from e2image
2012-11-28 21:29 UTC (2+ messages)
Filesystem corruption on Fedora 17
2012-11-28 21:15 UTC (7+ messages)
[PATCH 1/1] ext4: Remove duplicate inclusion of ext4_extents.h in super.c
2012-11-28 18:08 UTC (7+ messages)
[PATCH] ext4: fixed ext4_calculate_overhead() bug
2012-11-28 17:45 UTC
[PATCH 0/2 v5] Fix some fiemap problems
2012-11-28 17:35 UTC (5+ messages)
` [PATCH 1/2 v5] ext4: Prevent race while walking extent tree
` [PATCH 2/2 v5] ext4: simple cleanup in fiemap codepath
How to run xfstests against multipath disks on SuSE?
2012-11-27 20:55 UTC (9+ messages)
[PATCH 0/6 -v2] Optimize e2fsck for large file systems
2012-11-27 19:37 UTC (14+ messages)
` [PATCH 1/6 -v2] libext2fs: optimize rb_set_bmap_range()
` [PATCH 2/6 -v2] e2fsck: optimize pass1 for CPU time
` [PATCH 3/6 -v3] libext2fs: add ext2fs_bitcount() function
` [PATCH 4/6 -v2] libext2fs: optimize rb_get_bmap_range()
` [PATCH 5/6 -v2] libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps
` [PATCH 6/6 -v2] e2fsck: optimize pass 5 for CPU utilization
[PATCH v2.1 0/3] mm/fs: Implement faster stable page writes on filesystems
2012-11-27 2:17 UTC (24+ messages)
` [PATCH 1/4] bdi: Track users that require stable page writes
` [PATCH] "
` [PATCH 2/4] mm: Only enforce stable page writes if the backing device requires it
` [PATCH 3/4] 9pfs: Fix filesystem to wait for stable page writeback
` [PATCH 4/4] ext3: Warn if mounting rw on a disk requiring stable page writes
` [RFC PATCH 1/2] mm: Introduce page flag to indicate stable page status
` [RFC PATCH 2/2] jbd: Stabilize pages during writes when in ordered mode
[PATCH] libext2fs: change mmp.c to LGPL to match other files
2012-11-26 14:33 UTC (2+ messages)
Ext4 file corruption using cp
2012-11-26 14:24 UTC (4+ messages)
[RFC PATCH 0/6] Optimize e2fsck for large file systems
2012-11-26 14:17 UTC (20+ messages)
` [PATCH 1/6] libext2fs: optimize rb_set_bmap_range()
` [PATCH 2/6] e2fsck: optimize pass1 for CPU time
` [PATCH 3/6] libext2fs: add ext2fs_bitcount() function
` [PATCH 3/6 -v2] "
` [PATCH 4/6 -v3] "
` [PATCH 4/6] libext2fs: optimize rb_get_bmap_range()
` [PATCH 5/6] libext2fs: optimize rb_get_bmap_range() for mostly allocated bmaps
` [PATCH 6/6] e2fsck: optimize pass 5 for CPU utilization
softlockup in xfstests 083
2012-11-26 13:30 UTC (2+ messages)
[Bug 50981] New: ext4 : DATA CORRUPTION read and write on same 4096 page range
2012-11-26 13:21 UTC (13+ messages)
` [Bug 50981] "
` [Bug 50981] generic_file_aio_read ?: No locking means "
[PULL] ext3 regression fix (deadlock)
2012-11-26 11:35 UTC
e2fsck repeatedly asks to clear the same entry?
2012-11-26 3:52 UTC (6+ messages)
[PATCH 10/24] MAINTAINERS: remove include/linux/ext3*
2012-11-24 0:42 UTC
Bug#692104: linux-image-3.2.0-3-amd64: NULL pointer dereference in ext4fs
2012-11-24 0:00 UTC (4+ messages)
[PATCH] tests: don't consider "make check" a compiler error
2012-11-23 20:31 UTC
[PATCH] jbd: Fix lock ordering bug in journal_unmap_buffer()
2012-11-23 17:20 UTC
[PATCH] ext4: check incompatible mount options when mounting ext2/3
2012-11-23 16:20 UTC (5+ messages)
[PATCH] filefrag: improvements to filefrag FIEMAP handling
2012-11-23 1:06 UTC
[PATCH] build: quiet some "gcc -Wall" compiler warnings
2012-11-22 23:30 UTC
[PATCH 0/2 v5] ext4: Fix some fiemap problems
2012-11-21 22:03 UTC (3+ messages)
` [PATCH 1/2 v5] ext4: Prevent race while walking extent tree
` [PATCH 2/2 v5] ext4: simple cleanup in fiemap codepath
[PATCH v1 0/9] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
2012-11-21 23:09 UTC (30+ messages)
` [PATCH 1/9] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/9] ext4: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 3/9] xfs: factor out everything but the filemap_write_and_wait from xfs_file_fsync
` [PATCH 7/9] ocfs2: Use generic handlers of O_SYNC AIO DIO
` [PATCH 4/9] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 9/9] blkdev: Fix up AIO+DIO+O_SYNC to do the sync part correctly
[PATCH v4 19/31] fs: add read_iter and write_iter to several file systems
2012-11-21 22:41 UTC (2+ messages)
` [PATCH v4 21/31] ext4: add support for read_iter and write_iter
[PATCH] ext4: remove unaligned AIO warning printk
2012-11-21 20:03 UTC (3+ messages)
Fix some fiemap problems
2012-11-21 14:12 UTC (10+ messages)
` [PATCH 1/2] ext4: Prevent race while walking extent tree
` [PATCH 2/2] ext4: simple cleanup in fiemap codepath
[PATCH -next] ext4: remove duplicated include from super.c
2012-11-21 6:06 UTC (2+ messages)
Ext4 speedup by storing metadata and data on separate devices
2012-11-20 20:56 UTC (2+ messages)
Scheduled Maintenance & Upgrade
2012-11-20 18:47 UTC
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).