Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-11 | f2fs: adjust kernel coding style | Jaegeuk Kim | |
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 | |
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> |