summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: make trace enter and end in pairs for unlinkLihong Kou2020-07-071-4/+6
* f2fs: fix wrong value of tracepoint parameterChao Yu2020-05-281-1/+2
* f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-261-8/+0
* f2fs: remove redundant assignment to variable errColin Ian King2020-05-111-1/+1
* f2fs: rework filename handlingEric Biggers2020-05-111-3/+3
* f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()Chao Yu2020-03-301-6/+0
* f2fs: clean up f2fs_may_encrypt()Chao Yu2020-03-301-3/+1
* f2fs: fix inconsistent commentsChao Yu2020-03-101-1/+1
* f2fs: convert inline_dir early before starting renameJaegeuk Kim2020-01-171-23/+14
* f2fs: support data compressionChao Yu2020-01-171-0/+51
* f2fs: don't put new_page twice in f2fs_renameJaegeuk Kim2020-01-151-3/+4
* f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim2020-01-151-14/+13
* f2fs: fix to update dir's i_pino during cross_renameChao Yu2019-11-071-3/+12
* f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-061-22/+14
* f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-0/+21
* f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu2019-08-231-0/+4
* f2fs: support fiemap() for directory inodeChao Yu2019-08-231-0/+1
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-6/+4
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-141-1/+1
|\
| * f2fs: mark is_extension_exist() inlinePark Ju Hyung2019-05-081-1/+1
* | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-171-7/+10
|/
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-1/+2
|\
| * f2fs: give random value to i_generationJaegeuk Kim2019-03-121-1/+2