aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim
2013-02-12f2fs: when check superblock failed, try to check another superblockmajianpeng
2013-02-12f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng
2013-02-12f2fs: add un/freeze_fs into super_operationsChangman Lee
2013-02-12f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz
2013-02-12f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon
2013-01-15f2fs: fix the debugfs entry creation pathNamjae Jeon
2013-01-14f2fs: remove redundant call to set_blocksize in f2fs_fill_superNamjae Jeon
2013-01-11f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim
2013-01-04f2fs: introduce f2fs_msg to ease adding information printsNamjae Jeon
2012-12-28f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon
2012-12-28f2fs: return a default value for non-void functionJaegeuk Kim
2012-12-26f2fs: should recover orphan and fsync dataJaegeuk Kim
2012-12-26f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim
2012-12-11f2fs: remove unneeded memset from init_onceNamjae Jeon
2012-12-11f2fs: show error in case of invalid mount argumentsNamjae Jeon
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim
2012-12-11f2fs: add super block operationsJaegeuk Kim