All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: patches for 3.2
@ 2011-09-30  4:45 Dave Chinner
  2011-09-30  4:45 ` [PATCH 1/2] xfs: Don't allocate new buffers on every call to _xfs_buf_find Dave Chinner
  2011-09-30  4:45 ` [PATCH 2/2] xfs: reduce the number of log forces from tail pushing Dave Chinner
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Chinner @ 2011-09-30  4:45 UTC (permalink / raw)
  To: xfs

These are the two patches I have outstanding for 3.2. I've dropped
the xfsbufd changes from the series as Christoph and I have been
discussing ways to change metadata writeback that make the xfsbufd
redundant. Hence there's no need to change it now...

I've dropped all the interface changes from the xfs buf allocation
code change, simplifying it lots, and fixed the problems reported
with it. I've also fixed a bug in the AIL log force reduction patch
that caused the AIL to get stuck when pinned buffers caused the
stuck processing to loop.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] xfs: small metadata performance optimisations
@ 2011-08-08  6:51 Dave Chinner
  2011-08-08  6:51 ` [PATCH 1/2] xfs: Don't allocate new buffers on every call to _xfs_buf_find Dave Chinner
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Chinner @ 2011-08-08  6:51 UTC (permalink / raw)
  To: xfs

These are a couple of small optimisations that I made after noticing
just how rare buffer cache misses are and where log forces are being
triggered from most commonly during highly concurrent metadata
workloads.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2011-10-04 21:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30  4:45 [PATCH 0/2] xfs: patches for 3.2 Dave Chinner
2011-09-30  4:45 ` [PATCH 1/2] xfs: Don't allocate new buffers on every call to _xfs_buf_find Dave Chinner
2011-09-30 15:27   ` Christoph Hellwig
2011-10-04 21:30   ` Alex Elder
2011-09-30  4:45 ` [PATCH 2/2] xfs: reduce the number of log forces from tail pushing Dave Chinner
  -- strict thread matches above, loose matches on Subject: below --
2011-08-08  6:51 [PATCH 0/2] xfs: small metadata performance optimisations Dave Chinner
2011-08-08  6:51 ` [PATCH 1/2] xfs: Don't allocate new buffers on every call to _xfs_buf_find Dave Chinner
2011-08-09  7:51   ` Christoph Hellwig
2011-08-10  5:48     ` Dave Chinner

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.