aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim2013-02-11
|\ \
| * | f2fs: get rid of fake on-stack dentriesAl Viro2013-02-08
| * | f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro2013-02-08
| * | f2fs: switch new_inode_page() from dentry to qstrAl Viro2013-02-08
| * | f2fs: init_dent_inode() should take qstrAl Viro2013-02-08
| |/
* / f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon2013-01-13
|/
* f2fs: unify string length declarations and usageLeon Romanovsky2012-12-27
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-25
* f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-25
* f2fs: fix tracking parent inode numberJaegeuk Kim2012-12-10
* f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2012-12-10
* f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon2012-12-10
* f2fs: remove unused variableWei Yongjun2012-12-10
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-10
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-10
* f2fs: add core directory operationsJaegeuk Kim2012-12-10