aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-22f2fs: support swapfileJaegeuk Kim1-0/+6
2013-01-15f2fs: remove the blk_plug usage in f2fs_write_data_pagesNamjae Jeon1-1/+10
2012-12-28f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2012-12-11f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim1-2/+3
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-6/+6
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-1/+1
2012-12-11f2fs: add address space operations for dataJaegeuk Kim1-0/+701