aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-31f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlinkChao Yu1-0/+2
2015-12-30f2fs: fix to skip recovering dot dentries in a readonly fsChao Yu1-0/+7
2015-12-30f2fs: early check broken symlink length in the encrypted caseJaegeuk Kim1-2/+8
2015-12-30f2fs: add missing f2fs_balance_fs in __recover_dot_dentriesChao Yu1-0/+2
2015-12-30f2fs: don't convert inline inode when inline_data option is disableChao Yu1-1/+1
2015-12-30f2fs: avoid unnecessary f2fs_gc for dir operationsJaegeuk Kim1-16/+18
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-7/+9
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-6/+10
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-3/+2
2015-11-09fs/f2fs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-10-22f2fs: fix error path of ->symlinkChao Yu1-3/+6
2015-10-09f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim1-1/+9
2015-08-20f2fs: go out for insert_inode_locked failureJaegeuk Kim1-4/+1
2015-08-05f2fs: stat inline xattr inode numberChao Yu1-0/+1
2015-08-04f2fs: restrict multimedia filenameChao Yu1-1/+8
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim1-0/+2
2015-08-04f2fs: avoid to use failed inode immediatelyJaegeuk Kim1-2/+2
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