aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into devJaegeuk Kim1-3/+9
2013-02-12f2fs: add compat_ioctl to provide backward compatabilityNamjae Jeon1-0/+15
2013-02-12f2fs: clarify and enhance the f2fs_gc flowJaegeuk Kim1-2/+1
2013-02-12f2fs: make an accessor to get sections for particular block typeNamjae Jeon1-0/+8
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim1-1/+0
2013-02-12f2fs: fix typo mistake for data_version descriptionNamjae Jeon1-1/+1
2013-02-12f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim1-2/+1
2013-02-08f2fs: get rid of fake on-stack dentriesAl Viro1-1/+7
2013-02-08f2fs: switch new_inode_page() from dentry to qstrAl Viro1-1/+1
2013-02-08f2fs: init_dent_inode() should take qstrAl Viro1-1/+1
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon1-5/+5
2013-01-15f2fs: fix the debugfs entry creation pathNamjae Jeon1-2/+4
2013-01-10f2fs: revisit the f2fs_gc flowJaegeuk Kim1-1/+1
2013-01-04f2fs: initialize newly allocated dnode structureJaegeuk Kim1-1/+1
2013-01-04f2fs: introduce f2fs_msg to ease adding information printsNamjae Jeon1-0/+2
2012-12-28f2fs: unify string length declarations and usageLeon Romanovsky1-1/+1
2012-12-11f2fs: fix tracking parent inode numberJaegeuk Kim1-0/+1
2012-12-11f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim1-1/+1
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-2/+23
2012-12-11f2fs: remove unneeded version.h header file from f2fs.hSachin Kamat1-1/+0
2012-12-11f2fs: add superblock and major in-memory structureJaegeuk Kim1-0/+1062