aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-19f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-9/+19
2022-04-25f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-04-25f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim1-3/+0
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-37/+41
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun1-2/+1
2022-02-12f2fs: support idmapped mountsChao Yu1-18/+23
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-17/+17
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-2/+2
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-15/+15
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim1-1/+1
2021-07-25f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang1-5/+15
2021-05-26f2fs: compress: fix to disallow temp extensionChao Yu1-4/+12
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+3
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2021-04-15useful constants: struct qstr for ".."Al Viro1-2/+1
2021-04-12f2fs: convert to fileattrMiklos Szeredi1-0/+2
2021-04-10f2fs: clean up build warningsYi Zhuang1-0/+3
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