diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-01-09 06:15:53 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-04-11 01:07:57 +0300 |
commit | 1abff93d01eddaab7ccdcf15f8cda4d91cbbcd9a (patch) | |
tree | 786074cc5ef7729f9ceaf0f7dd48e9c94b7a0149 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 8fbc418f99caf65a53f3921ac2a32a0a0af7aba2 (diff) | |
download | linux-1abff93d01eddaab7ccdcf15f8cda4d91cbbcd9a.tar.xz |
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/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions