summaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-08f2fs: get rid of fake on-stack dentriesAl Viro1-7/+5
2013-02-08f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro1-6/+5
2013-02-08f2fs: switch new_inode_page() from dentry to qstrAl Viro1-1/+1
2013-02-08f2fs: init_dent_inode() should take qstrAl Viro1-5/+5
2012-12-28f2fs: unify string length declarations and usageLeon Romanovsky1-5/+5
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim1-0/+2
2012-12-26f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon1-2/+2
2012-12-11f2fs: fix tracking parent inode numberJaegeuk Kim1-2/+8
2012-12-11f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon1-8/+5
2012-12-11f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon1-3/+2
2012-12-11f2fs: remove unused variableWei Yongjun1-2/+0
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-2/+2
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-4/+4
2012-12-11f2fs: add core directory operationsJaegeuk Kim1-0/+672