summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: don't use casefolded comparison for "." and ".."Eric Biggers2022-05-171-1/+2
* Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-221-6/+6
|\
| * f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-251-6/+6
* | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-211-5/+5
|/
* f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-2/+2
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-08-051-5/+9
* f2fs: introduce f2fs_casefolded_name slab cacheChao Yu2021-06-231-6/+11
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-141-2/+6
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-0/+1
|\
| * f2fs: clean up build warningsYi Zhuang2021-04-101-0/+1
* | useful constants: struct qstr for ".."Al Viro2021-04-161-3/+1
|/
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-29/+76
|\
| * f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-031-22/+76
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-031-7/+0
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-031-1/+1
* | f2fs: remove f2fs_dir_open()Eric Biggers2020-12-031-8/+0
|/
* Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-171-91/+18
|\
| * f2fs: fix uninit-value in f2fs_lookupChao Yu2020-09-291-5/+3
| * f2fs: remove unneeded parameter in find_in_block()Chao Yu2020-09-291-11/+6
| * f2fs: Use generic casefolding supportDaniel Rosenberg2020-09-101-75/+9
* | fscrypt: don't call no-key names "ciphertext names"Eric Biggers2020-09-241-1/+1
* | f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-1/+1
* | fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-081-1/+1
|/
* f2fs: fix typo in comment of f2fs_do_add_linkLiu Song2020-07-081-1/+1
* f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers2020-06-091-0/+16
* f2fs: rework filename handlingEric Biggers2020-05-121-136/+174
* f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2020-05-121-35/+35
* f2fs: clean up f2fs_may_encrypt()Chao Yu2020-03-311-3/+1
* f2fs: don't change inode status under page lockChao Yu2020-03-311-6/+6
* Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-01-311-4/+21
|\
| * f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers2020-01-241-3/+6
| * f2fs: fix dcache lookup of !casefolded directoriesEric Biggers2020-01-241-1/+1
| * f2fs: convert inline_dir early before starting renameJaegeuk Kim2020-01-181-0/+14
* | fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers2019-12-311-1/+1
|/
* f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-191-3/+4
* f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2019-09-161-0/+5
* f2fs: optimize case-insensitive lookupsChao Yu2019-09-071-6/+51
* f2fs: introduce f2fs_match_name() for cleanupChao Yu2019-08-231-19/+30
* f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-10/+115
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-031-1/+1
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-031-6/+4
* f2fs: fix sparse warningChao Yu2019-05-301-2/+2
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-5/+10
|\
| * f2fs: fix to add refcount once page is tagged PG_privateChao Yu2019-03-131-1/+1
| * f2fs: no need to take page lock in readdirGao Xiang2019-03-131-3/+3
| * f2fs: check if file namelen exceeds max valueSheng Yong2019-01-231-1/+2
| * f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu2019-01-231-0/+4
* | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-241-5/+5
|/
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-271-4/+4
* f2fs: check memory boundary by insane namelenJaegeuk Kim2018-11-271-1/+11