All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Avoid unnecessary page locks in the generic read path
@ 2016-01-25 10:03 ` Mel Gorman
  0 siblings, 0 replies; 14+ messages in thread
From: Mel Gorman @ 2016-01-25 10:03 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Hugh Dickins, Jan Kara, Linux-FSDevel, Linux-MM, LKML, Mel Gorman

A long time ago there was an attempt to merge a patch that reduced the
cost of unlock_page by avoiding the page_waitqueue lookup if there were no
waiters. It was rejected on the grounds of complexity but it was pointed
out that the read paths call lock_page unnecessarily. This series reduces
the number of calls to lock_page when multiple processes read data in at
the same time.

 mm/filemap.c | 90 ++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 60 insertions(+), 30 deletions(-)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/2] Avoid unnecessary page locks in the generic read path v2r1
@ 2016-01-26 14:09 Mel Gorman
  2016-01-26 14:09   ` Mel Gorman
  0 siblings, 1 reply; 14+ messages in thread
From: Mel Gorman @ 2016-01-26 14:09 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Hugh Dickins, Jan Kara, Linux-FSDevel, Linux-MM, LKML, Mel Gorman

Changelog since V1
o Use lock_page_killable consistently do_generic_file_read		(jan)

A long time ago there was an attempt to merge a patch that reduced the
cost of unlock_page by avoiding the page_waitqueue lookup if there were no
waiters. It was rejected on the grounds of complexity but it was pointed
out that the read paths call lock_page unnecessarily. This series reduces
the number of calls to lock_page when multiple processes read data in at
the same time.

 mm/filemap.c | 90 ++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 60 insertions(+), 30 deletions(-)

-- 
2.6.4

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

end of thread, other threads:[~2016-01-26 14:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 10:03 [PATCH 0/2] Avoid unnecessary page locks in the generic read path Mel Gorman
2016-01-25 10:03 ` Mel Gorman
2016-01-25 10:03 ` [PATCH 1/2] mm: filemap: Remove redundant code in do_read_cache_page Mel Gorman
2016-01-25 10:03   ` Mel Gorman
2016-01-25 11:35   ` Jan Kara
2016-01-25 11:35     ` Jan Kara
2016-01-25 10:03 ` [PATCH 2/2] mm: filemap: Avoid unnecessary calls to lock_page when waiting for IO to complete during a read Mel Gorman
2016-01-25 10:03   ` Mel Gorman
2016-01-25 11:35   ` Jan Kara
2016-01-25 11:35     ` Jan Kara
2016-01-25 14:05     ` Mel Gorman
2016-01-25 14:05       ` Mel Gorman
2016-01-26 14:09 [PATCH 0/2] Avoid unnecessary page locks in the generic read path v2r1 Mel Gorman
2016-01-26 14:09 ` [PATCH 2/2] mm: filemap: Avoid unnecessary calls to lock_page when waiting for IO to complete during a read Mel Gorman
2016-01-26 14:09   ` Mel Gorman

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.