- 5298d4b unicode: clean up the Kconfig symbol confusion by Christoph Hellwig · 3 years ago
- 3241057 f2fs: support fault injection for f2fs_kmem_cache_alloc() by Chao Yu · 3 years, 5 months ago
- d4bf15a f2fs: reduce the scope of setting fsck tag when de->name_len is zero by Yangtao Li · 3 years, 5 months ago
- 4d9a2bb f2fs: introduce f2fs_casefolded_name slab cache by Chao Yu · 3 years, 7 months ago
- b763f3b f2fs: restructure f2fs page.private layout by Chao Yu · 3 years, 8 months ago
- d0195c7 Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 8 months ago
- 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 3 years, 9 months ago
- 5f029c0 f2fs: clean up build warnings by Yi Zhuang · 3 years, 9 months ago
- ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
- 7ad08a5 f2fs: Handle casefolding with Encryption by Daniel Rosenberg · 4 years, 1 month ago
- bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
- ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
- 73114b6 f2fs: remove f2fs_dir_open() by Eric Biggers · 4 years, 1 month ago
- 7a3dade Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 2 months ago
- 6d7ab88 f2fs: fix uninit-value in f2fs_lookup by Chao Yu · 4 years, 3 months ago
- 17f930e f2fs: remove unneeded parameter in find_in_block() by Chao Yu · 4 years, 3 months ago
- 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 3 months ago
- e075b69 f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 3 months ago
- eca4873 f2fs: Use generic casefolding support by Daniel Rosenberg · 4 years, 6 months ago
- 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
- e5cc2c5 f2fs: fix typo in comment of f2fs_do_add_link by Liu Song · 4 years, 6 months ago
- fc3bb09 f2fs: avoid utf8_strncasecmp() with unstable name by Eric Biggers · 4 years, 7 months ago
- 43c780b f2fs: rework filename handling by Eric Biggers · 4 years, 8 months ago
- f874fa1 f2fs: split f2fs_d_compare() from f2fs_match_name() by Eric Biggers · 4 years, 8 months ago
- 8c7d4b5 f2fs: clean up f2fs_may_encrypt() by Chao Yu · 4 years, 9 months ago
- 9995e40 f2fs: don't change inode status under page lock by Chao Yu · 4 years, 9 months ago
- 6e135ba Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
- 80f2388 f2fs: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
- 5515eae f2fs: fix dcache lookup of !casefolded directories by Eric Biggers · 5 years ago
- b06af2a f2fs: convert inline_dir early before starting rename by Jaegeuk Kim · 5 years ago
- 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
- c45d600 f2fs: show f2fs instance in printk_ratelimited by Chao Yu · 5 years ago
- 9819403 f2fs: fix to avoid accessing uninitialized field of inode page in is_alive() by Chao Yu · 5 years ago
- 950d47f f2fs: optimize case-insensitive lookups by Chao Yu · 5 years ago
- fe76a16 f2fs: introduce f2fs_match_name() for cleanup by Chao Yu · 5 years ago
- 2c2eb7a f2fs: Support case-insensitive file name lookups by Daniel Rosenberg · 5 years ago
- 10f966b f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 6 years ago
- dcbb4c1 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() by Joe Perches · 6 years ago
- 36af5f4 f2fs: fix sparse warning by Chao Yu · 6 years ago
- 5160bcc Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
- 240a591 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
- 613f3dc f2fs: no need to take page lock in readdir by Gao Xiang · 6 years ago
- 62230e0d f2fs: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
- 720db06 f2fs: check if file namelen exceeds max value by Sheng Yong · 6 years ago
- ddf06b7 f2fs: fix to trigger fsck if dirent.name_len is zero by Chao Yu · 6 years ago
- bae0ee7 f2fs: check PageWriteback flag for ordered case by Chao Yu · 6 years ago
- 4e240d1 f2fs: check memory boundary by insane namelen by Jaegeuk Kim · 6 years ago
- dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- 2baf078 f2fs: fix to spread clear_cold_data() by Chao Yu · 6 years ago
- 5ec2d99 f2fs: Convert to XArray by Matthew Wilcox · 7 years ago
- c75f2fe f2fs: do not update REQ_TIME in case of error conditions by Sahitya Tummala · 6 years ago
- 7c1a000 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
- e1293bd f2fs: plug readahead IO in readdir() by Chao Yu · 6 years ago
- 7fa750a f2fs: rework fault injection handling to avoid a warning by Arnd Bergmann · 6 years ago
- 4d57b86 f2fs: clean up symbol namespace by Chao Yu · 7 years ago
- 2e79d95 f2fs: make set_de_type() static by Chao Yu · 7 years ago
- aec2f72 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- ff62af2 f2fs: introduce a new mount option test_dummy_encryption by Sheng Yong · 7 years ago
- c566757 f2fs: remove unneeded set_cold_node() by Chao Yu · 7 years ago
- 63189b7 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
- 93cf93f f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
- bdbc90f f2fs: don't put dentry page in pagecache into highmem by Yunlong Song · 7 years ago
- 0a007b97 f2fs: recover directory operations by fsync by Jaegeuk Kim · 7 years ago
- f6df8f2 f2fs: introduce sysfs readdir_ra to readahead inode block in readdir by Sheng Yong · 7 years ago
- ab383be f2fs: update ctx->pos correctly when hitting hole in directory by Chao Yu · 7 years ago
- cb7a844 f2fs: relocate readahead codes in readdir() by Chao Yu · 7 years ago
- 4414dea f2fs: allow readdir() to be interrupted by Chao Yu · 7 years ago
- e97a3c4 f2fs: trace f2fs_readdir by Chao Yu · 7 years ago
- 0abd8e7 f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared by Daeho Jeong · 7 years ago
- d58dfb7 f2fs: do not set LOST_PINO for newly created dir by Sheng Yong · 8 years ago
- 70ef8f0 Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
- 1f73d49 f2fs: switch to using fscrypt_match_name() by Eric Biggers · 8 years ago
- 6b06cde fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 8 years ago
- 6332cd3 f2fs: check entire encrypted bigname when finding a dentry by Jaegeuk Kim · 8 years ago
- d3bb910 f2fs: fix multiple f2fs_add_link() having same name for inline dentry by Sheng Yong · 8 years ago
- 64c24ec f2fs: split make_dentry_ptr() into block and inline versions by Tomohiro Kusumi · 8 years ago
- d03ba4c f2fs: cleanup the disk level filename updating by Kinglong Mee · 8 years ago
- 23380b8 f2fs: use __set{__clear}_bit_le by Jaegeuk Kim · 8 years ago
- 25c4e6c Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
- 5552351 f2fs: show simple call stack in fault injection message by Chao Yu · 8 years ago
- 88c5c13 f2fs: fix multiple f2fs_add_link() calls having same name by Jaegeuk Kim · 8 years ago
- 54475f5 fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
- ed6bd4b f2fs: report error of f2fs_fill_dentries by Chao Yu · 8 years ago
- 7c45729 f2fs: keep dirty inodes selectively for checkpoint by Jaegeuk Kim · 8 years ago
- 0c0b471 f2fs: fix sparse warnings by Eric Biggers · 8 years ago
- 933439c f2fs: give a chance to detach from dirty list by Chao Yu · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
- 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- ebfa732 f2fs: make f2fs_filetype_table static by Chao Yu · 8 years ago
- ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
- 6bf6b26 f2fs: set dentry bits on random location in memory by Jaegeuk Kim · 8 years ago
- e7ba108 f2fs: add roll-forward recovery process for encrypted dentry by Shuoran Liu · 8 years ago
- e06f86e f2fs crypto: avoid unneeded memory allocation in ->readdir by Chao Yu · 8 years ago
- 9421d57 f2fs: fix to do security initialization of encrypted inode with original filename by Chao Yu · 8 years ago
- 5d2b42e f2fs: fix a bug when using namehash to locate dentry bucket by Shuoran Liu · 8 years ago
- 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 185de68 qstr: constify instances in f2fs by Al Viro · 8 years ago