Searched hist:de93653fe31fc9439971296842dcd0280f8ab5f4 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
/openbmc/linux/fs/f2fs/ |
H A D | recovery.c | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | gc.c | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | node.c | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | data.c | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | super.c | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | file.c | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | f2fs.h | diff de93653fe31fc9439971296842dcd0280f8ab5f4 Mon Aug 12 07:08:03 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: reserve the xattr space dynamically
This patch enables the number of direct pointers inside on-disk inode block to be changed dynamically according to the size of inline xattr space.
The number of direct pointers, ADDRS_PER_INODE, can be changed only if the file has inline xattr flag.
The number of direct pointers that will be used by inline xattrs is defined as F2FS_INLINE_XATTR_ADDRS. Current patch assigns F2FS_INLINE_XATTR_ADDRS to 0 temporarily.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|