summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use missing the use of f2fs_kunmap_pageJaegeuk Kim2015-01-091-2/+1
* f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim2014-11-231-2/+1
* f2fs: remove pointless bit testing in f2fs_delete_entry()Jan Kara2014-11-031-1/+1
* f2fs: reuse make_empty_dir code for inline_dentryJaegeuk Kim2014-11-031-16/+26
* f2fs: introduce f2fs_dentry_ptr structure for code clean-upJaegeuk Kim2014-11-031-32/+29
* f2fs: reuse core function in f2fs_readdir for inline_dentryJaegeuk Kim2014-11-031-26/+38
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-031-5/+5
* f2fs: fix to wait correct block typeJaegeuk Kim2014-11-031-1/+2
* f2fs: reuse find_in_block code for find_in_inline_dirJaegeuk Kim2014-11-031-27/+46
* f2fs: reuse room_for_filename for inline dentry operationJaegeuk Kim2014-11-031-12/+9
* f2fs: enable inline dir handlingChao Yu2014-11-031-2/+30
* f2fs: export dir operations for inline dirChao Yu2014-11-031-33/+38
* f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim2014-09-161-1/+1
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-091-2/+2
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-031-8/+5
* f2fs: avoid double lock in truncate_blocksJaegeuk Kim2014-08-211-1/+1
* f2fs: fix typoarter972014-08-191-2/+2
* f2fs: check name_len of dir entry to prevent from deadloopChao Yu2014-07-101-0/+7
* f2fs: arguments cleanup of finding file flow functionsGu Zheng2014-07-091-15/+13
* f2fs: remove the needless point-castGu Zheng2014-07-091-11/+8
* f2fs: clean up an unused parameter and assignmentJaegeuk Kim2014-07-091-1/+1
* f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim2014-07-091-3/+24
* f2fs: support ->tmpfile()Chao Yu2014-07-091-1/+9
* f2fs: fix error path in init_inode_metadataChao Yu2014-07-091-1/+1
* f2fs: avoid overflow when large directory feathure is enabledChao Yu2014-06-041-2/+2
* f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim2014-05-071-0/+2
* f2fs: readahead multi pages of directory for performanceChao Yu2014-05-071-0/+6
* f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2014-03-201-0/+6
* f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim2014-03-201-6/+3
* f2fs: fix wrong kernel coding styleJaegeuk Kim2014-03-051-3/+4
* f2fs: introduce large directory supportJaegeuk Kim2014-02-271-9/+12
* f2fs: remove costly bit operations for f2fs_find_entryJaegeuk Kim2014-02-271-15/+17
* f2fs: clean up redundant function callJaegeuk Kim2014-02-171-2/+2
* f2fs: fix to truncate dentry pages in the error caseJaegeuk Kim2014-02-171-0/+4
* f2fs: fix the potential mismatch between dir's i_size and i_blocksJaegeuk Kim2014-02-171-4/+4
* f2fs: move a branch for code redabilityJaegeuk Kim2014-01-221-5/+4
* f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim2014-01-221-4/+2
* f2fs: clean checkpatch warningsChris Fries2014-01-201-2/+3
* f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim2014-01-061-3/+4
* f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim2013-12-261-4/+4
* f2fs: check filename length in recover_dentryChao Yu2013-12-261-3/+0
* f2fs: avoid to set wrong pino of inode when rename dirChao Yu2013-12-231-3/+0
* f2fs: update several commentsChao Yu2013-12-231-2/+2
* f2fs: add unlikely() macro for compiler optimizationChao Yu2013-12-231-2/+2
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-291-1/+1
* f2fs: fix a deadlock during init_acl procedureJaegeuk Kim2013-10-281-1/+1
* f2fs: fix handling orphan inodesJaegeuk Kim2013-07-301-0/+2
* f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim2013-07-301-0/+15
* f2fs: introduce help function F2FS_NODE()Gu Zheng2013-07-301-1/+1
* f2fs: fix readdir incorrectnessJaegeuk Kim2013-07-081-11/+9
OpenPOWER on IntegriCloud