aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2016-06-051-0/+12
* f2fs: set sb->s_fs_info before calling parse_options()Gu Zheng2016-06-051-4/+4
* f2fs: continue to mount after failing recoveryChris Fries2016-06-051-4/+3
* f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2016-06-051-0/+15
* f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li2016-06-051-1/+0
* f2fs: add tracepoints for sync & inode operationsNamjae Jeon2016-06-051-0/+5
* f2fs: fix error return code in f2fs_fill_super()Wei Yongjun2016-06-051-1/+2
* f2fs: introduce a new global lock schemeJaegeuk Kim2016-06-051-2/+2
* f2fs: avoid race for summary informationJaegeuk Kim2016-06-051-2/+5
* f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim2016-06-051-0/+2
* f2fs: fix the recovery flow to handle errors correctlyJaegeuk Kim2016-06-051-2/+7
* f2fs: fix return values from validate superblockNamjae Jeon2016-06-051-4/+7
* f2fs: notify when discard is not supportedNamjae Jeon2016-06-051-0/+9
* f2fs: Fix typo in commentsMasanari Iida2016-06-051-1/+1
* f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2016-06-051-1/+1
* Revert "f2fs: add un/freeze_fs into super_operations"Hashcode2016-06-051-18/+0
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2016-06-051-2/+2
* f2fs: when check superblock failed, try to check another superblockmajianpeng2016-06-051-16/+31
* f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng2016-06-051-1/+10
* f2fs: add un/freeze_fs into super_operationsChangman Lee2016-06-051-0/+18
* f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz2016-06-051-1/+1
* f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim2016-06-051-3/+9
* f2fs: add __init to functions in init_f2fs_fsNamjae Jeon2016-06-051-1/+1
* f2fs: fix the debugfs entry creation pathNamjae Jeon2016-06-051-2/+5
* f2fs: remove redundant call to set_blocksize in f2fs_fill_superNamjae Jeon2016-06-051-5/+1
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2016-06-051-0/+2
* f2fs: introduce f2fs_msg to ease adding information printsNamjae Jeon2016-06-051-17/+63
* f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon2016-06-051-2/+1
* f2fs: return a default value for non-void functionJaegeuk Kim2016-06-051-1/+1
* f2fs: should recover orphan and fsync dataJaegeuk Kim2016-06-051-4/+2
* f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim2016-06-051-2/+2
* f2fs: Backport to K3.0Hashcode2016-06-051-4/+4
* f2fs: remove unneeded memset from init_onceNamjae Jeon2016-06-051-1/+0
* f2fs: show error in case of invalid mount argumentsNamjae Jeon2016-06-051-0/+2
* f2fs: adjust kernel coding styleJaegeuk Kim2016-06-051-1/+1
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2016-06-051-4/+4
* f2fs: add super block operationsJaegeuk Kim2016-06-051-0/+656