aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: drop obsolete node page when it is truncatedJaegeuk Kim2016-02-131-0/+4
* f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim2016-02-134-31/+30
* f2fs: remove the orphan block page arrayGu Zheng2016-02-131-3/+4
* f2fs: add help function META_MAPPINGGu Zheng2016-02-135-8/+13
* f2fs: move a branch for code redabilityJaegeuk Kim2016-02-131-5/+4
* f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim2016-02-133-5/+8
* f2fs: clean checkpatch warningsChris Fries2016-02-1311-30/+40
* f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)Changman Lee2016-02-131-1/+1
* f2fs: avoid f2fs_balance_fs call during pageoutJaegeuk Kim2016-02-131-1/+3
* f2fs: add delimiter to seperate name and value in debug phraseChangman Lee2016-02-131-4/+4
* f2fs: use spinlock rather than mutex for better speedGu Zheng2016-02-132-13/+13
* Fix merge conflictrogersb112016-02-131-7/+9
* f2fs: move alloc new orphan node out of lock protection regionGu Zheng2016-02-131-6/+9
* f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2016-02-136-7/+7
* f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim2016-02-134-3/+12
* f2fs: improve write performance under frequent fsync callsJaegeuk Kim2016-02-134-10/+11
* f2fs: support 3.0arter972016-02-138-43/+83
* f2fs: support 3.4Jaegeuk Kim2016-02-1311-56/+49
* fs: import f2fs from git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2...arter972016-02-1324-0/+14820