aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-14f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon1-1/+1
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