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