public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] serialize unmount against new buffer I/O
@ 2016-07-15 18:35 Brian Foster
  2016-07-15 18:35 ` [PATCH v2 1/2] xfs: exclude never-released buffers from buftarg I/O accounting Brian Foster
  2016-07-15 18:35 ` [PATCH v2 2/2] xfs: track and serialize in-flight async buffers against unmount Brian Foster
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Foster @ 2016-07-15 18:35 UTC (permalink / raw)
  To: xfs

v2:
- Drop patch 1. Use existing flags argument to set NO_IOACCT and fold
  into patch 2.
- Clear IN_FLIGHT status on marking a buffer stale.
- Add IN_FLIGHT to tracepoint flags string list.
v1: http://oss.sgi.com/pipermail/xfs/2016-July/050148.html

Brian Foster (2):
  xfs: exclude never-released buffers from buftarg I/O accounting
  xfs: track and serialize in-flight async buffers against unmount

 fs/xfs/xfs_buf.c   | 168 +++++++++++++++++++++++++++++++++++++++--------------
 fs/xfs/xfs_buf.h   |   7 ++-
 fs/xfs/xfs_log.c   |   5 +-
 fs/xfs/xfs_mount.c |  10 ++--
 4 files changed, 141 insertions(+), 49 deletions(-)

-- 
2.5.5

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

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

end of thread, other threads:[~2016-07-15 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 18:35 [PATCH v2 0/2] serialize unmount against new buffer I/O Brian Foster
2016-07-15 18:35 ` [PATCH v2 1/2] xfs: exclude never-released buffers from buftarg I/O accounting Brian Foster
2016-07-15 18:35 ` [PATCH v2 2/2] xfs: track and serialize in-flight async buffers against unmount Brian Foster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox