Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | f2fs: adjust kernel coding style | Jaegeuk Kim | 2012-12-11 | 1 | -2/+2 |
| | | | | | | | As pointed out by Randy Dunlap, this patch removes all usage of "/**" for comment blocks. Instead, just use "/*". Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com> | ||||
* | f2fs: add xattr and acl functionalities | Jaegeuk Kim | 2012-12-11 | 1 | -0/+145 |
This implements xattr and acl functionalities. - F2FS uses a node page to contain use extended attributes. Signed-off-by: Changman Lee <cm224.lee@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com> |