summaryrefslogtreecommitdiff
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix potential corruption when moving a directoryJaegeuk Kim2023-04-121-1/+15
* f2fs: convert is_extension_exist() to return bool typeYangtao Li2023-04-041-6/+6
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-4/+1
|\
| * f2fs: fix typos in commentsJinyoung CHOI2023-02-071-1/+1
| * f2fs: remove unneeded f2fs_cp_error() in f2fs_create_whiteout()Chao Yu2023-01-311-3/+0
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-22/+16
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | 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-141-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-111-1/+1
* vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-5/+8
* f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-191-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-251-0/+7
* f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inodeJaegeuk Kim2022-04-251-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-241-17/+17
* | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-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-251-1/+11
* f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-011-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-041-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-151-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-271-0/+8
|/
* fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-0/+1
* Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-161-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