aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: clean up redundant function callJaegeuk Kim2016-06-051-2/+2
* f2fs: fix to truncate dentry pages in the error caseJaegeuk Kim2016-06-051-0/+4
* f2fs: fix the potential mismatch between dir's i_size and i_blocksJaegeuk Kim2016-06-051-4/+4
* f2fs: move a branch for code redabilityJaegeuk Kim2016-06-051-5/+4
* f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim2016-06-051-4/+2
* f2fs: clean checkpatch warningsChris Fries2016-06-051-2/+3
* f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim2016-06-051-3/+4
* f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim2016-06-051-4/+4
* f2fs: check filename length in recover_dentryChao Yu2016-06-051-3/+0
* f2fs: avoid to set wrong pino of inode when rename dirChao Yu2016-06-051-3/+0
* f2fs: update several commentsChao Yu2016-06-051-2/+2
* f2fs: add unlikely() macro for compiler optimizationChao Yu2016-06-051-2/+2
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2016-06-051-1/+1
* f2fs: fix a deadlock during init_acl procedureJaegeuk Kim2016-06-051-1/+1
* f2fs: fix handling orphan inodesJaegeuk Kim2016-06-051-0/+2
* f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim2016-06-051-0/+15
* f2fs: introduce help function F2FS_NODE()Gu Zheng2016-06-051-1/+1
* f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2016-06-051-1/+1
* f2fs: sync dir->i_size with its block allocationJaegeuk Kim2016-06-051-5/+4
* f2fs: support xattr security labelsJaegeuk Kim2016-06-051-0/+5
* f2fs: cover cp_file information with ilockJaegeuk Kim2016-06-051-1/+7
* f2fs: remove unneeded initializations in f2fs_parent_dirNamjae Jeon2016-06-051-3/+3
* f2fs: update inode page after creationJaegeuk Kim2016-06-051-40/+45
* f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2016-06-051-2/+2
* f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2016-06-051-1/+1
* f2fs: introduce a new global lock schemeJaegeuk Kim2016-06-051-57/+48
* f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2016-06-051-0/+3
* f2fs: get rid of fake on-stack dentriesAl Viro2016-06-051-7/+5
* f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro2016-06-051-6/+5
* f2fs: switch new_inode_page() from dentry to qstrAl Viro2016-06-051-1/+1
* f2fs: init_dent_inode() should take qstrAl Viro2016-06-051-5/+5
* f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon2016-06-051-1/+1
* f2fs: unify string length declarations and usageLeon Romanovsky2016-06-051-5/+5
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2016-06-051-0/+2
* f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2016-06-051-2/+2
* f2fs: fix tracking parent inode numberJaegeuk Kim2016-06-051-2/+8
* f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2016-06-051-8/+5
* f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon2016-06-051-3/+2
* f2fs: remove unused variableWei Yongjun2016-06-051-2/+0
* f2fs: adjust kernel coding styleJaegeuk Kim2016-06-051-2/+2
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2016-06-051-4/+4
* f2fs: add core directory operationsJaegeuk Kim2016-06-051-0/+672