aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-22f2fs: move a branch for code redabilityJaegeuk Kim1-5/+4
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim1-4/+2
2014-01-20f2fs: clean checkpatch warningsChris Fries1-2/+3
2014-01-06f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim1-3/+4
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim1-4/+4
2013-12-26f2fs: check filename length in recover_dentryChao Yu1-3/+0
2013-12-23f2fs: avoid to set wrong pino of inode when rename dirChao Yu1-3/+0
2013-12-23f2fs: update several commentsChao Yu1-2/+2
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu1-2/+2
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim1-1/+1
2013-10-28f2fs: fix a deadlock during init_acl procedureJaegeuk Kim1-1/+1
2013-07-30f2fs: fix handling orphan inodesJaegeuk Kim1-0/+2
2013-07-30f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim1-0/+15
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng1-1/+1
2013-07-08f2fs: fix readdir incorrectnessJaegeuk Kim1-11/+9
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-47/+62
2013-06-29[readdir] convert f2fsAl Viro1-22/+14
2013-06-14f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim1-1/+1
2013-06-12f2fs: sync dir->i_size with its block allocationJaegeuk Kim1-5/+4
2013-06-11f2fs: support xattr security labelsJaegeuk Kim1-0/+5
2013-05-28f2fs: cover cp_file information with ilockJaegeuk Kim1-1/+7
2013-05-28f2fs: remove unneeded initializations in f2fs_parent_dirNamjae Jeon1-3/+3
2013-05-28f2fs: update inode page after creationJaegeuk Kim1-40/+45
2013-05-28f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim1-2/+2
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-58/+52
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim1-1/+1
2013-04-09mode_t, whack-a-mole at 11...Al Viro1-1/+1
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim1-57/+48
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim1-0/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-12Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into devJaegeuk Kim1-16/+13
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
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