aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-28f2fs: fix wrong value of tracepoint parameterGravatar Chao Yu 1-1/+2
2020-05-26f2fs: code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 1-8/+0
2020-05-11f2fs: remove redundant assignment to variable errGravatar Colin Ian King 1-1/+1
2020-05-11f2fs: rework filename handlingGravatar Eric Biggers 1-3/+3
2020-03-30f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()Gravatar Chao Yu 1-6/+0
2020-03-30f2fs: clean up f2fs_may_encrypt()Gravatar Chao Yu 1-3/+1
2020-03-10f2fs: fix inconsistent commentsGravatar Chao Yu 1-1/+1
2020-01-17f2fs: convert inline_dir early before starting renameGravatar Jaegeuk Kim 1-23/+14
2020-01-17f2fs: support data compressionGravatar Chao Yu 1-0/+51
2020-01-15f2fs: don't put new_page twice in f2fs_renameGravatar Jaegeuk Kim 1-3/+4
2020-01-15f2fs: set I_LINKABLE early to avoid wrong access by vfsGravatar Jaegeuk Kim 1-14/+13
2019-11-07f2fs: fix to update dir's i_pino during cross_renameGravatar Chao Yu 1-3/+12
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityGravatar Chao Yu 1-22/+14
2019-08-23f2fs: Support case-insensitive file name lookupsGravatar Daniel Rosenberg 1-0/+21
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Gravatar Chao Yu 1-0/+4
2019-08-23f2fs: support fiemap() for directory inodeGravatar Chao Yu 1-0/+1
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 1-6/+4
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-05-08f2fs: mark is_extension_exist() inlineGravatar Park Ju Hyung 1-1/+1
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextGravatar Eric Biggers 1-7/+10
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-1/+2
2019-03-12f2fs: give random value to i_generationGravatar Jaegeuk Kim 1-1/+2
2019-01-23f2fs: use IS_ENCRYPTED() to check encryption statusGravatar Chandan Rajendra 1-3/+3
2018-12-26f2fs: use kvmalloc, if kmalloc is failedGravatar Jaegeuk Kim 1-1/+1
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameGravatar Chao Yu 1-3/+3
2018-10-22f2fs: guarantee journalled quota data by checkpointGravatar Chao Yu 1-4/+0
2018-10-22f2fs: spread f2fs_set_inode_flags()Gravatar Chao Yu 1-0/+2
2018-10-16f2fs: update REQ_TIME in f2fs_cross_rename()Gravatar Sahitya Tummala 1-0/+4
2018-10-16f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Gravatar Chao Yu 1-7/+10
2018-10-16f2fs: checkpoint disablingGravatar Daniel Rosenberg 1-0/+19
2018-09-26f2fs: report ENOENT correctly in f2fs_renameGravatar Jaegeuk Kim 1-2/+4
2018-09-12f2fs: add SPDX license identifiersGravatar Chao Yu 1-4/+1
2018-07-28f2fs: Replace strncpy with memcpyGravatar Guenter Roeck 1-2/+2
2018-07-27f2fs: use timespec64 for inode timestampsGravatar Arnd Bergmann 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 1-2/+2
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-30/+37
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+2
2018-05-31f2fs: clean up symbol namespaceGravatar Chao Yu 1-27/+28
2018-05-31f2fs: fix to initialize i_current_depth according to inode typeGravatar Chao Yu 1-0/+3
2018-05-31f2fs: enforce fsync_mode=strict for renamed directoryGravatar Jaegeuk Kim 1-1/+4
2018-05-31f2fs: introduce private inode status mappingGravatar Chao Yu 1-3/+3
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-8/+4
2018-05-02f2fs: call unlock_new_inode() before d_instantiate()Gravatar Eric Biggers 1-4/+4
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionGravatar Sheng Yong 1-3/+6
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optGravatar Chao Yu 1-3/+3
2018-03-17f2fs: introduce mount option for fsync modeGravatar Junling Zheng 1-3/+6
2018-03-13f2fs: support hot file extensionGravatar Chao Yu 1-20/+59
2018-03-13f2fs: expose extension_list sysfs entryGravatar Chao Yu 1-3/+39
2018-03-13f2fs: don't put dentry page in pagecache into highmemGravatar Yunlong Song 1-24/+8