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