aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-6/+4
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+1
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung1-1/+1
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-7/+10
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+2
2019-03-12f2fs: give random value to i_generationJaegeuk Kim1-1/+2
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-3/+3
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-1/+1
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu1-3/+3
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-4/+0
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu1-0/+2
2018-10-16f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala1-0/+4
2018-10-16f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu1-7/+10
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-0/+19
2018-09-26f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim1-2/+4
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-07-28f2fs: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+2
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann1-2/+2
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-30/+37
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-31f2fs: clean up symbol namespaceChao Yu1-27/+28
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeChao Yu1-0/+3
2018-05-31f2fs: enforce fsync_mode=strict for renamed directoryJaegeuk Kim1-1/+4
2018-05-31f2fs: introduce private inode status mappingChao Yu1-3/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-05-02f2fs: call unlock_new_inode() before d_instantiate()Eric Biggers1-4/+4
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong1-3/+6
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-3/+3
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng1-3/+6
2018-03-13f2fs: support hot file extensionChao Yu1-20/+59
2018-03-13f2fs: expose extension_list sysfs entryChao Yu1-3/+39
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song1-24/+8
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-107/+25
2018-01-25f2fs: support inode creation timeChao Yu1-1/+2
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong1-2/+2
2018-01-11f2fs: switch to fscrypt_get_symlink()Eric Biggers1-57/+9
2018-01-11f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers1-50/+16
2018-01-02f2fs: recover directory operations by fsyncJaegeuk Kim1-0/+4
2018-01-02f2fs: inject fault to kzallocChao Yu1-1/+1
2018-01-02f2fs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-02f2fs: switch to fscrypt_prepare_rename()Eric Biggers1-24/+7
2018-01-02f2fs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-0/+13
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim1-0/+9
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim1-0/+30
2017-10-26f2fs: trace f2fs_lookupChao Yu1-17/+32
2017-09-05f2fs: update i_flags correctlyChao Yu1-0/+3
2017-07-31f2fs: support project quotaChao Yu1-0/+31