public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Brian Foster <bfoster@redhat.com>
To: xfs@oss.sgi.com
Subject: [PATCH v2 0/2] xfs log recovery delay instrumentation
Date: Tue,  2 Sep 2014 10:08:13 -0400	[thread overview]
Message-ID: <1409666895-49799-1-git-send-email-bfoster@redhat.com> (raw)

Here's v2 of the log recovery delay instrumentation set. v1 is available
here:

http://oss.sgi.com/archives/xfs/2014-08/msg00276.html

After a brief conversation with Dave, we thought it best to tie in this
functionality with DEBUG mode to express/ensure that these attributes
are for debugging/hacking purposes only. Everything else should be
equivalent to v1.

Brian

v2:
- Enable /sys/fs/xfs/debug for DEBUG mode kernels only.
v1: http://oss.sgi.com/archives/xfs/2014-08/msg00276.html

Brian Foster (2):
  xfs: add debug sysfs attribute set
  xfs: export log_recovery_delay to delay mount time log recovery

 fs/xfs/xfs_globals.c     |  4 +++
 fs/xfs/xfs_log_recover.c | 12 ++++++++
 fs/xfs/xfs_super.c       | 23 +++++++++++++--
 fs/xfs/xfs_sysctl.h      |  5 ++++
 fs/xfs/xfs_sysfs.c       | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
 fs/xfs/xfs_sysfs.h       |  1 +
 6 files changed, 117 insertions(+), 2 deletions(-)

-- 
1.8.3.1

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

             reply	other threads:[~2014-09-02 14:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02 14:08 Brian Foster [this message]
2014-09-02 14:08 ` [PATCH v2 1/2] xfs: add debug sysfs attribute set Brian Foster
2014-09-02 14:08 ` [PATCH v2 2/2] xfs: export log_recovery_delay to delay mount time log recovery Brian Foster
2014-09-09  1:56 ` [PATCH v2 0/2] xfs log recovery delay instrumentation Dave Chinner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1409666895-49799-1-git-send-email-bfoster@redhat.com \
    --to=bfoster@redhat.com \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox