aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim1-1/+1
2014-08-19f2fs: fix typoarter971-2/+2
2014-07-10f2fs: check name_len of dir entry to prevent from deadloopChao Yu1-0/+7
2014-07-09f2fs: arguments cleanup of finding file flow functionsGu Zheng1-15/+13
2014-07-09f2fs: remove the needless point-castGu Zheng1-11/+8
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim1-1/+1
2014-07-09f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim1-3/+24
2014-07-09f2fs: support ->tmpfile()Chao Yu1-1/+9
2014-07-09f2fs: fix error path in init_inode_metadataChao Yu1-1/+1
2014-06-04f2fs: avoid overflow when large directory feathure is enabledChao Yu1-2/+2
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim1-0/+2
2014-05-07f2fs: readahead multi pages of directory for performanceChao Yu1-0/+6
2014-03-20f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim1-0/+6
2014-03-20f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim1-6/+3
2014-03-05f2fs: fix wrong kernel coding styleJaegeuk Kim1-3/+4
2014-02-27f2fs: introduce large directory supportJaegeuk Kim1-9/+12
2014-02-27f2fs: remove costly bit operations for f2fs_find_entryJaegeuk Kim1-15/+17
2014-02-17f2fs: clean up redundant function callJaegeuk Kim1-2/+2
2014-02-17f2fs: fix to truncate dentry pages in the error caseJaegeuk Kim1-0/+4
2014-02-17f2fs: fix the potential mismatch between dir's i_size and i_blocksJaegeuk Kim1-4/+4
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