1. 6d59845 f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  2. 0ef692e f2fs: support fault_type mount option by Chao Yu · 6 years ago
  3. 8bdb419 f2fs: support discard submission error injection by Chao Yu · 6 years ago
  4. 976de2d f2fs: fix to do sanity check with inline flags by Chao Yu · 6 years ago
  5. 3d5c54a f2fs: fix to avoid broken of dnode block list by Chao Yu · 6 years ago
  6. 22400c8 f2fs: fix to do sanity check with cp_pack_start_sum by Chao Yu · 6 years ago
  7. c0dcc52 f2fs: fix to restrict mount condition when without CONFIG_QUOTA by Chao Yu · 6 years ago
  8. b9de293 f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled by Sheng Yong · 6 years ago
  9. 7f57572 f2fs: quota: fix incorrect comments by Sheng Yong · 6 years ago
  10. 1c56698 f2fs: enable real-time discard by default by Chao Yu · 6 years ago
  11. 989ba38 f2fs: show the fsync_mode=nobarrier mount option by Sahitya Tummala · 6 years ago
  12. 6b308c3 f2fs: avoid the global name 'fault_name' by Gao Xiang · 6 years ago
  13. 356f743 f2fs: fix to do sanity check with user_block_count by Chao Yu · 6 years ago
  14. 81700b3 f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize by Chao Yu · 6 years ago
  15. 4a48b14 f2fs: fix to do sanity check with secs_per_zone by Chao Yu · 6 years ago
  16. fe45798 f2fs: fix error path of fill_super by Chao Yu · 6 years ago
  17. ea4a808 f2fs: relocate readdir_ra configure initialization by Chao Yu · 6 years ago
  18. 7aa8312 f2fs: move s_res{u,g}id initialization to default_options() by Chao Yu · 6 years ago
  19. c92b7c7 f2fs: indicate shutdown f2fs to allow unmount successfully by Jaegeuk Kim · 6 years ago
  20. 16e81b1 f2fs: do checkpoint in kill_sb by Jaegeuk Kim · 6 years ago
  21. 61f4864 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 6 years ago
  22. c4eb50d treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 6 years ago
  23. deb78d4 f2fs: let sync node IO interrupt async one by Chao Yu · 6 years ago
  24. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  25. 8c46965 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 6 years ago
  26. bbab2dc f2fs: keep migration IO order in LFS mode by Chao Yu · 6 years ago
  27. 2d96ad5 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 6 years ago
  28. 6abb033 f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 6 years ago
  29. f6bd7d4 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 6 years ago
  30. 9bafde6 f2fs: introduce private inode status mapping by Chao Yu · 6 years ago
  31. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  32. 3a38cf1 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 6 years ago
  33. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 6 years ago
  34. 2dc8f5a f2fs: no need to initialize zero value for GFP_F2FS_ZERO by Yunlong Song · 7 years ago
  35. 034f11e f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read by Ritesh Harjani · 7 years ago
  36. aa5bcfd f2fs: introduce a new mount option test_dummy_encryption by Sheng Yong · 7 years ago
  37. 9b880fe f2fs: introduce F2FS_FEATURE_LOST_FOUND feature by Sheng Yong · 7 years ago
  38. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  39. 9a95481 f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  40. 4ce4eb6 f2fs: fix to restore old mount option in ->remount_fs by Chao Yu · 7 years ago
  41. 8f711c3 f2fs: wrap sb_rdonly with f2fs_readonly by Chao Yu · 7 years ago
  42. ad3ce47 f2fs: set readdir_ra by default by Jaegeuk Kim · 7 years ago
  43. 5aae202 f2fs: add auto tuning for small devices by Jaegeuk Kim · 7 years ago
  44. 78c1fc2 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  45. 1e72cb2 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  46. 4951ebc f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  47. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  48. 87c1806 f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  49. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  50. 7de4fcc f2fs: restrict inline_xattr_size configuration by Chao Yu · 7 years ago
  51. 8fa455b f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET by Sheng Yong · 7 years ago
  52. acdaca2 f2fs: clean up error path of fill_super by Chao Yu · 7 years ago
  53. 462d762 f2fs: add resgid and resuid to reserve root blocks by Jaegeuk Kim · 7 years ago
  54. cbd5e5a f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  55. 02cfdab f2fs: make local functions static by Wei Yongjun · 7 years ago
  56. 5fee540 f2fs: add reserved blocks for root user by Jaegeuk Kim · 7 years ago
  57. 52b4528 f2fs: show precise # of blocks that user/root can use by Jaegeuk Kim · 7 years ago
  58. 162464d f2fs: enable quota at remount from r to w by Jaegeuk Kim · 7 years ago
  59. e3d2a1e f2fs: fix error handling in fill_super by Chao Yu · 7 years ago
  60. b02e72d f2fs: spread f2fs_k{m,z}alloc by Chao Yu · 7 years ago
  61. ead5259 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  62. 09234be f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  63. 8814204 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  64. 8745aa3 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  65. 9e71a03 f2fs: don't bother with inode->i_version by Jeff Layton · 7 years ago
  66. 0108c48 f2fs: support quota sys files by Jaegeuk Kim · 7 years ago
  67. b5db2de f2fs: support bio allocation error injection by Chao Yu · 7 years ago
  68. 58ddec8 f2fs: support get_page error injection by Chao Yu · 7 years ago
  69. 68ab6f8 f2fs: support soft block reservation by Yunlong Song · 7 years ago
  70. 50ffaa9 f2fs: support flexible inline xattr size by Chao Yu · 7 years ago
  71. 6663422 f2fs: stop all the operations by cp_error flag by Jaegeuk Kim · 7 years ago
  72. 0e6275d Revert "f2fs: return wrong error number on f2fs_quota_write" by Jaegeuk Kim · 7 years ago
  73. 8c12a10 f2fs: retry ENOMEM for quota_read|write by Jaegeuk Kim · 7 years ago
  74. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  75. f6b708e f2fs/crypto: drop crypto key at evict_inode only by Jaegeuk Kim · 7 years ago
  76. 1e5305a f2fs: give up CP_TRIMMED_FLAG if it drops discards by Chao Yu · 7 years ago
  77. 28e1023 f2fs: support issuing/waiting discard in range by Chao Yu · 7 years ago
  78. fd6422e f2fs: fix to flush multiple device in checkpoint by Chao Yu · 7 years ago
  79. 8c9f306 f2fs: fix potential panic during fstrim by Chao Yu · 7 years ago
  80. 5dd3add f2fs: avoid race in between read xattr & write xattr by Yunlei He · 7 years ago
  81. 4c1db1a f2fs: constify super_operations by Arvind Yadav · 7 years ago
  82. 41ad73f f2fs: support journalled quota by Chao Yu · 7 years ago
  83. f701f1c f2fs: avoid unneeded sync on quota file by Chao Yu · 7 years ago
  84. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  85. db4fa88 f2fs: use printk_ratelimited for f2fs_msg by Jaegeuk Kim · 7 years ago
  86. 4310125 f2fs: support inode checksum by Chao Yu · 7 years ago
  87. 0b006fe f2fs: return wrong error number on f2fs_quota_write by Jaegeuk Kim · 7 years ago
  88. 15426db f2fs: introduce f2fs_statfs_project by Chao Yu · 7 years ago
  89. 883d553 f2fs: avoid naming confusion of sysfs init by Jaegeuk Kim · 7 years ago
  90. 5647b30 f2fs: support project quota by Chao Yu · 7 years ago
  91. fbcf931 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  92. e84f88e f2fs: make max inline size changeable by Chao Yu · 7 years ago
  93. dbf0532 f2fs: make more close to v4.13-rc1 by Jaegeuk Kim · 7 years ago
  94. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  95. 6beac81 Revert "f2fs: fix to clean previous mount option when remount_fs" by Chao Yu · 7 years ago
  96. d9d85cc f2fs: stop gc/discard thread in prior during umount by Chao Yu · 7 years ago
  97. 026bd9d f2fs: introduce reserved_blocks in sysfs by Chao Yu · 7 years ago
  98. 711acfd f2fs: report # of free inodes more precisely by Jaegeuk Kim · 7 years ago
  99. a88cedf f2fs: set CP_TRIMMED_FLAG correctly by Chao Yu · 7 years ago
  100. 57fb30c f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c by Chao Yu · 7 years ago