summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)Author
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-06-19f2fs: attach inline_data after setting compressionJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-04-25f2fs: fix to do sanity check on inline_dots inodeChao Yu
2022-04-25f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun
2022-02-12f2fs: support idmapped mountsChao Yu
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu
2021-09-16f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim
2021-07-25f2fs: report correct st_size for encrypted symlinksEric Biggers
2021-07-01f2fs: compress: add nocompress extensions supportFengnan Chang
2021-05-26f2fs: compress: fix to disallow temp extensionChao Yu
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-04-12f2fs: convert to fileattrMiklos Szeredi
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-14f2fs: clean up kvfreeChao Yu
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-07f2fs: make trace enter and end in pairs for unlinkLihong Kou
2020-05-28f2fs: fix wrong value of tracepoint parameterChao Yu
2020-05-26f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu
2020-05-11f2fs: remove redundant assignment to variable errColin Ian King
2020-05-11f2fs: rework filename handlingEric Biggers
2020-03-30f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()Chao Yu
2020-03-30f2fs: clean up f2fs_may_encrypt()Chao Yu
2020-03-10f2fs: fix inconsistent commentsChao Yu
2020-01-17f2fs: convert inline_dir early before starting renameJaegeuk Kim
2020-01-17f2fs: support data compressionChao Yu
2020-01-15f2fs: don't put new_page twice in f2fs_renameJaegeuk Kim
2020-01-15f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim
2019-11-07f2fs: fix to update dir's i_pino during cross_renameChao Yu
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu
2019-08-23f2fs: support fiemap() for directory inodeChao Yu
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung