All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.27.y 00/11] *** SUBJECT HERE ***
@ 2010-03-16  0:25 Theodore Ts'o
  2010-03-16  0:25 ` [PATCH 2.6.27.y 01/11] ext4: invalidate pages if delalloc block allocation fails Theodore Ts'o
                   ` (11 more replies)
  0 siblings, 12 replies; 26+ messages in thread
From: Theodore Ts'o @ 2010-03-16  0:25 UTC (permalink / raw)
  To: stable; +Cc: Jayson R. King, Ext4 Developers List, Theodore Ts'o

These are the patches backported by Jayson R. King.  I've eyeballed
them, and run them through a xfsqa test run, and they look good to me.

Greg, please apply them to the 2.6.27 kernel.

      	     	   					- Ted

Aneesh Kumar K.V (10):
  ext4: invalidate pages if delalloc block allocation fails.
  ext4: Make sure all the block allocation paths reserve blocks
  ext4: Add percpu dirty block accounting.
  ext4: Retry block reservation
  ext4: Retry block allocation if we have free blocks left
  ext4: Use tag dirty lookup during mpage_da_submit_io
  vfs: Remove the range_cont writeback mode.
  vfs: Add no_nrwrite_index_update writeback control flag
  ext4: Fix file fragmentation during large file write.
  ext4: Implement range_cyclic in ext4_da_writepages instead of
    write_cache_pages

Mingming Cao (1):
  percpu counter: clean up percpu_counter_sum_and_set()

 fs/ext4/balloc.c               |   88 +++++++++---
 fs/ext4/ext4.h                 |   13 ++
 fs/ext4/ext4_sb.h              |    1 +
 fs/ext4/inode.c                |  314 ++++++++++++++++++++++++++++------------
 fs/ext4/mballoc.c              |   39 +++--
 fs/ext4/super.c                |    8 +-
 include/linux/percpu_counter.h |   12 +-
 include/linux/writeback.h      |   10 +-
 lib/percpu_counter.c           |    8 +-
 mm/page-writeback.c            |   16 +-
 10 files changed, 360 insertions(+), 149 deletions(-)


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2010-04-19 17:30 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16  0:25 [PATCH 2.6.27.y 00/11] *** SUBJECT HERE *** Theodore Ts'o
2010-03-16  0:25 ` [PATCH 2.6.27.y 01/11] ext4: invalidate pages if delalloc block allocation fails Theodore Ts'o
2010-04-19 17:26   ` patch ext4-invalidate-pages-if-delalloc-block-allocation-fails.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:25 ` [PATCH 2.6.27.y 02/11] percpu counter: clean up percpu_counter_sum_and_set() Theodore Ts'o
2010-04-19 17:27   ` patch percpu-counter-clean-up-percpu_counter_sum_and_set.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:25 ` [PATCH 2.6.27.y 03/11] ext4: Make sure all the block allocation paths reserve blocks Theodore Ts'o
2010-04-19 17:26   ` patch ext4-make-sure-all-the-block-allocation-paths-reserve-blocks.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:25 ` [PATCH 2.6.27.y 04/11] ext4: Add percpu dirty block accounting Theodore Ts'o
2010-03-16 18:48   ` Andreas Dilger
2010-03-17  0:51     ` tytso
2010-04-19 17:26   ` patch ext4-add-percpu-dirty-block-accounting.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:25 ` [PATCH 2.6.27.y 05/11] ext4: Retry block reservation Theodore Ts'o
2010-04-19 17:27   ` patch ext4-retry-block-reservation.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:26 ` [PATCH 2.6.27.y 06/11] ext4: Retry block allocation if we have free blocks left Theodore Ts'o
2010-04-19 17:26   ` patch ext4-retry-block-allocation-if-we-have-free-blocks-left.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:26 ` [PATCH 2.6.27.y 07/11] ext4: Use tag dirty lookup during mpage_da_submit_io Theodore Ts'o
2010-04-19 17:27   ` patch ext4-use-tag-dirty-lookup-during-mpage_da_submit_io.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:26 ` [PATCH 2.6.27.y 08/11] vfs: Remove the range_cont writeback mode Theodore Ts'o
2010-04-19 17:27   ` patch vfs-remove-the-range_cont-writeback-mode.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:26 ` [PATCH 2.6.27.y 09/11] vfs: Add no_nrwrite_index_update writeback control flag Theodore Ts'o
2010-04-19 17:27   ` patch vfs-add-no_nrwrite_index_update-writeback-control-flag.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:26 ` [PATCH 2.6.27.y 10/11] ext4: Fix file fragmentation during large file write Theodore Ts'o
2010-04-19 17:26   ` patch ext4-fix-file-fragmentation-during-large-file-write.patch added to 2.6.27-stable tree gregkh
2010-03-16  0:26 ` [PATCH 2.6.27.y 11/11] ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages Theodore Ts'o
2010-04-19 17:26   ` patch ext4-implement-range_cyclic-in-ext4_da_writepages-instead-of-write_cache_pages.patch added to 2.6.27-stable tree gregkh
2010-03-17  3:10 ` [PATCH 2.6.27.y 00/11] *** SUBJECT HERE *** Jayson R. King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.