aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAge
...
* f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache alloca...Gu Zheng2013-10-22
* f2fs: no need to check other dirty_segmap when the seg has been foundHaicheng Li2013-10-22
* f2fs: use true and false for boolean valueHaicheng Li2013-10-22
* f2fs: avoid to write during the recoveryJaegeuk Kim2013-10-17
* f2fs: avoid wait if IO end up when do_checkpoint for better performanceGu Zheng2013-10-17
* f2fs: introduce function read_raw_super_block()Gu Zheng2013-10-17
* f2fs: fix the starvation problem on cp_rwsemJaegeuk Kim2013-10-17
* f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim2013-10-17
* f2fs: fix writing incorrect orphan blocksJaegeuk Kim2013-10-07
* f2fs: avoid unnecessary checkpointsJaegeuk Kim2013-10-07
* f2fs: handle remount options correctlyKelly Anderson2013-10-06
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-06
* f2fs: account for orphan inodes during recoveryRuss W. Knize2013-09-25
* f2fs: don't GC or take an fs_lock from f2fs_initxattrs()Russ Knize2013-09-25
* f2fs: don't let the orphan inode counter underflowRuss W. Knize2013-09-25
* f2fs: remove unneeded write checkpoint in recover_fsync_dataChao Yu2013-09-25
* f2fs: avoid allocating failure in bio_allocChao Yu2013-09-24
* f2fs: optimize the victim searching loop slightlyJin Xu2013-09-24
* f2fs: optimize fs_lock for better performanceYu Chao2013-09-24
* f2fs: optimize gc for better performanceJin Xu2013-09-05
* f2fs: merge more bios of node block writesJaegeuk Kim2013-09-04
* f2fs: avoid an overflow during utilization calculationJaegeuk Kim2013-09-03
* f2fs: trigger GC when there are prefree segmentsJaegeuk Kim2013-09-02
* f2fs: use strncasecmp() simplify the string comparisonGu Zheng2013-08-27
* f2fs: fix omitting to update inode pageJaegeuk Kim2013-08-27
* f2fs: support the inline xattrsJaegeuk Kim2013-08-26
* f2fs: add the truncate_xattr_node functionJaegeuk Kim2013-08-26
* f2fs: introduce __find_xattr for readabilityJaegeuk Kim2013-08-26
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2013-08-26
* f2fs: add flags for inline xattrsJaegeuk Kim2013-08-26
* f2fs: fix error return code in init_f2fs_fs()Wei Yongjun2013-08-26
* f2fs: fix wrong BUG_ON conditionJaegeuk Kim2013-08-20
* f2fs: fix memory leak when init f2fs filesystem failZhao Hongjiang2013-08-20
* f2fs: fix a compound statement label errorGu Zheng2013-08-18
* f2fs: avoid writing inode redundantly when creating a fileJin Xu2013-08-18
* f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter2013-08-18
* f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim2013-08-12
* f2fs: check the free space first in new_node_pageJaegeuk Kim2013-08-12
* f2fs: clean up the needless end 'return' of void functionGu Zheng2013-08-11
* f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim2013-08-09
* f2fs: fix inconsistency between xattr node blocks and its inodeJaegeuk Kim2013-08-09
* f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim2013-08-09
* f2fs: fix a build failure due to missing the kobject headerJaegeuk Kim2013-08-08
* f2fs: fix a deadlock in fsyncJin Xu2013-08-06
* f2fs: remove redundant code from f2fs_write_beginNamjae Jeon2013-08-06
* f2fs: add sysfs entries to select the gc policyNamjae Jeon2013-08-06
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2013-08-06
* f2fs: remove an unneeded kfree(NULL)Dan Carpenter2013-07-31
* f2fs: fix handling orphan inodesJaegeuk Kim2013-07-30
* f2fs: move bio_private allocation out of f2fs_bio_alloc()Gu Zheng2013-07-30