summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-22/+16
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-18f2fs: project ids aren't idmappedChristian Brauner1-1/+1
2022-12-15Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-199/+192
2022-12-13f2fs: allocate the extent_cache by defaultJaegeuk Kim1-2/+2
2022-11-28f2fs: move set_file_temperature into f2fs_new_inodeSheng Yong1-33/+29
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong1-166/+163
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim1-2/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-5/+8
2022-06-20f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-9/+19
2022-04-26f2fs: fix to do sanity check on inline_dots inodeChao Yu1-0/+7
2022-04-26f2fs: 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/ja...Linus Torvalds1-37/+41
2022-03-17f2fs: remove redundant parameter judgmentWang Xiaojun1-2/+1
2022-02-12f2fs: support idmapped mountsChao Yu1-18/+23
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-17/+17
2022-01-21unicode: 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-26f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-07-02f2fs: compress: add nocompress extensions supportFengnan Chang1-5/+15
2021-05-26f2fs: compress: fix to disallow temp extensionChao Yu1-4/+12
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2021-04-16useful 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-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+13
2021-01-28f2fs: 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-03fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-08f2fs: 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-27f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu1-8/+0
2020-05-12f2fs: remove redundant assignment to variable errColin Ian King1-1/+1
2020-05-12f2fs: rework filename handlingEric Biggers1-3/+3