summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2013-06-17f2fs: add remount_fs callback supportNamjae Jeon
2013-06-14f2fs: avoid freqeunt write_inode callsJaegeuk Kim
2013-06-11f2fs: set sb->s_fs_info before calling parse_options()Gu Zheng
2013-05-28f2fs: add f2fs_readonly()Jaegeuk Kim
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-05-08f2fs: continue to mount after failing recoveryChris Fries
2013-05-08f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-30f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li
2013-04-23f2fs: add tracepoints for sync & inode operationsNamjae Jeon
2013-04-22f2fs: fix error return code in f2fs_fill_super()Wei Yongjun
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-04-03f2fs: avoid race for summary informationJaegeuk Kim
2013-04-03f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim
2013-03-27f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim
2013-03-20f2fs: fix typo in commentsMasanari Iida
2013-03-20f2fs: fix return values from validate superblockNamjae Jeon
2013-03-20f2fs: notify when discard is not supportedNamjae Jeon
2013-03-19f2fs: Fix typo in commentsMasanari Iida
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
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