Home
last modified time | relevance | path

Searched hist:c5e06d101aaf72f1f2192a661414459775e9bd74 (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A DMakefilediff c5e06d101aaf72f1f2192a661414459775e9bd74 Wed May 25 00:31:25 CEST 2011 Johann Lombardi <johann@whamcloud.com> ext4: add support for multiple mount protection

Prevent an ext4 filesystem from being mounted multiple times.
A sequence number is stored on disk and is periodically updated (every 5
seconds by default) by a mounted filesystem.
At mount time, we now wait for s_mmp_update_interval seconds to make sure
that the MMP sequence does not change.
In case of failure, the nodename, bdevname and the time at which the MMP
block was last updated is displayed.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
H A Dmmp.cc5e06d101aaf72f1f2192a661414459775e9bd74 Wed May 25 00:31:25 CEST 2011 Johann Lombardi <johann@whamcloud.com> ext4: add support for multiple mount protection

Prevent an ext4 filesystem from being mounted multiple times.
A sequence number is stored on disk and is periodically updated (every 5
seconds by default) by a mounted filesystem.
At mount time, we now wait for s_mmp_update_interval seconds to make sure
that the MMP sequence does not change.
In case of failure, the nodename, bdevname and the time at which the MMP
block was last updated is displayed.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>