summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: support xattr security labelsJaegeuk Kim2013-06-111-0/+5
* f2fs: cover cp_file information with ilockJaegeuk Kim2013-05-281-1/+7
* f2fs: remove unneeded initializations in f2fs_parent_dirNamjae Jeon2013-05-281-3/+3
* f2fs: update inode page after creationJaegeuk Kim2013-05-281-40/+45
* f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2013-05-281-2/+2
* Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-091-58/+52Star
|\
| * f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-261-1/+1
| * f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-57/+48Star
| * f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2013-03-181-0/+3
* | mode_t, whack-a-mole at 11...Al Viro2013-04-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim2013-02-111-16/+13Star
|\ \
| * | f2fs: get rid of fake on-stack dentriesAl Viro2013-02-081-7/+5Star
| * | f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro2013-02-081-6/+5Star
| * | f2fs: switch new_inode_page() from dentry to qstrAl Viro2013-02-081-1/+1
| * | f2fs: init_dent_inode() should take qstrAl Viro2013-02-081-5/+5
| |/
* / f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon2013-01-141-1/+1
|/
* f2fs: unify string length declarations and usageLeon Romanovsky2012-12-281-5/+5
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-261-0/+2
* f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-261-2/+2
* f2fs: fix tracking parent inode numberJaegeuk Kim2012-12-111-2/+8
* f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2012-12-111-8/+5Star
* f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon2012-12-111-3/+2Star
* f2fs: remove unused variableWei Yongjun2012-12-111-2/+0Star
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-2/+2
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-4/+4
* f2fs: add core directory operationsJaegeuk Kim2012-12-111-0/+672