Searched hist:"65985 d935ddd5657c66a8bb3ae9752ed842549b8" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | xattr.h | diff 65985d935ddd5657c66a8bb3ae9752ed842549b8 Wed Aug 14 07:57:27 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: support the inline xattrs
0. modified inode structure -------------------------------------- metadata (e.g., i_mtime, i_ctime, etc) -------------------------------------- direct pointers [0 ~ 873]
inline xattrs (200 bytes by default)
indirect pointers [0 ~ 4] -------------------------------------- node footer --------------------------------------
1. setxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - handle xattr entries - write_all_xattrs copies modified xattrs into inline and xattr node block.
2. getxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - check target entries
3. Usage # mount -t f2fs -o inline_xattr $DEV $MNT
Once mounted with the inline_xattr option, f2fs marks all the newly created files to reserve an amount of inline xattr space explicitly inside the inode block. Without the mount option, f2fs will not touch any existing files and newly created files as well.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | xattr.c | diff 65985d935ddd5657c66a8bb3ae9752ed842549b8 Wed Aug 14 07:57:27 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: support the inline xattrs
0. modified inode structure -------------------------------------- metadata (e.g., i_mtime, i_ctime, etc) -------------------------------------- direct pointers [0 ~ 873]
inline xattrs (200 bytes by default)
indirect pointers [0 ~ 4] -------------------------------------- node footer --------------------------------------
1. setxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - handle xattr entries - write_all_xattrs copies modified xattrs into inline and xattr node block.
2. getxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - check target entries
3. Usage # mount -t f2fs -o inline_xattr $DEV $MNT
Once mounted with the inline_xattr option, f2fs marks all the newly created files to reserve an amount of inline xattr space explicitly inside the inode block. Without the mount option, f2fs will not touch any existing files and newly created files as well.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | node.c | diff 65985d935ddd5657c66a8bb3ae9752ed842549b8 Wed Aug 14 07:57:27 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: support the inline xattrs
0. modified inode structure -------------------------------------- metadata (e.g., i_mtime, i_ctime, etc) -------------------------------------- direct pointers [0 ~ 873]
inline xattrs (200 bytes by default)
indirect pointers [0 ~ 4] -------------------------------------- node footer --------------------------------------
1. setxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - handle xattr entries - write_all_xattrs copies modified xattrs into inline and xattr node block.
2. getxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - check target entries
3. Usage # mount -t f2fs -o inline_xattr $DEV $MNT
Once mounted with the inline_xattr option, f2fs marks all the newly created files to reserve an amount of inline xattr space explicitly inside the inode block. Without the mount option, f2fs will not touch any existing files and newly created files as well.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | f2fs.h | diff 65985d935ddd5657c66a8bb3ae9752ed842549b8 Wed Aug 14 07:57:27 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: support the inline xattrs
0. modified inode structure -------------------------------------- metadata (e.g., i_mtime, i_ctime, etc) -------------------------------------- direct pointers [0 ~ 873]
inline xattrs (200 bytes by default)
indirect pointers [0 ~ 4] -------------------------------------- node footer --------------------------------------
1. setxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - handle xattr entries - write_all_xattrs copies modified xattrs into inline and xattr node block.
2. getxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - check target entries
3. Usage # mount -t f2fs -o inline_xattr $DEV $MNT
Once mounted with the inline_xattr option, f2fs marks all the newly created files to reserve an amount of inline xattr space explicitly inside the inode block. Without the mount option, f2fs will not touch any existing files and newly created files as well.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | diff 65985d935ddd5657c66a8bb3ae9752ed842549b8 Wed Aug 14 07:57:27 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: support the inline xattrs
0. modified inode structure -------------------------------------- metadata (e.g., i_mtime, i_ctime, etc) -------------------------------------- direct pointers [0 ~ 873]
inline xattrs (200 bytes by default)
indirect pointers [0 ~ 4] -------------------------------------- node footer --------------------------------------
1. setxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - handle xattr entries - write_all_xattrs copies modified xattrs into inline and xattr node block.
2. getxattr flow - read_all_xattrs copies all the xattrs from inline and xattr node block. - check target entries
3. Usage # mount -t f2fs -o inline_xattr $DEV $MNT
Once mounted with the inline_xattr option, f2fs marks all the newly created files to reserve an amount of inline xattr space explicitly inside the inode block. Without the mount option, f2fs will not touch any existing files and newly created files as well.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|