1. ae284d8 f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info by Jamie Iles · 4 years, 3 months ago
  2. 093749e f2fs: support age threshold based garbage collection by Chao Yu · 4 years, 5 months ago
  3. eca4873 f2fs: Use generic casefolding support by Daniel Rosenberg · 4 years, 6 months ago
  4. a87aff1 f2fs: space related cleanup by Jack Qiu · 4 years, 6 months ago
  5. ffcde4b f2fs: remove write attribute of main_blkaddr sysfs node by Dehe Gu · 4 years, 6 months ago
  6. 0e5e811 f2fs: add GC_URGENT_LOW mode in gc_urgent by Daeho Jeong · 4 years, 6 months ago
  7. 42612e7 Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 7 months ago
  8. 32b6aba f2fs: add node_io_flag for bio flags likewise data_io_flag by Jaegeuk Kim · 4 years, 7 months ago
  9. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  10. 9c12238 f2fs: add compressed/gc data read IO stat by Chao Yu · 4 years, 9 months ago
  11. 8b83ac8 f2fs: support read iostat by Chao Yu · 4 years, 9 months ago
  12. 2bc4bea f2fs: add tracepoint for f2fs iostat by Daeho Jeong · 4 years, 10 months ago
  13. da9953b f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA by Jaegeuk Kim · 4 years, 9 months ago
  14. 9b6ed14 f2fs: add missing CONFIG_F2FS_FS_COMPRESSION by Chao Yu · 4 years, 10 months ago
  15. a7e679b f2fs: show mounted time by Jaegeuk Kim · 4 years, 11 months ago
  16. c6d5789 f2fs: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  17. fc7100e f2fs: Add f2fs stats to sysfs by Hridya Valsaraju · 5 years ago
  18. fe396ad f2fs: fix memleak of kobject by Chao Yu · 5 years ago
  19. 4c8ff70 f2fs: support data compression by Chao Yu · 5 years ago
  20. 820d366 f2fs: free sysfs kobject by Jaegeuk Kim · 5 years ago
  21. a4db59a f2fs: expose main_blkaddr in sysfs by Jaegeuk Kim · 5 years ago
  22. f5a53ed f2fs: support aligned pinned file by Jaegeuk Kim · 5 years ago
  23. fbc246a Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  24. 5aba543 f2fs: include charset encoding information in the superblock by Daniel Rosenberg · 5 years ago
  25. 95ae251 f2fs: add fs-verity support by Eric Biggers · 5 years ago
  26. 8740edc f2fs: avoid get_valid_blocks() for cleanup by Chao Yu · 6 years ago
  27. 176ef3c f2fs: replace ktype default_attrs with default_groups by Kimberly Brown · 6 years ago
  28. 4d3aed7 f2fs: Add option to limit required GC for checkpoint=disable by Daniel Rosenberg · 6 years ago
  29. 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
  30. 03f2c02 f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  31. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  32. ac92985 f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 6 years ago
  33. 36c5733 f2fs: check inject_rate validity during configuring by Chao Yu · 6 years ago
  34. 3465557 f2fs: export migration_granularity sysfs entry by Chao Yu · 6 years ago
  35. 7beb01f f2fs: clean up f2fs_sb_has_##feature_name by Chao Yu · 6 years ago
  36. d440c52 f2fs: support superblock checksum by Junling Zheng · 6 years ago
  37. a7d10cf f2fs: add new idle interval timing for discard and gc paths by Sahitya Tummala · 6 years ago
  38. 7c1a000 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  39. 853137c f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  40. a690eff f2fs: wake up gc thread immediately when gc_urgent is set by Sheng Yong · 6 years ago
  41. 970e348 f2fs: add proc entry to show victim_secmap bitmap by Yunlong Song · 6 years ago
  42. cb15d1e f2fs: fix defined but not used build warnings by Randy Dunlap · 7 years ago
  43. a1933c0 f2fs: avoid potential deadlock in f2fs_sbi_store by Jaegeuk Kim · 6 years ago
  44. 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
  45. 4d57b86 f2fs: clean up symbol namespace by Chao Yu · 7 years ago
  46. 250dbf5 f2fs: fix to avoid race during access gc_thread pointer by Chao Yu · 7 years ago
  47. 5b0e953 f2fs: introduce sbi->gc_mode to determine the policy by Jaegeuk Kim · 7 years ago
  48. 4580038 f2fs: fix spelling mistake: "extenstion" -> "extension" by Colin Ian King · 7 years ago
  49. 377224c f2fs: don't split checkpoint in fstrim by Chao Yu · 7 years ago
  50. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  51. b7c409d f2fs: introduce F2FS_FEATURE_LOST_FOUND feature by Sheng Yong · 7 years ago
  52. 63189b7 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  53. b6a06cb f2fs: support hot file extension by Chao Yu · 7 years ago
  54. 846ae67 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  55. ccd31cb f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  56. 1c1d35d f2fs: support inode creation time by Chao Yu · 7 years ago
  57. 1ad71a2 f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  58. 7e65be4 f2fs: add reserved blocks for root user by Jaegeuk Kim · 7 years ago
  59. f6df8f2 f2fs: introduce sysfs readdir_ra to readahead inode block in readdir by Sheng Yong · 7 years ago
  60. 234a968 f2fs: add quota_ino feature infra by Jaegeuk Kim · 7 years ago
  61. a2a12b6 f2fs: export SSR allocation threshold by Chao Yu · 7 years ago
  62. 80d4214 f2fs: support soft block reservation by Yunlong Song · 7 years ago
  63. 6afc662 f2fs: support flexible inline xattr size by Chao Yu · 7 years ago
  64. 8f1572f f2fs: show # of dirty segments via sysfs by Jaegeuk Kim · 7 years ago
  65. 78997b5 f2fs: split discard policy by Chao Yu · 7 years ago
  66. 80647e5 f2fs: fix to show correct discard_granularity in sysfs by Chao Yu · 7 years ago
  67. 01983c7 f2fs: wake up discard_thread iff there is a candidate by Jaegeuk Kim · 7 years ago
  68. 5f65654 f2fs: issue discard commands if gc_urgent is set by Jaegeuk Kim · 7 years ago
  69. 969d1b1 f2fs: introduce discard_granularity sysfs entry by Chao Yu · 7 years ago
  70. d9872a6 f2fs: introduce gc_urgent mode for background GC by Jaegeuk Kim · 7 years ago
  71. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  72. bf9e697 f2fs: expose features to sysfs entry by Jaegeuk Kim · 7 years ago
  73. dc6b205 f2fs: avoid naming confusion of sysfs init by Jaegeuk Kim · 7 years ago
  74. 299aa41 f2fs: include seq_file.h for sysfs.c by Jaegeuk Kim · 7 years ago
  75. daeb433 f2fs: introduce reserved_blocks in sysfs by Chao Yu · 8 years ago
  76. 8ceffcb f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c by Chao Yu · 8 years ago