summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)Author
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2017-09-05f2fs: update i_flags correctlyChao Yu
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-07f2fs: do not set LOST_PINO for renamed dirSheng Yong
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers
2017-04-12f2fs: fix fs corruption due to zero inode pageJaegeuk Kim
2017-03-21f2fs: cleanup the disk level filename updatingKinglong Mee
2017-03-21f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim
2017-01-29f2fs: remove unneeded conditionDan Carpenter
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-09-30f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers
2016-09-07f2fs: fix to detect temporary name of multimedia fileChao Yu
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