public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xfs log recovery delay instrumentation
@ 2014-09-02 14:08 Brian Foster
  2014-09-02 14:08 ` [PATCH v2 1/2] xfs: add debug sysfs attribute set Brian Foster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Brian Foster @ 2014-09-02 14:08 UTC (permalink / raw)
  To: xfs

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

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

end of thread, other threads:[~2014-09-09  1:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 14:08 [PATCH v2 0/2] xfs log recovery delay instrumentation Brian Foster
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

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