summaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c
AgeCommit message (Expand)Author
2014-01-22f2fs: move a branch for code redabilityJaegeuk Kim
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim
2014-01-20f2fs: clean checkpatch warningsChris Fries
2014-01-06f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim
2013-12-26f2fs: check filename length in recover_dentryChao Yu
2013-12-23f2fs: avoid to set wrong pino of inode when rename dirChao Yu
2013-12-23f2fs: update several commentsChao Yu
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim
2013-10-28f2fs: fix a deadlock during init_acl procedureJaegeuk Kim
2013-07-30f2fs: fix handling orphan inodesJaegeuk Kim
2013-07-30f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng
2013-07-08f2fs: fix readdir incorrectnessJaegeuk Kim
2013-07-02Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2013-06-29[readdir] convert f2fsAl Viro
2013-06-14f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim
2013-06-12f2fs: sync dir->i_size with its block allocationJaegeuk Kim
2013-06-11f2fs: support xattr security labelsJaegeuk Kim
2013-05-28f2fs: cover cp_file information with ilockJaegeuk Kim
2013-05-28f2fs: remove unneeded initializations in f2fs_parent_dirNamjae Jeon
2013-05-28f2fs: update inode page after creationJaegeuk Kim
2013-05-28f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim
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