1. 4ddc1b2 f2fs: fix to restrict mount condition when without CONFIG_QUOTA by Chao Yu · 6 years ago
  2. 00960c2cd f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled by Sheng Yong · 6 years ago
  3. 76cf05d f2fs: quota: fix incorrect comments by Sheng Yong · 6 years ago
  4. 955ac6e f2fs: quota: decrease the lock granularity of statfs_project by Sheng Yong · 6 years ago
  5. a39e5365 f2fs: enable real-time discard by default by Chao Yu · 6 years ago
  6. dc13280 f2fs: show the fsync_mode=nobarrier mount option by Sahitya Tummala · 6 years ago
  7. 2d3a585 f2fs: avoid the global name 'fault_name' by Gao Xiang · 6 years ago
  8. 9dc956b f2fs: fix to do sanity check with user_block_count by Chao Yu · 7 years ago
  9. c77ec61 f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize by Chao Yu · 7 years ago
  10. 42bf546 f2fs: fix to do sanity check with secs_per_zone by Chao Yu · 7 years ago
  11. 4e42383 f2fs: fix error path of fill_super by Chao Yu · 7 years ago
  12. 4cac90d f2fs: relocate readdir_ra configure initialization by Chao Yu · 7 years ago
  13. 0aa7e0f f2fs: move s_res{u,g}id initialization to default_options() by Chao Yu · 7 years ago
  14. 83a3bfd f2fs: indicate shutdown f2fs to allow unmount successfully by Jaegeuk Kim · 7 years ago
  15. 1cb50f8 f2fs: do checkpoint in kill_sb by Jaegeuk Kim · 6 years ago
  16. 026f050 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 7 years ago
  17. c860659 treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 7 years ago
  18. d54d35c Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  19. c29fd0c f2fs: let sync node IO interrupt async one by Chao Yu · 7 years ago
  20. 4d57b86 f2fs: clean up symbol namespace by Chao Yu · 7 years ago
  21. 4071e67 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 7 years ago
  22. 107a805 f2fs: keep migration IO order in LFS mode by Chao Yu · 7 years ago
  23. 1c41e680 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 7 years ago
  24. 0cfe75c f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 7 years ago
  25. b2532c6 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 7 years ago
  26. 59c8440 f2fs: introduce private inode status mapping by Chao Yu · 7 years ago
  27. d629081 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 7 years ago
  28. e12ee68 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 7 years ago
  29. 6dbb179 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  30. 2f52052 f2fs: no need to initialize zero value for GFP_F2FS_ZERO by Yunlong Song · 7 years ago
  31. 02117b8 f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read by Ritesh Harjani · 7 years ago
  32. ff62af2 f2fs: introduce a new mount option test_dummy_encryption by Sheng Yong · 7 years ago
  33. b7c409d f2fs: introduce F2FS_FEATURE_LOST_FOUND feature by Sheng Yong · 7 years ago
  34. 63189b7 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  35. 93cf93f f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  36. eea5288 f2fs: fix to restore old mount option in ->remount_fs by Chao Yu · 7 years ago
  37. deeedd7 f2fs: wrap sb_rdonly with f2fs_readonly by Chao Yu · 7 years ago
  38. 782911f f2fs: set readdir_ra by default by Jaegeuk Kim · 7 years ago
  39. 84b89e5 f2fs: add auto tuning for small devices by Jaegeuk Kim · 7 years ago
  40. 0793962 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  41. 846ae67 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  42. d0d3f1b f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  43. ccd31cb f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  44. f2e703f f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  45. 0cdd319 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  46. 4d817ae f2fs: restrict inline_xattr_size configuration by Chao Yu · 7 years ago
  47. 0964fc1 f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET by Sheng Yong · 7 years ago
  48. d7997e6 f2fs: clean up error path of fill_super by Chao Yu · 7 years ago
  49. 7c2e596 f2fs: add resgid and resuid to reserve root blocks by Jaegeuk Kim · 7 years ago
  50. 578c647 f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  51. 94b1e10 f2fs: make local functions static by Wei Yongjun · 7 years ago
  52. 7e65be4 f2fs: add reserved blocks for root user by Jaegeuk Kim · 7 years ago
  53. f66c027 f2fs: show precise # of blocks that user/root can use by Jaegeuk Kim · 7 years ago
  54. 6279398 f2fs: enable quota at remount from r to w by Jaegeuk Kim · 7 years ago
  55. bae01ed f2fs: fix error handling in fill_super by Chao Yu · 7 years ago
  56. 4e6aad2 f2fs: spread f2fs_k{m,z}alloc by Chao Yu · 7 years ago
  57. 628b3d1 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  58. 292c196a f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  59. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  60. a02cd42 Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  61. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  62. d1954ab f2fs: don't bother with inode->i_version by Jeff Layton · 7 years ago
  63. ea67673 f2fs: support quota sys files by Jaegeuk Kim · 7 years ago
  64. d62fe97 f2fs: support bio allocation error injection by Chao Yu · 7 years ago
  65. 01eccef f2fs: support get_page error injection by Chao Yu · 7 years ago
  66. 80d4214 f2fs: support soft block reservation by Yunlong Song · 7 years ago
  67. 6afc662 f2fs: support flexible inline xattr size by Chao Yu · 7 years ago
  68. 1f227a3 f2fs: stop all the operations by cp_error flag by Jaegeuk Kim · 7 years ago
  69. 6e5b5d4 Revert "f2fs: return wrong error number on f2fs_quota_write" by Jaegeuk Kim · 7 years ago
  70. 4e46a02 f2fs: retry ENOMEM for quota_read|write by Jaegeuk Kim · 7 years ago
  71. 57864ae f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  72. 204b4ae f2fs/crypto: drop crypto key at evict_inode only by Jaegeuk Kim · 7 years ago
  73. cf5c759 f2fs: give up CP_TRIMMED_FLAG if it drops discards by Chao Yu · 7 years ago
  74. 8412663 f2fs: support issuing/waiting discard in range by Chao Yu · 7 years ago
  75. ffcc4182 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  76. f7293e4 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  77. 1228b48 f2fs: fix to flush multiple device in checkpoint by Chao Yu · 7 years ago
  78. 638164a f2fs: fix potential panic during fstrim by Chao Yu · 7 years ago
  79. 27161f1 f2fs: avoid race in between read xattr & write xattr by Yunlei He · 7 years ago
  80. f62fc9f f2fs: constify super_operations by Arvind Yadav · 7 years ago
  81. 4b2414d f2fs: support journalled quota by Chao Yu · 7 years ago
  82. 9a20d39 f2fs: avoid unneeded sync on quota file by Chao Yu · 7 years ago
  83. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  84. a36c106 f2fs: use printk_ratelimited for f2fs_msg by Jaegeuk Kim · 7 years ago
  85. 704956e f2fs: support inode checksum by Chao Yu · 7 years ago
  86. 4f31d26 f2fs: return wrong error number on f2fs_quota_write by Jaegeuk Kim · 7 years ago
  87. ddc34e3 f2fs: introduce f2fs_statfs_project by Chao Yu · 7 years ago
  88. dc6b205 f2fs: avoid naming confusion of sysfs init by Jaegeuk Kim · 7 years ago
  89. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  90. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  91. f247037 f2fs: make max inline size changeable by Chao Yu · 7 years ago
  92. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  93. 0abd675 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  94. 6ac851b Revert "f2fs: fix to clean previous mount option when remount_fs" by Chao Yu · 7 years ago
  95. cce1325 f2fs: stop gc/discard thread in prior during umount by Chao Yu · 8 years ago
  96. daeb433 f2fs: introduce reserved_blocks in sysfs by Chao Yu · 8 years ago
  97. 0cc091d f2fs: report # of free inodes more precisely by Jaegeuk Kim · 8 years ago
  98. 663f387 f2fs: set CP_TRIMMED_FLAG correctly by Chao Yu · 8 years ago
  99. 8ceffcb f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c by Chao Yu · 8 years ago
  100. a398101 f2fs: clean up sysfs codes by Chao Yu · 8 years ago