aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu1-0/+4
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-0/+5
2017-07-08f2fs: support plain user/group quotaChao Yu1-1/+65
2017-07-07f2fs: do not set LOST_PINO for renamed dirSheng Yong1-1/+4
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-41/+12
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers1-3/+4
2017-04-12f2fs: fix fs corruption due to zero inode pageJaegeuk Kim1-10/+10
2017-03-21f2fs: cleanup the disk level filename updatingKinglong Mee1-29/+0
2017-03-21f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee1-2/+2
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-3/+15
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim1-0/+12
2017-01-29f2fs: remove unneeded conditionDan Carpenter1-3/+3
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers1-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-3/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-12/+0
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+3
2016-09-30f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers1-2/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-6/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers1-3/+3
2016-09-07f2fs: fix to detect temporary name of multimedia fileChao Yu1-4/+9
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu1-11/+35
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-3/+3
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim1-2/+2
2016-07-06f2fs: report error for f2fs_parent_dirJaegeuk Kim1-6/+9
2016-06-02f2fs: return error of f2fs_lookupJaegeuk Kim1-1/+4
2016-06-02f2fs: propagate error given by f2fs_find_entryJaegeuk Kim1-0/+5
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-14/+1
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-7/+4
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim1-21/+9
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-9/+13
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-6/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-30f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim1-6/+6
2016-03-17f2fs: fix to avoid unneeded unlock_new_inodeChao Yu1-3/+3
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim1-0/+23
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-31/+25
2016-03-02f2fs: recovery missing dot dentries in root directoryLiu Xue1-0/+7
2016-02-22f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu1-0/+21
2016-02-22f2fs: detect error of update_dent_inode in ->renameChao Yu1-2/+3
2016-02-22f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu1-38/+34
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-20/+39
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim1-11/+11