linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-27 20:12:17 to 2013-03-12 03:31:01 UTC [more...]

torrent hash failures since 3.9.0-rc1
 2013-03-12  3:30 UTC  (13+ messages)

Sign, more experimentation and broken features
 2013-03-12  3:28 UTC 

[REGRESSION] allocated N with only M reserved metadata blocks
 2013-03-11 21:22 UTC  (3+ messages)

Possible bug with extent status tree
 2013-03-11 20:38 UTC 

[Bug 55081] New: BUG while unlinking inode with an xattr
 2013-03-11 18:47 UTC 

[BUG][data=journal] general protection fault is hitted when we run xfstests #074
 2013-03-11 17:33 UTC  (7+ messages)

[PATCH 1/3] ext4: remove unused variable in ext4_free_blocks()
 2013-03-11 15:38 UTC  (8+ messages)
` [PATCH 2/3] ext4: Use kstrtoul() instead of deprecated simple_strtoul()
` [PATCH 3/3] ext4: Do no use yield() in ext4 code

Mixup with name_len & file_type in e2fsprogs
 2013-03-11 14:18 UTC  (8+ messages)

[PATCH] mke2fs: restore verbose message for BLKDISCARD
 2013-03-11 14:18 UTC  (12+ messages)

[PATCH v2 0/5] ext4: try to fix up es regressions
 2013-03-11  6:23 UTC  (24+ messages)
` [PATCH v2 1/5] ext4: improve ext4_es_can_be_merged() to avoid a potential overflow
` [PATCH v2 2/5] ext4: add self-testing infrastructure to do a sanity check
` [PATCH v2 3/5] ext4: fix wrong m_len value after unwritten extent conversion
` [PATCH v2 4/5] ext4: update extent status tree after an extent is zeroed out
` [PATCH v2 5/5] ext4: fix wrong the number of the allocted blocks in ext4_split_extent
` Dev branch regressions

[PATCH 1/3] ext4: Reserve metadata if writing into uninitialized
 2013-03-11  2:52 UTC  (6+ messages)
` [PATCH 2/3] ext4: Update reserved space after the 'correction'
` [PATCH 3/3] ext4: reserve metadata block for every delayed write

[PATCH] ext4: Fix WARN_ON from ext4_releasepage()
 2013-03-11  2:20 UTC  (3+ messages)

Re:Very Urgent!!!
 2013-03-10 21:51 UTC 

Greetings from George Daniels
 2013-03-10 21:42 UTC 

[PATCH V7 -next 11/33] dio: Convert direct_IO to use iov_iter
 2013-03-08 22:52 UTC  (3+ messages)
` [PATCH V7 -next 20/33] fs: add read_iter and write_iter to several file systems
` [PATCH V7 -next 22/33] ext4: add support for read_iter and write_iter

Ext4 developer's get-together at Collaboration Summit/LSFMM
 2013-03-08 19:32 UTC  (4+ messages)

[PATCH] bounce:fix bug, avoid to flush dcache on slab page from jbd2
 2013-03-08 12:37 UTC 

[BUG][Bigalloc] applictions will be blocked for more than 120s when we run xfstests #083
 2013-03-08 12:49 UTC  (3+ messages)

[BUG][dioread_nolock] blocked for more than 120s when we run xfstests #269
 2013-03-07 15:11 UTC  (2+ messages)

[PATCH] ext4: Reserve xattr index for Rich ACL support
 2013-03-07 14:59 UTC  (2+ messages)

[BUG][data=journal] WARN_ON(PageChecked(page)) in ext4_releasepage() when we run xfstests #247
 2013-03-07 12:46 UTC  (2+ messages)

[jbd2 or mm BUG]: crash while flush JBD2's the pages, that owned Slab flag
 2013-03-07 12:17 UTC  (2+ messages)

bio splits unnecessarily due to BH_Boundary in ext3 direct I/O
 2013-03-07 10:48 UTC  (2+ messages)

[jbd2 or mm BUG]: crash while flush JBD2's the pages, that owned Slab flag
 2013-03-07  7:55 UTC 

[PATCH] xfstests: don't assume that falloc_punch implies falloc in test 255
 2013-03-06 16:52 UTC  (5+ messages)

[PATCH] add ext4 inode inline data support to grub2
 2013-03-06  3:13 UTC  (2+ messages)

[PATCH] xfstests: use native definition of O_DIRECT flag
 2013-03-05 20:09 UTC  (2+ messages)

[PATCH v2] xfstests: use right defrag program path
 2013-03-05 15:55 UTC  (3+ messages)

Battery backed ramdisk for fs journal
 2013-03-05  4:23 UTC 

[Bug 42723] New: EXT4-fs error: ext4_mb_generate_buddy
 2013-03-05  0:18 UTC  (2+ messages)
` [Bug 42723] "

[PATCH 00/10] xfstests: Stress tests improments v5
 2013-03-04 23:44 UTC  (28+ messages)
` [PATCH 01/10] xfstests: add fio requirement V2
` [PATCH 02/10] xfstest: add configurable load factors
` [PATCH 03/10] xfstests: hardcode fops for determinable fsstests runs
` [PATCH 04/10] xfstets: fsstress add replace file operation
` [PATCH 05/10] xfstest: allow fsstress to use load factor where appropriate
` [PATCH 06/10] xfstest: move run_check to common.rc
` [PATCH 07/10] xfstest: add fallocate/truncate vs AIO/DIO stress test
` [PATCH 08/10] xfstest: add fallocate/punch_hole "
` [PATCH 09/10] xfstest: add defragmentation stress tests for ext4
` [PATCH 10/10] xfstests: add disk failure simulation test

[GIT PULL] ext4 updates for 3.9
 2013-03-04 16:11 UTC  (35+ messages)
                    ` [GIT PULL URGENT] ext4 regression fix "
                          ` [PATCH] ext4: optimize ext4_es_shrink()
                            ` [PATCH] ext4: use percpu counter for extent cache count

[PATCH 1/5] ext4: ext4_split_extent shoult take care about extent zeroout v3
 2013-03-04 14:26 UTC  (7+ messages)
` [PATCH 2/5] ext4: disable merging of uninitialized extents
` [PATCH 3/5] ext4: add warning to ext4_convert_unwritten_extents_endio

[PATCH 0/2] fixup bugs in e2fsprogs that is reported by xfstests #218
 2013-03-03 16:26 UTC  (3+ messages)
` [PATCH 1/2] e4defrag: defrag a file when orig_physical_cnt == donor_physical_cnt
` [PATCH 2/2] filefrag: count a contiguous extent when both logical and physical blocks are contiguous

[GIT PULL] ext4 bug fixes for 3.9
 2013-03-03  3:17 UTC 

[PATCH 1/2] ext4: Don't allow quota mount options when quota feature enabled
 2013-03-02 23:04 UTC  (4+ messages)
` [PATCH 2/2] ext4: Enable quotas before orphan cleanup

[PATCH] ext4: fix a warning from sparse check for ext4_dir_llseek
 2013-03-02 22:25 UTC  (2+ messages)

[PATCH] ext4: Convert number of blocks to clusters properly
 2013-03-02 22:19 UTC  (2+ messages)

[PATCH] ext4: fix possible memory leak in ext4_remount()
 2013-03-02 22:13 UTC  (2+ messages)

ext4 xfstest regression due to ext4_es_lookup_extent
 2013-03-02 22:10 UTC  (4+ messages)
  ` [PATCH] jbd2: Fix ERR_PTR dereference in jbd2__journal_start

[Bug 54551] New: write fails with one short >2GB write
 2013-03-01  9:20 UTC  (2+ messages)
` [Bug 54551] "

[PATCH 0/6] ext4: try to fix up es regressions
 2013-03-01  3:23 UTC  (13+ messages)
` [PATCH 1/6] ext4: invalidate exntent-status-tree during extent_migration
` [PATCH 2/6] ext4: improve ext4_es_can_be_merged() to avoid a potential overflow
` [PATCH 3/6] ext4: add self-testing infrastructure to do a sanity check
` [PATCH 4/6] ext4: fix wrong m_len value after unwritten extent conversion
` [PATCH 5/6] ext4: ext4_split_extent shoult take care about extent zeroout v3
` [PATCH 6/6] ext4: update extent status tree after an extent is zeroed out

[PATCH 3/4] libext2fs: Provide prototype for ext2fs_symlink()
 2013-03-01  1:13 UTC  (2+ messages)
` [3/4] "

[PATCH 1/4] e2p: Fix 's' handling in parse_num_blocks2()
 2013-03-01  1:13 UTC  (2+ messages)
` [1/4] "

[PATCH 4/4] resize: bigalloc_check() should have return type void
 2013-03-01  1:07 UTC  (2+ messages)
` [4/4] "

[PATCH 2/4] libext2fs: Fix return value in ext2fs_test_block_bitmap_range2()
 2013-03-01  1:06 UTC  (2+ messages)
` [2/4] "

[PATCH] e2fsprogs: fix flag settings in e2image.h
 2013-02-28 20:11 UTC  (2+ messages)

fsck.ext4 returning false positives
 2013-02-28 15:49 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).