aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+1
2023-02-07f2fs: fix typos in commentsGravatar Jinyoung CHOI 1-1/+1
2023-01-31f2fs: remove unneeded f2fs_cp_error() in f2fs_create_whiteout()Gravatar Chao Yu 1-3/+0
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-22/+16
2023-01-19fs: port ->tmpfile() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-18f2fs: project ids aren't idmappedGravatar Christian Brauner 1-1/+1
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-199/+192
2022-12-12f2fs: allocate the extent_cache by defaultGravatar Jaegeuk Kim 1-2/+2
2022-11-28f2fs: move set_file_temperature into f2fs_new_inodeGravatar Sheng Yong 1-33/+29
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesGravatar Sheng Yong 1-166/+163
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateGravatar Jaegeuk Kim 1-2/+2
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-2/+2
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-09-24vfs: open inside ->tmpfile()Gravatar Miklos Szeredi 1-5/+8
2022-06-19f2fs: attach inline_data after setting compressionGravatar Jaegeuk Kim 1-6/+11
2022-05-12f2fs: change the current atomic write wayGravatar Daeho Jeong 1-9/+19
2022-04-25f2fs: fix to do sanity check on inline_dots inodeGravatar Chao Yu 1-0/+7
2022-04-25f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeGravatar Jaegeuk Kim 1-3/+0
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-37/+41
2022-03-17f2fs: remove redundant parameter judgmentGravatar Wang Xiaojun 1-2/+1
2022-02-12f2fs: support idmapped mountsGravatar Chao Yu 1-18/+23
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsGravatar Tim Murray 1-17/+17
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 1-2/+2
2021-10-29f2fs: support fault injection for dquot_initialize()Gravatar Chao Yu 1-15/+15
2021-09-16f2fs: should use GFP_NOFS for directory inodesGravatar Jaegeuk Kim 1-1/+1
2021-07-25f2fs: report correct st_size for encrypted symlinksGravatar Eric Biggers 1-1/+11
2021-07-01f2fs: compress: add nocompress extensions supportGravatar Fengnan Chang 1-5/+15
2021-05-26f2fs: compress: fix to disallow temp extensionGravatar Chao Yu 1-4/+12
2021-05-04Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 1-2/+1
2021-04-12f2fs: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-04-10f2fs: clean up build warningsGravatar Yi Zhuang 1-0/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-10/+13
2021-01-27f2fs: fix to set/clear I_LINKABLE under i_lockGravatar Chao Yu 1-0/+8
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-9/+12
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsGravatar Daniel Rosenberg 1-0/+1
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Gravatar Eric Biggers 1-1/+6
2020-09-14f2fs: clean up kvfreeGravatar Chao Yu 1-1/+1
2020-07-26f2fs: space related cleanupGravatar Jack Qiu 1-4/+4
2020-07-07f2fs: make trace enter and end in pairs for unlinkGravatar Lihong Kou 1-4/+6
2020-05-28f2fs: fix wrong value of tracepoint parameterGravatar Chao Yu 1-1/+2