aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-22f2fs: add __init to functions in init_f2fs_fsGravatar Namjae Jeon 1-1/+1
2013-01-15f2fs: fix the debugfs entry creation pathGravatar Namjae Jeon 1-2/+5
2013-01-14f2fs: remove redundant call to set_blocksize in f2fs_fill_superGravatar Namjae Jeon 1-5/+1
2013-01-11f2fs: add f2fs_balance_fs in several interfacesGravatar Jaegeuk Kim 1-0/+2
2013-01-04f2fs: introduce f2fs_msg to ease adding information printsGravatar Namjae Jeon 1-17/+63
2012-12-28f2fs: remove unneeded variable from f2fs_sync_fsGravatar Namjae Jeon 1-2/+1
2012-12-28f2fs: return a default value for non-void functionGravatar Jaegeuk Kim 1-1/+1
2012-12-26f2fs: should recover orphan and fsync dataGravatar Jaegeuk Kim 1-4/+2
2012-12-26f2fs: fix wrong calculation on f_files in statfsGravatar Jaegeuk Kim 1-2/+2
2012-12-11f2fs: remove unneeded memset from init_onceGravatar Namjae Jeon 1-1/+0
2012-12-11f2fs: show error in case of invalid mount argumentsGravatar Namjae Jeon 1-0/+2
2012-12-11f2fs: adjust kernel coding styleGravatar Jaegeuk Kim 1-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseGravatar Jaegeuk Kim 1-4/+4
2012-12-11f2fs: add super block operationsGravatar Jaegeuk Kim 1-0/+656