aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-10f2fs: revisit the f2fs_gc flowJaegeuk Kim1-1/+1
2012-12-28f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_infoNamjae Jeon1-1/+0
2012-12-28f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim1-34/+2
2012-12-28f2fs: return a default value for non-void functionJaegeuk Kim1-4/+3
2012-12-28f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2012-12-26f2fs: remove set_page_dirty for atomic f2fs_end_io_writeJaegeuk Kim1-1/+0
2012-12-11f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim1-15/+18
2012-12-11f2fs: rewrite f2fs_bio_alloc to make it simplerNamjae Jeon1-17/+7
2012-12-11f2fs: remove unneeded initializationNamjae Jeon1-2/+2
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-13/+13
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-7/+7
2012-12-11f2fs: add segment operationsJaegeuk Kim1-0/+1798