All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3][RFC] add a message in mount/remount/umount for ext2/ext3/ext4
@ 2009-09-15  6:20 Toshiyuki Okajima
  2009-09-15 15:15 ` Eric Sandeen
  2009-09-15 22:20 ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Toshiyuki Okajima @ 2009-09-15  6:20 UTC (permalink / raw)
  To: tytso, akpm; +Cc: sct, adilger, linux-ext4

Hi Ted, Andrew and all.

Under the current implementation, we cannot know in the system log 
(/var/log/messages) when the filesystem (ext2/ext3/ext4) is unmounted.
For enterprise users, they often want to observe certain filesystems'
actions (mount/unmount) in the system log. Besides, by the system log, 
we occasionally wants to know whether a certain filesystem has been
unmounted or not at the time when a problem happens.

The following patch series implement above demand. 
Please apply it.

Signed-off-by: Toshiyuki Okajima <toshi.okajima@jp.fujitsu.com>
---
 fs/ext2/super.c |   16 ++++++++++++++++
 fs/ext3/super.c |   32 +++++++++++++++++++++++---------
 fs/ext4/super.c |   30 ++++++++++++++++++++++--------
 3 files changed, 61 insertions(+), 17 deletions(-)

Regards,
Toshiyuki Okajima

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

end of thread, other threads:[~2009-09-16  4:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15  6:20 [PATCH 0/3][RFC] add a message in mount/remount/umount for ext2/ext3/ext4 Toshiyuki Okajima
2009-09-15 15:15 ` Eric Sandeen
2009-09-16  4:51   ` Toshiyuki Okajima
2009-09-15 22:20 ` Andrew Morton
2009-09-16  4:55   ` Toshiyuki Okajima

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.