summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-07-021-47/+62
|\
| * f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2013-06-141-1/+1
| * f2fs: sync dir->i_size with its block allocationJaegeuk Kim2013-06-121-5/+4
| * f2fs: support xattr security labelsJaegeuk Kim2013-06-111-0/+5
| * f2fs: cover cp_file information with ilockJaegeuk Kim2013-05-281-1/+7
| * f2fs: remove unneeded initializations in f2fs_parent_dirNamjae Jeon2013-05-281-3/+3
| * f2fs: update inode page after creationJaegeuk Kim2013-05-281-40/+45
| * f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2013-05-281-2/+2
* | [readdir] convert f2fsAl Viro2013-06-291-22/+14
|/
* Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-081-58/+52
|\
| * f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-261-1/+1
| * f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-57/+48
| * f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2013-03-181-0/+3
* | mode_t, whack-a-mole at 11...Al Viro2013-04-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs...Jaegeuk Kim2013-02-121-16/+13
|\ \
| * | f2fs: get rid of fake on-stack dentriesAl Viro2013-02-081-7/+5
| * | f2fs: switch init_inode_metadata() to passing parent and name separatelyAl Viro2013-02-081-6/+5
| * | f2fs: switch new_inode_page() from dentry to qstrAl Viro2013-02-081-1/+1
| * | f2fs: init_dent_inode() should take qstrAl Viro2013-02-081-5/+5
| |/
* | f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon2013-01-141-1/+1
|/
* f2fs: unify string length declarations and usageLeon Romanovsky2012-12-281-5/+5
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-261-0/+2
* f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-261-2/+2
* f2fs: fix tracking parent inode numberJaegeuk Kim2012-12-111-2/+8
* f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2012-12-111-8/+5
* f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon2012-12-111-3/+2
* f2fs: remove unused variableWei Yongjun2012-12-111-2/+0
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-2/+2
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-4/+4
* f2fs: add core directory operationsJaegeuk Kim2012-12-111-0/+672
OpenPOWER on IntegriCloud