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