aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-10/+13
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu1-0/+8
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-9/+12
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+1
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-1/+6
2020-09-14f2fs: clean up kvfreeChao Yu1-1/+1
2020-07-26f2fs: space related cleanupJack Qiu1-4/+4
2020-07-07f2fs: make trace enter and end in pairs for unlinkLihong Kou1-4/+6
2020-05-28f2fs: fix wrong value of tracepoint parameterChao Yu1-1/+2
2020-05-26f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu1-8/+0
2020-05-11f2fs: remove redundant assignment to variable errColin Ian King1-1/+1
2020-05-11f2fs: rework filename handlingEric Biggers1-3/+3
2020-03-30f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()Chao Yu1-6/+0
2020-03-30f2fs: clean up f2fs_may_encrypt()Chao Yu1-3/+1
2020-03-10f2fs: fix inconsistent commentsChao Yu1-1/+1
2020-01-17f2fs: convert inline_dir early before starting renameJaegeuk Kim1-23/+14
2020-01-17f2fs: support data compressionChao Yu1-0/+51
2020-01-15f2fs: don't put new_page twice in f2fs_renameJaegeuk Kim1-3/+4
2020-01-15f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim1-14/+13
2019-11-07f2fs: fix to update dir's i_pino during cross_renameChao Yu1-3/+12
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu1-22/+14
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg1-0/+21
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu1-0/+4
2019-08-23f2fs: support fiemap() for directory inodeChao Yu1-0/+1
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