aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-05f2fs: optimize gc for better performanceGravatar Jin Xu 3-2/+9
2013-09-05f2fs: merge more bios of node block writesGravatar Jaegeuk Kim 1-4/+5
2013-09-03f2fs: avoid an overflow during utilization calculationGravatar Jaegeuk Kim 1-1/+1
2013-09-03f2fs: trigger GC when there are prefree segmentsGravatar Jaegeuk Kim 1-1/+2
2013-08-27f2fs: use strncasecmp() simplify the string comparisonGravatar Gu Zheng 1-11/+1
2013-08-27f2fs: fix omitting to update inode pageGravatar Jaegeuk Kim 1-0/+1
2013-08-26f2fs: support the inline xattrsGravatar Jaegeuk Kim 4-89/+195
2013-08-26f2fs: add the truncate_xattr_node functionGravatar Jaegeuk Kim 2-11/+29
2013-08-26f2fs: introduce __find_xattr for readabilityGravatar Jaegeuk Kim 2-27/+22
2013-08-26f2fs: reserve the xattr space dynamicallyGravatar Jaegeuk Kim 7-25/+33
2013-08-26f2fs: add flags for inline xattrsGravatar Jaegeuk Kim 3-0/+34
2013-08-26f2fs: fix error return code in init_f2fs_fs()Gravatar Wei Yongjun 1-1/+3
2013-08-20f2fs: fix wrong BUG_ON conditionGravatar Jaegeuk Kim 1-2/+11
2013-08-20f2fs: fix memory leak when init f2fs filesystem failGravatar Zhao Hongjiang 1-5/+17
2013-08-19f2fs: fix a compound statement label errorGravatar Gu Zheng 1-6/+2
2013-08-19f2fs: avoid writing inode redundantly when creating a fileGravatar Jin Xu 1-3/+4
2013-08-19f2fs: alloc_page() doesn't return an ERR_PTRGravatar Dan Carpenter 2-5/+5
2013-08-12f2fs: should cover i_xattr_nid with its xattr node page lockGravatar Jaegeuk Kim 2-5/+8
2013-08-12f2fs: check the free space first in new_node_pageGravatar Jaegeuk Kim 1-9/+9
2013-08-12f2fs: clean up the needless end 'return' of void functionGravatar Gu Zheng 4-7/+0
2013-08-09f2fs: introduce cur_cp_version function to reduce code sizeGravatar Jaegeuk Kim 5-9/+13
2013-08-09f2fs: fix inconsistency between xattr node blocks and its inodeGravatar Jaegeuk Kim 3-0/+10
2013-08-09f2fs: fix the use of XATTR_NODE_OFFSETGravatar Jaegeuk Kim 2-5/+11
2013-08-08f2fs: fix a build failure due to missing the kobject headerGravatar Jaegeuk Kim 2-1/+1
2013-08-06f2fs: fix a deadlock in fsyncGravatar Jin Xu 5-9/+16
2013-08-06f2fs: remove redundant code from f2fs_write_beginGravatar Namjae Jeon 1-3/+0
2013-08-06f2fs: add sysfs entries to select the gc policyGravatar Namjae Jeon 3-3/+18
2013-08-06f2fs: add sysfs support for controlling the gc_threadGravatar Namjae Jeon 4-20/+157
2013-07-31f2fs: remove an unneeded kfree(NULL)Gravatar Dan Carpenter 1-1/+0
2013-07-30f2fs: fix handling orphan inodesGravatar Jaegeuk Kim 4-9/+28
2013-07-30f2fs: move bio_private allocation out of f2fs_bio_alloc()Gravatar Gu Zheng 2-9/+11
2013-07-30f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode()Gravatar Gu Zheng 1-3/+2
2013-07-30f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possibleGravatar Gu Zheng 1-9/+9
2013-07-30f2fs: fix i_name during f2fs_sync_fileGravatar Jaegeuk Kim 1-4/+6
2013-07-30f2fs: update file name in the inode block during f2fs_renameGravatar Jaegeuk Kim 3-0/+21
2013-07-30f2fs: introduce help function F2FS_NODE()Gravatar Gu Zheng 8-40/+35
2013-07-30f2fs: add a help func F2FS_STAT() to get the f2fs_stat_infoGravatar Gu Zheng 2-11/+16
2013-07-30f2fs: add proc entry to monitor current usage of segmentsGravatar Jaegeuk Kim 2-0/+47
2013-07-30f2fs: recover date requested by fdatasyncGravatar Jaegeuk Kim 1-3/+4
2013-07-08f2fs: fix readdir incorrectnessGravatar Jaegeuk Kim 1-11/+9
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 18-447/+741
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-2/+4
2013-07-02f2fs: fix to recover i_size from roll-forwardGravatar Jaegeuk Kim 1-1/+22
2013-07-02f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gravatar Gu Zheng 1-3/+2
2013-07-02f2fs: remove reusing any prefree segmentsGravatar Jaegeuk Kim 1-55/+1
2013-07-02f2fs: code cleanup and simplify in func {find/add}_gc_inodeGravatar Gu Zheng 1-12/+5
2013-07-02f2fs: optimize the init_dirty_segmap functionGravatar Namjae Jeon 1-4/+4
2013-07-02f2fs: fix an endian conversion bug detected by sparseGravatar Jaegeuk Kim 1-2/+2
2013-07-02f2fs: fix crc endian conversionGravatar Jaegeuk Kim 2-10/+21
2013-06-29[readdir] convert f2fsGravatar Al Viro 1-22/+14