linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-08 01:30:25 to 2009-08-20 07:22:50 UTC [more...]

[PATCH, RFC -V2 0/4] mballoc patches for ext4
 2009-08-20  7:22 UTC  (12+ messages)
` [PATCH, RFC -V2 1/4] ext4: Add configurable run-time mballoc debugging
` [PATCH, RFC -V2 2/4] ext4: Display the mballoc flags in mb_history in hex instead of decimal
` [PATCH, RFC -V2 3/4] ext4: Fix bugs in mballoc's stream allocation mode
` [PATCH, RFC -V2 4/4] ext4: Avoid group preallocation for closed files

[PATCH -V3 1/3] tune2fs: Make e2fsprogs handle ENOSPC better with inode resize
 2009-08-20  7:06 UTC  (2+ messages)

Questions on ext4 and writeback
 2009-08-20  7:05 UTC  (4+ messages)

RFC: guard against more "dangerous" userspace options
 2009-08-20  6:27 UTC  (2+ messages)

2.6.32-rc6 BUG at mm/slab.c:2869!
 2009-08-20  5:08 UTC 

jbd: a question on __log_wait_for_space()
 2009-08-20  4:31 UTC 

fsck.ext4 -D corrupts fs?
 2009-08-20  2:44 UTC  (2+ messages)

[RFC] new INCOMPAT flag for extended directory data
 2009-08-20  1:40 UTC  (2+ messages)

Large volume ll_ver_fs results (w/ short read/write patch)
 2009-08-20  1:04 UTC  (2+ messages)

[PATCH 1/2 V2] Direct IO for holes and fallocate: add end_io callback
 2009-08-19 21:26 UTC  (3+ messages)

[PATCH 2/2] ext4: use ext4_grpblk_t more extensively
 2009-08-19 20:19 UTC 

[PATCH 1/2] ext4: use variables not types in sizeofs() for allocations
 2009-08-19 20:16 UTC 

(unknown),
 2009-08-19 12:47 UTC 

Block allocation failed
 2009-08-19 17:33 UTC  (6+ messages)

Rare xfsqa test failure
 2009-08-19 16:51 UTC  (7+ messages)

[PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
 2009-08-19 16:26 UTC  (5+ messages)
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write

Troubleshooting pendrive ext2fs
 2009-08-19 15:42 UTC  (3+ messages)

[Bug 13992] New: ext3 data=ordered in fstab prevents booting
 2009-08-19 12:47 UTC  (2+ messages)
` [Bug 13992] "

[RFC,PATCH 1/2] Direct IO for holes and fallocate
 2009-08-18 22:49 UTC  (3+ messages)

[RFC,PATCH 2/2] Direct IO for holes and fallocate
 2009-08-18 22:49 UTC  (3+ messages)

Troubleshooting pendrive ext2fs
 2009-08-18 22:10 UTC 

fsck infinite loop on corrupt ext4 file system
 2009-08-18 19:03 UTC  (7+ messages)

[Bug 13369] New: kernel BUG at fs/ext4/inode.c:3123
 2009-08-18 17:38 UTC  (2+ messages)
` [Bug 13369] "

[Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox
 2009-08-18 17:36 UTC  (2+ messages)
` [Bug 12424] "

[PATCH] ext4: feature set check helper for mount & remount paths
 2009-08-18  4:31 UTC  (2+ messages)

[PATCH] ext4: simplify some logic in ext4_mb_normalize_request
 2009-08-18  4:31 UTC  (2+ messages)

[PATCH] ext4: open-code ext4_mb_update_group_info
 2009-08-18  4:30 UTC  (2+ messages)

[PATCH] reject too-large filesystems on 32-bit kernels
 2009-08-18  3:47 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 0/4] ext[34]: Fix deadlock between truncate and get_block()
 2009-08-18  2:17 UTC  (9+ messages)
` [PATCH 1/4] jbd: Annotate transaction start also for journal_restart()
` [PATCH 2/4] ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks()
` [PATCH 3/4] jbd2: Annotate transaction start also for jbd2_journal_restart()
` [PATCH 4/4] ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()

[patch 5/5] ext2: convert to use the new truncate convention
 2009-08-17 16:44 UTC  (5+ messages)

[Bug 13909] New: md5sum on 3GB file is constantly hanging
 2009-08-17 14:31 UTC  (30+ messages)
` [Bug 13909] "

[PATCH]Show unwritten extent flag in ext4_ext_show_leaf()
 2009-08-17 12:37 UTC  (3+ messages)

[PATCH] Compile warning fix when enable EXT_DEBUG
 2009-08-17 12:36 UTC  (5+ messages)

[PATCH] filefrag: don't print extent header on bmap fallback
 2009-08-16  3:50 UTC  (2+ messages)

[PATCH] filefrag: fix frag count in bmap case
 2009-08-16  3:50 UTC  (2+ messages)

[patch 57/74] compat_ioctl: hook up compat handler for FIEMAP ioctl
 2009-08-13 19:50 UTC 

[patch 16/28] compat_ioctl: hook up compat handler for FIEMAP ioctl
 2009-08-13 19:40 UTC 

2.6.28.9: EXT3/NFS inodes corruption
 2009-08-12 22:34 UTC  (9+ messages)

[PATCH, RFC] ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED
 2009-08-12 20:37 UTC  (16+ messages)
` What happened to data=guarded? (was: ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED)
    ` What happened to data=guarded?

patch compat_ioctl-hook-up-compat-handler-for-fiemap-ioctl.patch added to 2.6.27-stable tree
 2009-08-12 19:26 UTC 

>16TB issues
 2009-08-12 17:59 UTC  (17+ messages)

[PATCH 2/2 V2] Direct IO for holes and fallocate: unwritten extents spt for DIO
 2009-08-12 15:57 UTC 

patch compat_ioctl-hook-up-compat-handler-for-fiemap-ioctl.patch added to 2.6.30-stable tree
 2009-08-11 21:19 UTC 

[Bug 13964] New: ext4: panic causes lost data in git
 2009-08-11 19:02 UTC  (2+ messages)
` [Bug 13964] "

Questions about mballoc's stream allocation
 2009-08-11 17:37 UTC  (6+ messages)
` [PATCH,RFC 1/2] ext4: Fix bugs in mballoc's stream allocation mode
` [PATCH,RFC 2/2] ext4: Avoid group preallocation for closed files

Nasty race found in ext4 extents truncate logic
 2009-08-11 15:25 UTC  (2+ messages)

[PATCH] compile fix for debuging delalloc patch
 2009-08-11  3:13 UTC  (2+ messages)

[PATCH] ext4: remove redundant test on unsigned
 2009-08-11  2:48 UTC  (2+ messages)

[PATCH] JBD2: round commit timer up to avoid uncommitted transaction
 2009-08-11  2:52 UTC  (2+ messages)

[Bug 12793] New: ext4 gives wrong errno with too long extended attribute values
 2009-08-11  2:58 UTC  (2+ messages)
` [Bug 12793] "

[Bug 13604] New: cascade of "mpage_da_map_blocks block allocation failed" errors
 2009-08-11 11:00 UTC  (2+ messages)
` [Bug 13604] "

[PATCH] xfstests: 220 - generic quota sanity
 2009-08-11  1:59 UTC  (5+ messages)

Data loss/corruption when using fallocate/ftruncate
 2009-08-10 21:10 UTC  (2+ messages)

[merged] compat_ioctl-hook-up-compat-handler-for-fiemap-ioctl.patch removed from -mm tree
 2009-08-10 19:27 UTC 

[PATCH 1/2] ext4: fix journal ref count in move_extent_par_page
 2009-08-10 17:26 UTC  (7+ messages)
` [PATCH 2/2] ext4: fix null pointer bug in move_extent.c

[PATCH] xfstests: very basic defragmentation testing for xfs & ext4
 2009-08-10 14:09 UTC  (3+ messages)
` [PATCH V2] xfstests 218: "

[Bug 13930] New: non-contiguous files (64.9%) on a ext4 fs
 2009-08-10 13:11 UTC  (4+ messages)
` [Bug 13930] "

[PATCH] e2freefrag utility
 2009-08-10  3:31 UTC  (8+ messages)
` [PATCH 0/6] Patches to improve/fix e2freefrag
` [PATCH 1/6] e2freefrag: Clarify e2freefrag's messages
` [PATCH 2/6] e2freefrag: Do not print chunk-related information by default
` [PATCH 3/6] e2freefrag: Fix to work correctly for file systems with 1kb block sizes
` [PATCH 4/6] e2freefrag: Take into account the last free extent in the file system
` [PATCH 5/6] Add V=1 support when linking e2freefrag in misc/Makefile.in
` [PATCH 6/6] libext2fs: Treat uninitialized parts of bitmaps as unallocated

[RFC][PATCH 1/7]ext4: Add EXT4_IOC_ADD_GLOBAL_ALLOC_RULE restricts block allocation
 2009-08-09 18:18 UTC  (4+ messages)

ext4: buffer underrun in ext4_ext_split()?
 2009-08-08  3:32 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).