summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)Author
2019-11-07f2fs: fix to update dir's i_pino during cross_renameChao Yu
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu
2019-08-23f2fs: support fiemap() for directory inodeChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-03-12f2fs: give random value to i_generationJaegeuk Kim
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu
2018-10-16f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala
2018-10-16f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg
2018-09-26f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-07-28f2fs: Replace strncpy with memcpyGuenter Roeck
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann
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