summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)Author
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-02-16don't put symlink bodies in pagecache into highmemAl Viro
2015-11-09fs/f2fs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-10-22f2fs: fix error path of ->symlinkChao Yu
2015-10-09f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim
2015-08-20f2fs: go out for insert_inode_locked failureJaegeuk Kim
2015-08-05f2fs: stat inline xattr inode numberChao Yu
2015-08-04f2fs: restrict multimedia filenameChao Yu
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim
2015-08-04f2fs: avoid to use failed inode immediatelyJaegeuk Kim
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2015-06-01f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim
2015-06-01f2fs crypto: check context consistent for rename2Chao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs crypto: check encryption for tmpfileJaegeuk Kim
2015-06-01f2fs: support RENAME_WHITEOUTChao Yu
2015-05-28f2fs crypto: remove checking key context during lookupJaegeuk Kim
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim
2015-05-28f2fs: fix counting the number of inline_data inodesJaegeuk Kim
2015-05-28f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim
2015-05-28f2fs: clean up f2fs_lookupJaegeuk Kim
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-04f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim
2015-04-16f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-10f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim
2015-03-03f2fs: fix incorrectly stat number of inline data inodeChao Yu
2015-02-11f2fs: fix to use highmem for pages of newly created directoryChao Yu
2014-11-23f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim
2014-11-10f2fs: implement -o dirsyncJaegeuk Kim
2014-11-04f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim
2014-11-03f2fs: fix counting inline_data inode numbersJaegeuk Kim
2014-11-03f2fs: add stat info for inline_dentry inodesJaegeuk Kim
2014-11-03f2fs: enable inline dir handlingChao Yu
2014-11-03f2fs: export dir operations for inline dirChao Yu
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim
2014-09-02f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu
2014-08-21f2fs: remove rename and use rename2Jaegeuk Kim
2014-08-19f2fs: fix typoarter97
2014-07-25f2fs: support ->rename2()Chao Yu
2014-07-09f2fs: reduce region of f2fs_lock_op covered for better concurrencyChao Yu
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim
2014-07-09f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim