diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-01-08 19:15:53 -0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-04-10 15:07:57 -0700 |
commit | 1abff93d01eddaab7ccdcf15f8cda4d91cbbcd9a (patch) | |
tree | 786074cc5ef7729f9ceaf0f7dd48e9c94b7a0149 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8fbc418f99caf65a53f3921ac2a32a0a0af7aba2 (diff) |
f2fs: support fs shutdown
This patch introduces a generic ioctl for fs shutdown, which was used by xfs.
If this shutdown is triggered, filesystem stops any further IOs according to the
following options.
1. FS_GOING_DOWN_FULLSYNC
: this will flush all the data and dentry blocks, and do checkpoint before
shutdown.
2. FS_GOING_DOWN_METASYNC
: this will do checkpoint before shutdown.
3. FS_GOING_DOWN_NOSYNC
: this will trigger shutdown as is.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions