aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)Author
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-07-06f2fs: report error for f2fs_parent_dirJaegeuk Kim
2016-06-02f2fs: return error of f2fs_lookupJaegeuk Kim
2016-06-02f2fs: propagate error given by f2fs_find_entryJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-30f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim
2016-03-17f2fs: fix to avoid unneeded unlock_new_inodeChao Yu
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-03-02f2fs: recovery missing dot dentries in root directoryLiu Xue
2016-02-22f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu
2016-02-22f2fs: detect error of update_dent_inode in ->renameChao Yu
2016-02-22f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim
2015-12-31f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlinkChao Yu
2015-12-30f2fs: fix to skip recovering dot dentries in a readonly fsChao Yu
2015-12-30f2fs: early check broken symlink length in the encrypted caseJaegeuk Kim
2015-12-30f2fs: add missing f2fs_balance_fs in __recover_dot_dentriesChao Yu
2015-12-30f2fs: don't convert inline inode when inline_data option is disableChao Yu
2015-12-30f2fs: avoid unnecessary f2fs_gc for dir operationsJaegeuk Kim
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don'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