Whamcloud - gitweb
Add support for a new superblock field: s_kbytes_written
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Mar 2009 00:40:20 +0000 (19:40 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Mar 2009 06:59:23 +0000 (01:59 -0500)
commitb7c5b4030870b31d73019d9d9ec55d550772590b
tree0d970292f57dd4779b1241bdd8b7b4ee9ac9706c
parentb2ca48f40eb33bd86b8d53d4373e7fce96bced4a
Add support for a new superblock field: s_kbytes_written

This field tracks the lifetime amount of writes to the filesystem.  It
will be updated by the kernel as well as by e2fsprogs programs which
write to the filesystem.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/set_fields.c
lib/e2p/ls.c
lib/ext2fs/closefs.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/swapfs.c
misc/mke2fs.c