1. a62177b f2fs: Show casefolding support only when supported by Daniel Rosenberg · 3 years, 8 months ago
  2. d3c1509 f2fs: compress: fix to disallow temp extension by Chao Yu · 3 years, 8 months ago
  3. 43cefd1 f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs by Chao Yu · 3 years, 8 months ago
  4. 2830dd2 f2fs: atgc: fix to set default age threshold by Chao Yu · 3 years, 8 months ago
  5. 8678660 f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances by Chao Yu · 3 years, 9 months ago
  6. e582a2f f2fs: Prevent swap file in LFS mode by Shin'ichiro Kawasaki · 3 years, 8 months ago
  7. a9fc163 f2fs: compress: fix to assign cc.cluster_idx correctly by Chao Yu · 3 years, 8 months ago
  8. 5639b73 f2fs: compress: fix race condition of overwrite vs truncate by Chao Yu · 3 years, 8 months ago
  9. 72b0f30 f2fs: compress: fix to free compress page correctly by Chao Yu · 3 years, 9 months ago
  10. 23ecfe7 f2fs: avoid unneeded data copy in f2fs_ioc_move_range() by Chao Yu · 4 years, 2 months ago
  11. b59194c f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block() by Chao Yu · 3 years, 10 months ago
  12. 1fd6a06 f2fs: Fix a hungtask problem in atomic write by Yi Zhuang · 3 years, 10 months ago
  13. 98ccee8 f2fs: fix to cover __allocate_new_section() with curseg_lock by Chao Yu · 3 years, 10 months ago
  14. 105155a f2fs: fix to avoid touching checkpointed data in get_victim() by Chao Yu · 3 years, 10 months ago
  15. 8c8f7c4 f2fs: fix to update last i_size if fallocate partially succeeds by Chao Yu · 3 years, 10 months ago
  16. 74d2b0e f2fs: fix to align to section for fallocate() on pinned file by Chao Yu · 3 years, 11 months ago
  17. 2d6d5b4 f2fs: fix a redundant call to f2fs_balance_fs if an error occurs by Colin Ian King · 3 years, 11 months ago
  18. 1c20a48 f2fs: fix panic during f2fs_resize_fs() by Chao Yu · 4 years ago
  19. 81ba163 f2fs: fix to allow migrating fully valid segment by Chao Yu · 4 years ago
  20. de2041d f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE by Chao Yu · 4 years, 2 months ago
  21. b7ff088 f2fs: move ioctl interface definitions to separated file by Chao Yu · 4 years, 3 months ago
  22. 9aa4602 f2fs: fix to avoid out-of-bounds memory access by Chao Yu · 3 years, 10 months ago
  23. 3962474 f2fs: fix error handling in f2fs_end_enable_verity() by Eric Biggers · 3 years, 11 months ago
  24. 0d2d685 f2fs: fix to set/clear I_LINKABLE under i_lock by Chao Yu · 4 years ago
  25. c86df2b f2fs: handle unallocated section and zone on pinned/atgc by Jaegeuk Kim · 4 years, 1 month ago
  26. f98be16 f2fs: flush data when enabling checkpoint back by Jaegeuk Kim · 4 years ago
  27. 04a4957 f2fs: enforce the immutable flag on open files by Chao Yu · 4 years, 1 month ago
  28. e391239 f2fs: fix out-of-repair __setattr_copy() by Chao Yu · 4 years, 1 month ago
  29. 5dc2ee0 f2fs: fix a wrong condition in __submit_bio by Dehe Gu · 4 years ago
  30. a9553ae f2fs: fix to avoid inconsistent quota data by Yi Chen · 4 years ago
  31. 2bebc6d f2fs: compress: fix potential deadlock by Chao Yu · 4 years ago
  32. db6129f f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 2 months ago
  33. ee3f8ae f2fs: avoid race condition for shrinker count by Jaegeuk Kim · 4 years, 2 months ago
  34. 1c5a034 f2fs: fix shift-out-of-bounds in sanity_check_raw_super() by Chao Yu · 4 years, 1 month ago
  35. 9c14fb5 f2fs: fix double free of unicode map by Hyeongseok Kim · 4 years, 2 months ago
  36. 8b1a51f f2fs: call f2fs_get_meta_page_retry for nat page by Jaegeuk Kim · 4 years, 3 months ago
  37. c2c9944 f2fs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
  38. 7812d88 f2fs: init dirty_secmap incorrectly by Jack Qiu · 4 years, 2 months ago
  39. 4cad005 f2fs: fix to seek incorrect data offset in inline data file by Chao Yu · 4 years, 3 months ago
  40. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  41. 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, 3 months ago
  42. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  43. 788e96d f2fs: code cleanup by removing unnecessary check by Chengguang Xu · 4 years, 3 months ago
  44. ae284d8 f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info by Jamie Iles · 4 years, 3 months ago
  45. 8c8cf26 f2fs: fix writecount false positive in releasing compress blocks by Daeho Jeong · 4 years, 3 months ago
  46. af4b6b8 f2fs: introduce check_swap_activate_fast() by Chao Yu · 4 years, 3 months ago
  47. 6ed29fe f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case by Chao Yu · 4 years, 3 months ago
  48. 86f3360 f2fs: handle errors of f2fs_get_meta_page_nofail by Jaegeuk Kim · 4 years, 4 months ago
  49. 6f5032a Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 3 months ago
  50. d662fad f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode by Chao Yu · 4 years, 3 months ago
  51. f6322f3 f2fs: reject CASEFOLD inode flag without casefold feature by Eric Biggers · 4 years, 3 months ago
  52. 48046cb f2fs: fix memory alignment to support 32bit by Jaegeuk Kim · 4 years, 3 months ago
  53. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 4 months ago
  54. 519a5a2 f2fs: compress: fix to disallow enabling compress on non-empty file by Chao Yu · 4 years, 4 months ago
  55. c68d6c8 f2fs: compress: introduce cic/dic slab cache by Chao Yu · 4 years, 4 months ago
  56. 3108303 f2fs: compress: introduce page array slab cache by Chao Yu · 4 years, 4 months ago
  57. 3a22e9a f2fs: fix to do sanity check on segment/section count by Chao Yu · 4 years, 4 months ago
  58. 6a25747 f2fs: fix to check segment boundary during SIT page readahead by Chao Yu · 4 years, 4 months ago
  59. 6d7ab88 f2fs: fix uninit-value in f2fs_lookup by Chao Yu · 4 years, 4 months ago
  60. 17f930e f2fs: remove unneeded parameter in find_in_block() by Chao Yu · 4 years, 4 months ago
  61. f99ba9a f2fs: fix wrong total_sections check and fsmeta check by Wang Xiaojun · 4 years, 4 months ago
  62. d89f589 f2fs: remove duplicated code in sanity_check_area_boundary by Wang Xiaojun · 4 years, 4 months ago
  63. e6e4218 f2fs: remove unused check on version_bitmap by Wang Xiaojun · 4 years, 4 months ago
  64. d066012 f2fs: relocate blkzoned feature check by Chao Yu · 4 years, 4 months ago
  65. 07eb1d6 f2fs: do sanity check on zoned block device path by Chao Yu · 4 years, 4 months ago
  66. 9b66482 f2fs: add trace exit in exception path by Zhang Qilong · 4 years, 4 months ago
  67. 4470eb2 f2fs: change return value of reserved_segments to unsigned int by Xiaojun Wang · 4 years, 4 months ago
  68. 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 4 months ago
  69. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 4 months ago
  70. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 4 months ago
  71. e075b69 f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
  72. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 4 months ago
  73. c8eb702 f2fs: clean up kvfree by Chao Yu · 4 years, 4 months ago
  74. 6fcaeba f2fs: change virtual mapping way for compression pages by Daeho Jeong · 4 years, 5 months ago
  75. 78134d0 f2fs: change return value of f2fs_disable_compressed_file to bool by Daeho Jeong · 4 years, 4 months ago
  76. c2759eb f2fs: change i_compr_blocks of inode to atomic value by Daeho Jeong · 4 years, 4 months ago
  77. 69c0dd2 f2fs: ignore compress mount option on image w/o compression feature by Chao Yu · 4 years, 5 months ago
  78. 0e2b738 f2fs: allocate proper size memory for zstd decompress by Chao Yu · 4 years, 5 months ago
  79. ae999bb f2fs: change compr_blocks of superblock info to 64bit by Daeho Jeong · 4 years, 5 months ago
  80. 4eda168 f2fs: add block address limit check to compressed file by Daeho Jeong · 4 years, 5 months ago
  81. aad1383 f2fs: check position in move range ioctl by Dan Robertson · 4 years, 5 months ago
  82. 335cac8 f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO by Jack Qiu · 4 years, 5 months ago
  83. 4cb03fe f2fs: Simplify SEEK_DATA implementation by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  84. 093749e f2fs: support age threshold based garbage collection by Chao Yu · 4 years, 6 months ago
  85. eca4873 f2fs: Use generic casefolding support by Daniel Rosenberg · 4 years, 7 months ago
  86. e6c3948 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref by Chao Yu · 4 years, 5 months ago
  87. 17d7648 f2fs: fix compile warning by Chao Yu · 4 years, 5 months ago
  88. 2e9b2bb f2fs: support 64-bits key in f2fs rb-tree node entry by Chao Yu · 4 years, 6 months ago
  89. c5d0278 f2fs: inherit mtime of original block during GC by Chao Yu · 4 years, 6 months ago
  90. 6f3a01a f2fs: record average update time of segment by Chao Yu · 4 years, 6 months ago
  91. d0b9e42 f2fs: introduce inmem curseg by Chao Yu · 4 years, 6 months ago
  92. 376207a f2fs: compress: remove unneeded code by Chao Yu · 4 years, 6 months ago
  93. e90027d f2fs: remove duplicated type casting by Xiaojun Wang · 4 years, 6 months ago
  94. de881df f2fs: support zone capacity less than zone size by Aravind Ramesh · 4 years, 6 months ago
  95. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 5 months ago
  96. e2cab03 f2fs: fix indefinite loop scanning for free nid by Sahitya Tummala · 4 years, 5 months ago
  97. 123aaf7 f2fs: Fix type of section block count variables by Shin'ichiro Kawasaki · 4 years, 5 months ago
  98. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
  99. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  100. 086ba2e Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 5 months ago