aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)Author
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu
2018-05-31f2fs: enforce fsync_mode=strict for renamed directoryJaegeuk Kim
2018-05-31f2fs: introduce private inode status mappingChao Yu
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-02f2fs: call unlock_new_inode() before d_instantiate()Eric Biggers
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng
2018-03-13f2fs: support hot file extensionChao Yu
2018-03-13f2fs: expose extension_list sysfs entryChao Yu
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-25f2fs: support inode creation timeChao Yu
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong
2018-01-11f2fs: switch to fscrypt_get_symlink()Eric Biggers
2018-01-11f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-02f2fs: recover directory operations by fsyncJaegeuk Kim
2018-01-02f2fs: inject fault to kzallocChao Yu
2018-01-02f2fs: switch to fscrypt_prepare_lookup()Eric Biggers
2018-01-02f2fs: switch to fscrypt_prepare_rename()Eric Biggers
2018-01-02f2fs: switch to fscrypt_prepare_link()Eric Biggers
2017-11-05f2fs: support flexible inline xattr sizeChao Yu
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim
2017-10-26f2fs: trace f2fs_lookupChao Yu
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