aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAge
* f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-06
* f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-23
* f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu2019-08-23
* f2fs: support fiemap() for directory inodeChao Yu2019-08-23
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-02
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-14
|\
| * f2fs: mark is_extension_exist() inlinePark Ju Hyung2019-05-09
* | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-17
|/
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-15
|\
| * f2fs: give random value to i_generationJaegeuk Kim2019-03-12
* | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-23
|/
* f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2018-12-26
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2018-11-26
* f2fs: guarantee journalled quota data by checkpointChao Yu2018-10-22
* f2fs: spread f2fs_set_inode_flags()Chao Yu2018-10-22
* f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala2018-10-16
* f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu2018-10-16
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-16
* f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim2018-09-26
* f2fs: add SPDX license identifiersChao Yu2018-09-12
* f2fs: Replace strncpy with memcpyGuenter Roeck2018-07-28
* f2fs: use timespec64 for inode timestampsArnd Bergmann2018-07-27
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-14
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-11
|\ \ \ | |/ / |/| |
| * | f2fs: clean up symbol namespaceChao Yu2018-05-31
| * | f2fs: fix to initialize i_current_depth according to inode typeChao Yu2018-05-31
| * | f2fs: enforce fsync_mode=strict for renamed directoryJaegeuk Kim2018-05-31
| * | f2fs: introduce private inode status mappingChao Yu2018-05-31
| * | f2fs: call unlock_new_inode() before d_instantiate()Eric Biggers2018-05-02
| |/
* / do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-11
|/
* f2fs: introduce a new mount option test_dummy_encryptionSheng Yong2018-03-17
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-17
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-17
* f2fs: support hot file extensionChao Yu2018-03-12
* f2fs: expose extension_list sysfs entryChao Yu2018-03-12
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-12
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-04
|\
| * f2fs: switch to fscrypt_get_symlink()Eric Biggers2018-01-11
| * f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-11
* | f2fs: support inode creation timeChao Yu2018-01-25
* | f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-01-19
* | f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-02
* | f2fs: inject fault to kzallocChao Yu2018-01-02
* | f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-02
* | f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-02
* | f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-02
|/
* f2fs: support flexible inline xattr sizeChao Yu2017-11-05
* f2fs: add missing quota_initializeJaegeuk Kim2017-11-05