summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\
| * f2fs: Fix typo in commentsMasanari Iida2013-03-191-1/+1
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
|/
* f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim2013-02-121-2/+2
* f2fs: when check superblock failed, try to check another superblockmajianpeng2013-02-121-16/+31
* f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng2013-02-121-1/+10
* f2fs: add un/freeze_fs into super_operationsChangman Lee2013-02-121-0/+18
* f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz2013-02-121-1/+1
* f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim2013-02-121-3/+9
* f2fs: add __init to functions in init_f2fs_fsNamjae Jeon2013-01-221-1/+1
* f2fs: fix the debugfs entry creation pathNamjae Jeon2013-01-151-2/+5
* f2fs: remove redundant call to set_blocksize in f2fs_fill_superNamjae Jeon2013-01-141-5/+1
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2013-01-111-0/+2
* f2fs: introduce f2fs_msg to ease adding information printsNamjae Jeon2013-01-041-17/+63
* f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon2012-12-281-2/+1
* f2fs: return a default value for non-void functionJaegeuk Kim2012-12-281-1/+1
* f2fs: should recover orphan and fsync dataJaegeuk Kim2012-12-261-4/+2
* f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim2012-12-261-2/+2
* f2fs: remove unneeded memset from init_onceNamjae Jeon2012-12-111-1/+0
* f2fs: show error in case of invalid mount argumentsNamjae Jeon2012-12-111-0/+2
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-4/+4
* f2fs: add super block operationsJaegeuk Kim2012-12-111-0/+656
OpenPOWER on IntegriCloud