linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] shmem: radix-tree cleanups and swapoff optimizations
@ 2012-02-10 19:42 Konstantin Khlebnikov
  2012-02-10 19:42 ` [PATCH 1/4] shmem: simlify shmem_unlock_mapping Konstantin Khlebnikov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Konstantin Khlebnikov @ 2012-02-10 19:42 UTC (permalink / raw)
  To: linux-mm, Andrew Morton, Hugh Dickins, linux-kernel; +Cc: Linus Torvalds

Here some shmem patches related to the radix-tree iterator patchset,
they cleans radix-tree usage in shmem and notably optimizes swapoff operation.
Last patch is slightly off-topic, but it shares test results with previous patch.

---

Konstantin Khlebnikov (4):
      shmem: simlify shmem_unlock_mapping
      shmem: tag swap entries in radix tree
      shmem: use radix-tree iterator in shmem_unuse_inode()
      mm: use swap readahead at swapoff


 include/linux/radix-tree.h |    1 
 lib/radix-tree.c           |   93 --------------------------------------------
 mm/shmem.c                 |   60 ++++++++++++++++++++--------
 mm/swapfile.c              |    3 -
 4 files changed, 44 insertions(+), 113 deletions(-)

-- 
Signature

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-02-11  7:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 19:42 [PATCH 0/4] shmem: radix-tree cleanups and swapoff optimizations Konstantin Khlebnikov
2012-02-10 19:42 ` [PATCH 1/4] shmem: simlify shmem_unlock_mapping Konstantin Khlebnikov
2012-02-10 19:42 ` [PATCH 2/4] shmem: tag swap entries in radix tree Konstantin Khlebnikov
2012-02-10 19:42 ` [PATCH 3/4] shmem: use radix-tree iterator in shmem_unuse_inode() Konstantin Khlebnikov
2012-02-10 19:42 ` [PATCH 4/4] mm: use swap readahead at swapoff Konstantin Khlebnikov
2012-02-11  7:43 ` [PATCH 5/4] shmem: put shmem_delete_from_page_cache under CONFIG_SWAP Konstantin Khlebnikov
2012-02-11  7:44 ` [PATCH 6/4] shmem: simplify shmem_truncate_range Konstantin Khlebnikov

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