All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: optimise XBF_TRYLOCK buffer lookups
@ 2018-04-18  0:21 Dave Chinner
  2018-04-18  0:21 ` [PATCH 1/2] xfs: make xfs_buf_incore out of line Dave Chinner
  2018-04-18  0:21 ` [PATCH 2/2] xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure Dave Chinner
  0 siblings, 2 replies; 11+ messages in thread
From: Dave Chinner @ 2018-04-18  0:21 UTC (permalink / raw)
  To: linux-xfs

Hi folks,

This is a cleaned up version of my original patch to avoid
unnecessary buffer lookups on locked buffers when XBF_TRYLOCK is
set. That patch can be found here:

https://marc.info/?l=linux-xfs&m=151994388115521&w=2

Version 2:
- split out changes to xfs_incore interface to make _xfs_buf_find
  static and not externally visible
- fixed indenting issues in error handling switch statement

Cheers,

Dave.

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

end of thread, other threads:[~2018-04-19  1:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18  0:21 [PATCH 0/2] xfs: optimise XBF_TRYLOCK buffer lookups Dave Chinner
2018-04-18  0:21 ` [PATCH 1/2] xfs: make xfs_buf_incore out of line Dave Chinner
2018-04-18 10:29   ` Christoph Hellwig
2018-04-18 11:46   ` Carlos Maiolino
2018-04-18 15:24     ` Darrick J. Wong
2018-04-18 23:34       ` Dave Chinner
2018-04-19  1:10         ` Darrick J. Wong
2018-04-18  0:21 ` [PATCH 2/2] xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure Dave Chinner
2018-04-18 10:30   ` Christoph Hellwig
2018-04-18 11:53   ` Carlos Maiolino
2018-04-18 15:24   ` Darrick J. Wong

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.