summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* f2fs: project ids aren't idmappedChristian Brauner2023-01-181-1/+1
* Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-151-199/+192
|\
| * f2fs: allocate the extent_cache by defaultJaegeuk Kim2022-12-121-2/+2
| * f2fs: move set_file_temperature into f2fs_new_inodeSheng Yong2022-11-281-33/+29
| * f2fs: fix to enable compress for newly created file if extension matchesSheng Yong2022-11-281-166/+163
| * f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim2022-10-251-2/+2
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-121-1/+1
* vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-5/+8
* f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-201-6/+11
* f2fs: change the current atomic write wayDaeho Jeong2022-05-121-9/+19
* f2fs: fix to do sanity check on inline_dots inodeChao Yu2022-04-261-0/+7
* f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim2022-04-261-3/+0
* Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-221-37/+41
|\
| * f2fs: remove redundant parameter judgmentWang Xiaojun2022-03-171-2/+1
| * f2fs: support idmapped mountsChao Yu2022-02-121-18/+23
| * f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-251-17/+17
* | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-211-2/+2
|/
* f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-15/+15
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-09-161-1/+1
* f2fs: report correct st_size for encrypted symlinksEric Biggers2021-07-261-1/+11
* f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-021-5/+15
* f2fs: compress: fix to disallow temp extensionChao Yu2021-05-261-4/+12
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-0/+3
|\
| * f2fs: clean up build warningsYi Zhuang2021-04-101-0/+3
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\ \
| * | useful constants: struct qstr for ".."Al Viro2021-04-161-2/+1
| |/
* / f2fs: convert to fileattrMiklos Szeredi2021-04-121-0/+2
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-10/+13
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-9/+12
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-01-281-0/+8
|/
* fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-031-0/+1
* Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-171-1/+1
|\
| * f2fs: clean up kvfreeChao Yu2020-09-141-1/+1
* | f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-1/+6
|/
* f2fs: space related cleanupJack Qiu2020-07-261-4/+4
* f2fs: make trace enter and end in pairs for unlinkLihong Kou2020-07-081-4/+6
* f2fs: fix wrong value of tracepoint parameterChao Yu2020-05-281-1/+2
* f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-271-8/+0
* f2fs: remove redundant assignment to variable errColin Ian King2020-05-121-1/+1
* f2fs: rework filename handlingEric Biggers2020-05-121-3/+3
* f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()Chao Yu2020-03-311-6/+0
* f2fs: clean up f2fs_may_encrypt()Chao Yu2020-03-311-3/+1
* f2fs: fix inconsistent commentsChao Yu2020-03-101-1/+1