linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-08 05:53:20 to 2013-04-17 08:46:49 UTC [more...]

[PATCH 0/2] [RFC] blkdev: flush generation optimization
 2013-04-17  8:46 UTC  (5+ messages)
` [PATCH 1/2] blkdev: add flush generation counter
  ` [PATCH 2/2] ext4: Add fdatasync scalability optimization

[PATCH 1/5] ext4: convert write_begin methods to stable_page_writes semantics
 2013-04-17  7:39 UTC  (9+ 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

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

Excessive stall times on ext4 in 3.9-rc2
 2013-04-13  1:23 UTC  (20+ messages)

[PATCH 0/2] ext4: fix readdir error with getdents
 2013-04-12 21:55 UTC  (4+ 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] 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] jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
 2013-04-12 12:24 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  (41+ 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 07/29] jbd2: Refine waiting for shadow buffers
` [PATCH 08/29] jbd2: Remove outdated comment
` [PATCH 09/29] jbd2: Cleanup needed free block estimates when starting a transaction
` [PATCH 10/29] jbd2: Fix race in t_outstanding_credits update in jbd2_journal_extend()
` [PATCH 11/29] jbd2: Remove unused waitqueues
` [PATCH 12/29] jbd2: Transaction reservation support
` [PATCH 13/29] ext4: Provide wrappers for transaction reservation calls
` [PATCH 14/29] ext4: Stop messing with nr_to_write in ext4_da_writepages()
` [PATCH 15/29] ext4: Deprecate max_writeback_mb_bump sysfs attribute
` [PATCH 16/29] ext4: Improve writepage credit estimate for files with indirect blocks
` [PATCH 17/29] ext4: Better estimate credits needed for ext4_da_writepages()
` [PATCH 18/29] ext4: Restructure writeback path
` [PATCH 19/29] ext4: Remove buffer_uninit handling
` [PATCH 20/29] ext4: Use transaction reservation for extent conversion in ext4_end_io
` [PATCH 21/29] ext4: Split extent conversion lists to reserved & unreserved parts
` [PATCH 22/29] ext4: Defer clearing of PageWriteback after extent conversion
` [PATCH 23/29] ext4: Protect extent conversion after DIO with i_dio_count
` [PATCH 24/29] ext4: Remove wait for unwritten extent conversion from ext4_ext_truncate()
` [PATCH 25/29] ext4: Use generic_file_fsync() in ext4_file_fsync() in nojournal mode
` [PATCH 26/29] ext4: Remove i_mutex from ext4_file_sync()
` [PATCH 27/29] ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()
` [PATCH 28/29] ext4: Don't wait for extent conversion in ext4_ext_punch_hole()
` [PATCH 29/29] ext4: Remove ext4_ioend_wait()

[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 v3 00/18] change invalidatepage prototype to accept length
 2013-04-11 22:40 UTC  (30+ messages)
` [PATCH v3 01/18] mm: "
` [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 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 1/2] ext4: Improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS
 2013-04-09 16:42 UTC  (4+ messages)
` [PATCH 2/2] ext4: Move quota initialization out of inode allocation transaction

[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)

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

[PATCH] ext4: optimize ext4_end_io memory usage
 2013-04-08 21:38 UTC  (4+ messages)

[PATCH 1/2] ext4: Return proper offset for '..' if inline_data enabled
 2013-04-08 17:11 UTC  (4+ messages)

[PATCH] ext4: fix incorrect lock ordering for ext4_ext_migrate
 2013-04-08 17:01 UTC  (2+ messages)

[Bug 56241] New: running e4defrag provokes "kernel BUG at fs/buffer.c:1833!"
 2013-04-08 16:07 UTC  (2+ messages)
` [Bug 56241] "

[PATCH, RFC V2] ext3: add ioctl to force 32-bit hashes from indexed dirs
 2013-04-08  9:28 UTC  (13+ messages)
` [PATCH, RFC V3] "

[RFC][PATCH] ext4: introduce reserved space
 2013-04-08  8:41 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).