Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-11 | f2fs: adjust kernel coding style | Jaegeuk Kim | 1 | -1/+1 | |
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> | |||||
2012-12-11 | f2fs: add xattr and acl functionalities | Jaegeuk Kim | 1 | -0/+57 | |
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> |