aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: trace f2fs_lookupChao Yu2017-12-061-17/+32
* f2fs: update i_flags correctlyChao Yu2017-10-041-0/+3
* f2fs: support project quotaChao Yu2017-10-041-0/+30
* f2fs: record quota during dot{,dot} recoveryChao Yu2017-10-041-0/+2
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-10-041-0/+5
* f2fs: Fix build after upstreamjollaman9992017-07-211-1/+1
* f2fs: support plain user/group quotaChao Yu2017-07-211-1/+41
* f2fs: do not set LOST_PINO for renamed dirSheng Yong2017-07-211-1/+4
* f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-211-3/+4
* f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2017-05-211-10/+10
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-05-211-29/+0
* f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee2017-05-211-2/+2
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-04-131-2/+2
* f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-04-131-0/+12
* f2fs: add tmpfile and rename2 to avoid code conflictJaegeuk Kim2017-04-131-0/+252
* f2fs: remove unneeded conditionDan Carpenter2017-04-131-3/+3
* fs/crypto: catch up 4.9-rc2Jaegeuk Kim2017-04-131-3/+3
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2017-04-131-1/+1
* f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsJaegeuk Kim2017-04-131-4/+4
* f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2017-04-131-3/+1
* f2fs: fix to detect temporary name of multimedia fileChao Yu2017-04-131-4/+9
* f2fs: adjust other changesJaegeuk Kim2017-04-131-10/+11
* f2fs: fix to report error number of f2fs_find_entryChao Yu2017-04-131-7/+23
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2017-04-131-1/+1
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2017-04-131-1/+1
* f2fs: report error for f2fs_parent_dirJaegeuk Kim2017-04-131-2/+3
* f2fs: return error of f2fs_lookupJaegeuk Kim2017-04-131-1/+4
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2017-04-131-0/+5
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2017-04-131-8/+1
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2017-04-131-5/+2
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2017-04-131-10/+4
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-131-8/+12
* f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2017-04-131-6/+6
* f2fs: fix to avoid unneeded unlock_new_inodeChao Yu2017-04-131-3/+3
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2017-04-131-0/+23
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2017-04-131-25/+21
* f2fs: recovery missing dot dentries in root directoryLiu Xue2017-04-131-0/+7
* f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu2017-04-131-0/+21
* f2fs: detect error of update_dent_inode in ->renameChao Yu2017-04-131-2/+3
* f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu2017-04-131-38/+34
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2017-04-131-9/+9
* f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlinkChao Yu2017-04-131-0/+2
* f2fs: fix to skip recovering dot dentries in a readonly fsChao Yu2017-04-131-0/+7
* f2fs: early check broken symlink length in the encrypted caseJaegeuk Kim2017-04-131-2/+8
* f2fs: add missing f2fs_balance_fs in __recover_dot_dentriesChao Yu2017-04-131-0/+2
* f2fs: don't convert inline inode when inline_data option is disableChao Yu2017-04-131-1/+1
* f2fs: avoid unnecessary f2fs_gc for dir operationsJaegeuk Kim2017-04-131-11/+14
* f2fs: Fix a system panic caused by f2fs_follow_linkYunlei He2017-04-131-1/+6
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-127/+392
* first commitMeizu OpenSource2016-08-151-0/+533