Home
last modified time | relevance | path

Searched hist:bbf156f7afa7f3cc07177f1119878f6f60855fd1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dxattr.cdiff bbf156f7afa7f3cc07177f1119878f6f60855fd1 Mon Aug 29 20:23:45 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: fix lost xattrs of directories

This patch enhances the xattr consistency of dirs from suddern power-cuts.

Possible scenario would be:
1. dir->setxattr used by per-file encryption
2. file->setxattr goes into inline_xattr
3. file->fsync

In that case, we should do checkpoint for #1.
Otherwise we'd lose dir's key information for the file given #2.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
H A Dcheckpoint.cdiff bbf156f7afa7f3cc07177f1119878f6f60855fd1 Mon Aug 29 20:23:45 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: fix lost xattrs of directories

This patch enhances the xattr consistency of dirs from suddern power-cuts.

Possible scenario would be:
1. dir->setxattr used by per-file encryption
2. file->setxattr goes into inline_xattr
3. file->fsync

In that case, we should do checkpoint for #1.
Otherwise we'd lose dir's key information for the file given #2.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
H A Dfile.cdiff bbf156f7afa7f3cc07177f1119878f6f60855fd1 Mon Aug 29 20:23:45 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: fix lost xattrs of directories

This patch enhances the xattr consistency of dirs from suddern power-cuts.

Possible scenario would be:
1. dir->setxattr used by per-file encryption
2. file->setxattr goes into inline_xattr
3. file->fsync

In that case, we should do checkpoint for #1.
Otherwise we'd lose dir's key information for the file given #2.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
H A Df2fs.hdiff bbf156f7afa7f3cc07177f1119878f6f60855fd1 Mon Aug 29 20:23:45 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: fix lost xattrs of directories

This patch enhances the xattr consistency of dirs from suddern power-cuts.

Possible scenario would be:
1. dir->setxattr used by per-file encryption
2. file->setxattr goes into inline_xattr
3. file->fsync

In that case, we should do checkpoint for #1.
Otherwise we'd lose dir's key information for the file given #2.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>