linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-09 09:14:14 to 2013-04-21 00:07:08 UTC [more...]

Excessive stall times on ext4 in 3.9-rc2
 2013-04-21  0:07 UTC  (18+ messages)
                  ` [PATCH 1/3] ext4: mark all metadata I/O with REQ_META
                    ` [PATCH 2/3] buffer: add BH_Prio and BH_Meta flags
                    ` [PATCH 3/3] ext4: mark metadata blocks using bh flags

page eviction from the buddy cache
 2013-04-20 23:57 UTC  (8+ messages)

[PATCH] ext4: mark all metadata I/O with REQ_META
 2013-04-20 19:46 UTC 

[Bug 56821] New: an ext4 commit ee0906f causes weird disk hangs
 2013-04-20 17:59 UTC  (5+ messages)
` [Bug 56821] "

ext4, jbd2: task blocked for more than 120 seconds
 2013-04-20 16:05 UTC 

s390x: kernel BUG at fs/ext4/inode.c:1591! (powerpc too!)
 2013-04-20 15:19 UTC  (8+ messages)
        ` [PATCH] ext4: fix a big-endian bug when an extent is zeroed out

[PATCH v3 00/18] change invalidatepage prototype to accept length
 2013-04-20 13:43 UTC  (37+ messages)
` [PATCH v3 02/18] jbd2: change jbd2_journal_invalidatepage "
` [PATCH v3 03/18] ext4: use ->invalidatepage() length argument
` [PATCH v3 04/18] jbd: change journal_invalidatepage() to accept length
` [PATCH v3 05/18] xfs: use ->invalidatepage() length argument
` [PATCH v3 06/18] ocfs2: "
` [PATCH v3 07/18] ceph: "
` [PATCH v3 08/18] gfs2: "
  ` [Cluster-devel] "
` [PATCH v3 09/18] reiserfs: "
` [PATCH v3 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH v3 11/18] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH v3 12/18] Revert "ext4: fix fsx truncate failure"
` [PATCH v3 13/18] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH v3 14/18] ext4: remove unused discard_partial_page_buffers
` [PATCH v3 15/18] ext4: remove unused code from ext4_remove_blocks()
` [PATCH v3 16/18] ext4: update ext4_ext_remove_space trace point
` [PATCH v3 17/18] ext4: make punch hole code path work with bigalloc
` [PATCH v3 18/18] ext4: Allow punch hole with bigalloc enabled

[PATCH] ext4: unregister extents status shrinker if mount failed
 2013-04-19 22:26 UTC  (2+ messages)

[PATCH 0/2] ext4: fix readdir error with getdents
 2013-04-19 22:00 UTC  (6+ messages)
` [PATCH 1/2] ext4: fix readdir error in case inline_data+dir_index
  ` [PATCH 2/2] ext4: fix readdir error in case inline_data+^dir_index

[PATCH] jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
 2013-04-19 21:50 UTC  (2+ messages)

[PATCH 1/2] ext4: Improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS
 2013-04-19 19:21 UTC  (10+ messages)
` [PATCH 2/2] ext4: Move quota initialization out of inode allocation transaction
        ` [PATCH -v3] ext4: move "

ext4: mext_insert_extents should update extent block checksum
 2013-04-19 18:20 UTC  (2+ messages)

[PATCH] fs/buffer.c: Remove the unnecessary init operation after allocating buffer_head
 2013-04-19 14:48 UTC  (2+ messages)

[Bug 56831] New: RHEL Linux Data Corruption found with EXT4 system
 2013-04-19 13:42 UTC  (2+ messages)
` [Bug 56831] "

[PATCH] ext4: disable defrag for metadata_csum file systems
 2013-04-19  6:19 UTC  (5+ messages)

[PATCH] mke2fs: add discard to default mke2fs.conf and disable by default
 2013-04-18 23:09 UTC  (4+ messages)
` [PATCH V2] "

fsck memory usage
 2013-04-18 18:34 UTC  (3+ messages)

[PATCH 1/5] ext4: convert write_begin methods to stable_page_writes semantics
 2013-04-18 18:07 UTC  (10+ messages)
` [PATCH 2/5] jbd2: optimize jbd2_journal_force_commit
` [PATCH 3/5] ext4: fix data integrity for ext4_sync_fs
` [PATCH 4/5] jbd: optimize journal_force_commit
` [PATCH 5/5] ext3: fix data integrity for ext4_sync_fs

[PATCH 0/2] [RFC] blkdev: flush generation optimization
 2013-04-18 14:34 UTC  (6+ messages)
` [PATCH 1/2] blkdev: add flush generation counter
  ` [PATCH 2/2] ext4: Add fdatasync scalability optimization

Reply
 2013-04-18  6:50 UTC 

[PATCH] tune2fs: Disallow tune2fs to set inode size larger than block size
 2013-04-18  8:10 UTC 

[PATCH] ext4: Reserve xattr index for Rich ACL support
 2013-04-17 22:14 UTC  (2+ messages)

winner
 2013-04-16 16:55 UTC 

winner
 2013-04-16 16:50 UTC 

xfstests failure generic/299
 2013-04-16  8:20 UTC  (6+ messages)

[PATCH 1/2] xfstests: dump _require_fio output to log
 2013-04-15 11:09 UTC  (2+ messages)
` [PATCH 2/2] xfstests: fix fio's arguments

[PATCH] e2fsprogs: allow 0-length xattr values in e2fsck
 2013-04-12 17:02 UTC  (2+ messages)

ext4 metadata reservation warnings
 2013-04-12 16:38 UTC 

[PATCH] jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
 2013-04-12 12:24 UTC 

[PATCH 00/22 v1] Fixes and improvements in ext4 writeback path
 2013-04-12  8:10 UTC  (18+ messages)
` [PATCH 01/29] ext4: Make ext4_bio_write_page() use BH_Async_Write flags instead page pointers from ext4_io_end
` [PATCH 02/29] ext4: Use io_end for multiple bios
` [PATCH 03/29] ext4: Clear buffer_uninit flag when submitting IO
` [PATCH 04/29] jbd2: Reduce journal_head size
` [PATCH 05/29] jbd2: Don't create journal_head for temporary journal buffers
` [PATCH 06/29] jbd2: Remove journal_head from descriptor buffers

[PATCH] ext4: Use kstrtoul() instead of parse_strtoul()
 2013-04-12  3:39 UTC  (2+ messages)
`  "

[PATCH] ext4: defragmentation code cleanup
 2013-04-12  3:33 UTC  (3+ messages)

[PATCH] ext4: Fix data corruption with direct IO read in dioread_nolock mode
 2013-04-12  3:18 UTC  (6+ messages)

[PATCH 1/2 v2] ext4: move ext4_ind_migrate() into migrate.c
 2013-04-11 15:15 UTC  (10+ messages)
` [PATCH 2/2 v2] ext4: Do not convert to indirect with bigalloc enabled

FYI: journal corruption after 305'th xfstest
 2013-04-11 13:08 UTC  (2+ messages)

[regression][dev] IO failure is hitted by xfstest 083
 2013-04-11 12:17 UTC 

Ext4 Prob and nation for a other commerce
 2013-04-11  5:02 UTC 

Ext4 Prob and nation for a other commerce
 2013-04-11  2:37 UTC 

something's using space, can't figure out what - how to debug?
 2013-04-11  2:31 UTC  (3+ messages)

[PATCH 1/2] ext4: fix usless declarations
 2013-04-10  4:02 UTC  (7+ messages)
` [PATCH 2/2] ext4: fix cpu_vs_disk conversions
    ` [PATCH 1/3] ext4: fix big-endian bug in extent migration code
      ` [PATCH 2/3] ext4: fix big-endian bug in metadata checksum calculations
      ` [PATCH 3/3] ext4: fix miscellaneous big endian warnings
` [1/2] ext4: fix usless declarations

bio splits unnecessarily due to BH_Boundary in ext3 direct I/O
 2013-04-10  2:59 UTC  (9+ messages)

[PATCH v2] ext4: introduce reserved space
 2013-04-10  2:36 UTC  (3+ messages)

Re:Just read your email and this is my response
 2013-04-09 18:21 UTC 

[PATCH v3] [RESEND] mm: Make snapshotting pages for stable writes a per-bio operation
 2013-04-09 21:11 UTC  (4+ messages)

Fwd: block level cow operation
 2013-04-09 21:02 UTC  (4+ messages)

[PATCH] bounce:fix bug, avoid to flush dcache on slab page from jbd2
 2013-04-09 18:03 UTC  (11+ messages)
      ` [PATCH] mm: Make snapshotting pages for stable writes a per-bio operation
          ` [PATCH v3] "

[PATCH V3] ext4: speed-up releasing blocks on commit
 2013-04-09 16:36 UTC  (2+ messages)

ext4 stable page writes question
 2013-04-09 15:01 UTC  (3+ messages)

[PATCH 1/2] ext3: optimize ext3_force_commit
 2013-04-09 14:36 UTC  (5+ messages)
` [PATCH 2/2] ext4: optimize ext4_force_commit

[PATCH] ext4: Do not convert to indirect with bigalloc enabled
 2013-04-09 13:28 UTC  (5+ messages)

[PATCH] ext4: fix free space estimate in ext4_nonda_switch()
 2013-04-09 13:28 UTC  (2+ messages)

[PATCH] ext4: Fix deadlock with quota feature
 2013-04-09 13:20 UTC  (2+ messages)

mpt2sas + raid10 goes boom
 2013-04-09 12:45 UTC  (5+ messages)

[PATCH v3] ext4: move ext4_ind_migrate() into migrate.c
 2013-04-09 11:23 UTC  (4+ 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).