linux/fs/ext4
Nikitas Angelinas bdfc230f33 ext4: MMP: fix error message rate-limiting logic in kmmpd
Current logic would print an error message only once, and then
'failed_writes' would stay at 1.  Rework the loop to increment
'failed_writes' and print the error message every
s_mmp_update_interval * 60 seconds, as intended according to the
comment.

Signed-off-by: Nikitas Angelinas <nikitas_angelinas@xyratex.com>
Signed-off-by: Andrew Perepechko <andrew_perepechko@xyratex.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Acked-by: Andreas Dilger <adilger@dilger.ca>
2011-10-18 10:51:51 -04:00
..
acl.c
acl.h
balloc.c ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() 2011-09-09 19:16:51 -04:00
bitmap.c
block_validity.c
dir.c
ext4_extents.h ext4: Fix bigalloc quota accounting and i_blocks value 2011-09-09 19:04:51 -04:00
ext4_jbd2.c jbd2: add debugging information to jbd2_journal_dirty_metadata() 2011-09-04 10:18:14 -04:00
ext4_jbd2.h
ext4.h ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl 2011-10-08 15:56:35 -04:00
extents.c ext4: avoid stamping on other memories in ext4_ext_insert_index() 2011-10-17 10:13:46 -04:00
file.c
fsync.c
hash.c
ialloc.c ext4: remove deprecated oldalloc 2011-10-08 14:34:47 -04:00
indirect.c ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) 2011-09-09 18:36:51 -04:00
inode.c ext4: fix the comment describing ext4_ext_search_right() 2011-10-08 15:53:49 -04:00
ioctl.c ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl 2011-10-08 15:56:35 -04:00
Kconfig
Makefile
mballoc.c ext4: Free resources in ext4_mb_init()'s error paths 2011-10-06 10:22:28 -04:00
mballoc.h ext4: teach ext4_free_blocks() about bigalloc and clusters 2011-09-09 18:50:51 -04:00
migrate.c ext4: add some tracepoints in ext4/extents.c 2011-09-09 19:18:51 -04:00
mmp.c ext4: MMP: fix error message rate-limiting logic in kmmpd 2011-10-18 10:51:51 -04:00
move_extent.c ext4: add some tracepoints in ext4/extents.c 2011-09-09 19:18:51 -04:00
namei.c ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry 2011-08-31 12:02:51 -04:00
page-io.c ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining 2011-08-31 11:50:51 -04:00
resize.c ext4: Rename ext4_free_blks_{count,set}() to refer to clusters 2011-09-09 19:08:51 -04:00
super.c ext4: fix ext4 so it works without CONFIG_PROC_FS 2011-10-08 16:26:03 -04:00
symlink.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h