summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: clean up build warningsYi Zhuang2021-04-101-0/+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-021-22/+76
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-7/+0
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-1/+1
* | f2fs: remove f2fs_dir_open()Eric Biggers2020-12-021-8/+0
|/
* Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-161-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-231-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-071-1/+1
|/
* f2fs: fix typo in comment of f2fs_do_add_linkLiu Song2020-07-071-1/+1
* f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers2020-06-081-0/+16
* f2fs: rework filename handlingEric Biggers2020-05-111-136/+174
* f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2020-05-111-35/+35
* f2fs: clean up f2fs_may_encrypt()Chao Yu2020-03-301-3/+1
* f2fs: don't change inode status under page lockChao Yu2020-03-301-6/+6
* Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-01-301-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-171-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-061-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-021-1/+1
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-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-121-1/+1
| * f2fs: no need to take page lock in readdirGao Xiang2019-03-121-3/+3
| * f2fs: check if file namelen exceeds max valueSheng Yong2019-01-221-1/+2
| * f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu2019-01-221-0/+4
* | f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-5/+5
|/
* f2fs: check PageWriteback flag for ordered caseChao Yu2018-12-261-4/+4
* f2fs: check memory boundary by insane namelenJaegeuk Kim2018-11-261-1/+11
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\
| * f2fs: Convert to XArrayMatthew Wilcox2018-10-211-1/+1
* | f2fs: fix to spread clear_cold_data()Chao Yu2018-10-221-0/+1
* | f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala2018-10-161-1/+1
* | f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* | f2fs: plug readahead IO in readdir()Chao Yu2018-09-111-6/+16
|/
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+1
* f2fs: clean up symbol namespaceChao Yu2018-05-311-34/+34
* f2fs: make set_de_type() staticChao Yu2018-05-311-1/+1
* f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-7/+1