aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: clean up acl flow for better readabilityJaegeuk Kim2016-06-051-12/+13
* f2fs: remove unnecessary segment bitmap updatesChangman Lee2016-06-051-23/+8
* f2fs: add tracepoint for vm_page_mkwriteJaegeuk Kim2016-06-051-0/+1
* f2fs: add tracepoint for set_page_dirtyJaegeuk Kim2016-06-053-0/+6
* f2fs: remove redundant set_page_dirty from write_compacted_summariesChao Yu2016-06-051-4/+4
* f2fs: add reclaiming control by sysfsJaegeuk Kim2016-06-051-14/+36
* f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim2016-06-054-10/+15
* f2fs: reclaim prefree segments periodicallyJaegeuk Kim2016-06-055-1/+18
* f2fs: use bool for booleansHaicheng Li2016-06-055-11/+11
* f2fs: clean up several status-related operationsJaegeuk Kim2016-06-055-25/+27
* f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache alloca...Gu Zheng2016-06-054-41/+35
* f2fs: no need to check other dirty_segmap when the seg has been foundHaicheng Li2016-06-051-3/+7
* f2fs: use true and false for boolean valueHaicheng Li2016-06-051-2/+2
* f2fs: avoid to write during the recoveryJaegeuk Kim2016-06-052-7/+12
* f2fs: avoid wait if IO end up when do_checkpoint for better performanceGu Zheng2016-06-053-2/+14
* f2fs: introduce function read_raw_super_block()Gu Zheng2016-06-051-21/+34
* f2fs: fix the starvation problem on cp_rwsemJaegeuk Kim2016-06-052-14/+0
* f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim2016-06-051-17/+32
* f2fs: fix writing incorrect orphan blocksJaegeuk Kim2016-06-051-2/+2
* f2fs: avoid unnecessary checkpointsJaegeuk Kim2016-06-051-1/+3
* f2fs: handle remount options correctlyKelly Anderson2016-06-051-0/+17
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2016-06-059-116/+83
* f2fs: account for orphan inodes during recoveryRuss W. Knize2016-06-051-6/+13
* f2fs: don't GC or take an fs_lock from f2fs_initxattrs()Russ Knize2016-06-051-11/+26
* f2fs: don't let the orphan inode counter underflowRuss W. Knize2016-06-051-0/+2
* f2fs: remove unneeded write checkpoint in recover_fsync_dataChao Yu2016-06-051-1/+4
* f2fs: avoid allocating failure in bio_allocChao Yu2016-06-052-1/+5
* f2fs: optimize the victim searching loop slightlyJin Xu2016-06-051-6/+9
* f2fs: optimize fs_lock for better performanceYu Chao2016-06-051-2/+2
* f2fs: optimize gc for better performanceJin Xu2016-06-053-2/+9
* f2fs: merge more bios of node block writesJaegeuk Kim2016-06-051-4/+5
* f2fs: avoid an overflow during utilization calculationJaegeuk Kim2016-06-051-1/+1
* f2fs: trigger GC when there are prefree segmentsJaegeuk Kim2016-06-051-1/+2
* f2fs: Backport k3.0 f2fs_init_security fixHashcode2016-06-051-2/+21
* f2fs: use strncasecmp() simplify the string comparisonGu Zheng2016-06-051-11/+1
* f2fs: fix omitting to update inode pageJaegeuk Kim2016-06-051-0/+1
* f2fs: support the inline xattrsJaegeuk Kim2016-06-054-89/+195
* f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim2016-06-052-5/+8
* f2fs: add the truncate_xattr_node functionJaegeuk Kim2016-06-052-11/+29
* f2fs: introduce __find_xattr for readabilityJaegeuk Kim2016-06-052-27/+22
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2016-06-057-25/+33
* f2fs: add flags for inline xattrsJaegeuk Kim2016-06-053-0/+34
* f2fs: fix error return code in init_f2fs_fs()Wei Yongjun2016-06-051-1/+3
* f2fs: fix wrong BUG_ON conditionJaegeuk Kim2016-06-051-2/+11
* f2fs: fix memory leak when init f2fs filesystem failZhao Hongjiang2016-06-051-5/+17
* f2fs: fix a compound statement label errorGu Zheng2016-06-051-6/+2
* f2fs: avoid writing inode redundantly when creating a fileJin Xu2016-06-051-3/+4
* f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter2016-06-052-5/+5
* f2fs: check the free space first in new_node_pageJaegeuk Kim2016-06-051-9/+9
* f2fs: clean up the needless end 'return' of void functionGu Zheng2016-06-054-7/+0