aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-80/+294
2015-06-01f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim1-4/+0
2015-06-01f2fs crypto: check context consistent for rename2Chao Yu1-0/+8
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim1-2/+2
2015-06-01f2fs crypto: check encryption for tmpfileJaegeuk Kim1-0/+6
2015-06-01f2fs: support RENAME_WHITEOUTChao Yu1-53/+100
2015-05-28f2fs crypto: remove checking key context during lookupJaegeuk Kim1-10/+0
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim1-5/+137
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim1-5/+15
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim1-6/+32
2015-05-28f2fs: fix counting the number of inline_data inodesJaegeuk Kim1-3/+3
2015-05-28f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim1-2/+2
2015-05-28f2fs: clean up f2fs_lookupJaegeuk Kim1-15/+16
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-11/+7
2015-05-04f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim1-5/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+9
2015-04-16f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim1-1/+19
2015-04-16f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim1-0/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+9
2015-04-10f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim1-0/+48
2015-03-03f2fs: fix incorrectly stat number of inline data inodeChao Yu1-0/+2
2015-02-11f2fs: fix to use highmem for pages of newly created directoryChao Yu1-1/+1
2014-11-23f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim1-20/+10
2014-11-10f2fs: implement -o dirsyncJaegeuk Kim1-0/+24
2014-11-04f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim1-0/+3
2014-11-03f2fs: fix counting inline_data inode numbersJaegeuk Kim1-2/+0
2014-11-03f2fs: add stat info for inline_dentry inodesJaegeuk Kim1-0/+1
2014-11-03f2fs: enable inline dir handlingChao Yu1-10/+24
2014-11-03f2fs: export dir operations for inline dirChao Yu1-2/+2
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim1-21/+11
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim1-11/+10
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu1-15/+5
2014-08-21f2fs: remove rename and use rename2Jaegeuk Kim1-1/+0
2014-08-19f2fs: fix typoarter971-1/+1
2014-07-25f2fs: support ->rename2()Chao Yu1-0/+164
2014-07-09f2fs: reduce region of f2fs_lock_op covered for better concurrencyChao Yu1-4/+8
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim1-17/+9
2014-07-09f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim1-22/+8
2014-07-09f2fs: support ->tmpfile()Chao Yu1-0/+64
2014-07-09f2fs: do checkpoint for the renamed inodeJaegeuk Kim1-6/+4
2014-07-09f2fs: release new entry page correctly in error path of f2fs_renameChao Yu1-1/+2
2014-05-08f2fs: use inode_init_owner() to simplify codesChao Yu1-10/+1
2014-04-07f2fs: fix wrong statistics of inline dataChao Yu1-0/+2
2014-03-20f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim1-0/+7
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2014-01-25f2fs: use generic posix ACL infrastructureChristoph Hellwig1-0/+2
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim1-0/+3
2013-12-23f2fs: avoid to set wrong pino of inode when rename dirChao Yu1-0/+2