aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c
AgeCommit message (Expand)Author
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim
2013-04-09mode_t, whack-a-mole at 11...Al Viro
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim
2013-02-08f2fs: get rid of fake on-stack dentriesAl Viro
2013-02-08f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro
2013-02-08f2fs: switch new_inode_page() from dentry to qstrAl Viro
2013-02-08f2fs: init_dent_inode() should take qstrAl Viro
2013-01-14f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon
2012-12-28f2fs: unify string length declarations and usageLeon Romanovsky
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim
2012-12-26f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon
2012-12-11f2fs: fix tracking parent inode numberJaegeuk Kim
2012-12-11f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon
2012-12-11f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon
2012-12-11f2fs: remove unused variableWei Yongjun
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim
2012-12-11f2fs: add core directory operationsJaegeuk Kim