aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-03f2fs: avoid race for summary informationJaegeuk Kim1-2/+5
2013-04-03f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim1-0/+2
2013-03-27f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim1-2/+7
2013-03-20f2fs: fix typo in commentsMasanari Iida1-1/+1
2013-03-20f2fs: fix return values from validate superblockNamjae Jeon1-4/+7
2013-03-20f2fs: notify when discard is not supportedNamjae Jeon1-0/+9
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim1-1/+1
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim1-2/+2
2013-02-12f2fs: when check superblock failed, try to check another superblockmajianpeng1-16/+31
2013-02-12f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng1-1/+10
2013-02-12f2fs: add un/freeze_fs into super_operationsChangman Lee1-0/+18
2013-02-12f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz1-1/+1
2013-02-12f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim1-3/+9
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon1-1/+1
2013-01-15f2fs: fix the debugfs entry creation pathNamjae Jeon1-2/+5
2013-01-14f2fs: remove redundant call to set_blocksize in f2fs_fill_superNamjae Jeon1-5/+1
2013-01-11f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim1-0/+2
2013-01-04f2fs: introduce f2fs_msg to ease adding information printsNamjae Jeon1-17/+63
2012-12-28f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon1-2/+1
2012-12-28f2fs: return a default value for non-void functionJaegeuk Kim1-1/+1
2012-12-26f2fs: should recover orphan and fsync dataJaegeuk Kim1-4/+2
2012-12-26f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim1-2/+2
2012-12-11f2fs: remove unneeded memset from init_onceNamjae Jeon1-1/+0
2012-12-11f2fs: show error in case of invalid mount argumentsNamjae Jeon1-0/+2
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-4/+4
2012-12-11f2fs: add super block operationsJaegeuk Kim1-0/+656