lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 14 Jan 2014 16:06:39 +0800
From:	Zheng Liu <gnehzuil.liu@...il.com>
To:	linux-ext4@...r.kernel.org
Cc:	Zheng Liu <wenqing.lz@...bao.com>, "Theodore Ts'o" <tytso@....edu>,
	Andreas Dilger <adilger.kernel@...ger.ca>,
	Jan Kara <jack@...e.cz>
Subject: [RFC PATCH 0/2] add some stats in es shrinker and do some cleanups in tracepoint

Hi all,

This patch set contains two patches.  The first one is a trival patch,
which does some cleanups for the trace point of extent status tree
shrinker.  The second one is to add some statistics for extent status
tree shrinker in order that we want to collect some more details when
we encounter a stall.  As discussion with Ted and other folks, we need
to add some counters to reflect the behaviour of the shrinker, and later
we can use these counters to measure the performance for the shrinker
improvements.  Meanwhile these information can help us to reproduce the
problem when the user reports that their machine is stall caused by the
shrinker.

Any comment or suggestion are always welcome.

Thanks,
						- Zheng

Zheng Liu (2):
  ext4: improve extents status tree trace point
  ext4: track extent status tree shrinker delay statictics

 fs/ext4/ext4.h              |    4 +-
 fs/ext4/extents_status.c    |  177 +++++++++++++++++++++++++++++++++++++++----
 fs/ext4/extents_status.h    |   10 ++-
 fs/ext4/super.c             |   17 ++---
 include/trace/events/ext4.h |   59 +++++++++++++--
 5 files changed, 233 insertions(+), 34 deletions(-)

-- 
1.7.9.7

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ