1. 21b447e f2fs: fix to document inline_xattr_size option by Chao Yu · 5 years ago
  2. 5e5bd73 f2fs: fix to data block override node segment by mistake by zhengliang · 5 years ago
  3. d752b9e f2fs: fix typos in code comments by Geliang Tang · 5 years ago
  4. b0a0057 f2fs: use xattr_prefix to wrap up by Gao Xiang · 5 years ago
  5. eeec9e7 f2fs: sync filesystem after roll-forward recovery by Jaegeuk Kim · 5 years ago
  6. 773962c fs: export evict_inodes by Jaegeuk Kim · 5 years ago
  7. 9043102 f2fs: flush quota blocks after turnning it off by Jaegeuk Kim · 5 years ago
  8. ba6adf5 f2fs: avoid null pointer exception in dcc_info by Jaegeuk Kim · 5 years ago
  9. 85c3c61 f2fs: don't wake up too frequently, if there is lots of IOs by Jaegeuk Kim · 5 years ago
  10. 4eefccf f2fs: try to keep CP_TRIMMED_FLAG after successful umount by Jaegeuk Kim · 5 years ago
  11. f2cb919 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 5 years ago
  12. b842f2d f2fs: run discard jobs when put_super by Jaegeuk Kim · 5 years ago
  13. 6dda464 f2fs: fix to set sbi dirty correctly by Chao Yu · 5 years ago
  14. 13adc6f f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 5 years ago
  15. 12b3662 f2fs: add brackets for macros by Sheng Yong · 5 years ago
  16. 7d72038 f2fs: check if file namelen exceeds max value by Sheng Yong · 5 years ago
  17. d4a81f8 f2fs: fix to trigger fsck if dirent.name_len is zero by Chao Yu · 5 years ago
  18. 2da68d9 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  19. 3dd5f43 f2fs: export FS_NOCOW_FL flag to user by Jaegeuk Kim · 5 years ago
  20. 0088706 f2fs: check inject_rate validity during configuring by Chao Yu · 5 years ago
  21. c476cbd f2fs: remove set but not used variable 'err' by YueHaibing · 5 years ago
  22. 55cc38f f2fs: fix compile warnings: 'struct *' declared inside parameter list by Zhikang Zhang · 5 years ago
  23. 6d4ae78 f2fs: change error code to -ENOMEM from -EINVAL by Chengguang Xu · 5 years ago
  24. ec19f64 f2fs: don't access node/meta inode mapping after iput by Jaegeuk Kim · 5 years ago
  25. ddd7bcb f2fs: wait on atomic writes to count F2FS_CP_WB_DATA by Jaegeuk Kim · 5 years ago
  26. ad0784f f2fs: sanity check of xattr entry size by Jaegeuk Kim · 5 years ago
  27. bc6771e f2fs: fix use-after-free issue when accessing sbi->stat_info by Sahitya Tummala · 5 years ago
  28. d9b3df5 f2fs: check PageWriteback flag for ordered case by Chao Yu · 5 years ago
  29. 273e71c f2fs: fix validation of the block count in sanity_check_raw_super by Martin Blumenstingl · 5 years ago
  30. ae3bc06 f2fs: fix missing unlock(sbi->gc_mutex) by Jaegeuk Kim · 5 years ago
  31. fbb223f f2fs: clean up structure extent_node by Chao Yu · 5 years ago
  32. 489f2dc f2fs: fix block address for __check_sit_bitmap by Qiuyang Sun · 5 years ago
  33. be83ade f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 5 years ago
  34. 717ed96 f2fs: clean up checkpoint flow by Chao Yu · 5 years ago
  35. 1f85e0c f2fs: flush stale issued discard candidates by Jaegeuk Kim · 5 years ago
  36. 2d145882 f2fs: correct wrong spelling, issing_* by Jaegeuk Kim · 5 years ago
  37. 9248dba f2fs: use kvmalloc, if kmalloc is failed by Jaegeuk Kim · 5 years ago
  38. 7df51a1 f2fs: remove redundant comment of unused wio_mutex by Yunlong Song · 5 years ago
  39. a8c3e53 f2fs: fix to reorder set_page_dirty and wait_on_page_writeback by Chao Yu · 5 years ago
  40. ad32a8a f2fs: clear PG_writeback if IPU failed by Sheng Yong · 6 years ago
  41. a58cf53 f2fs: add an ioctl() to explicitly trigger fsck later by Jaegeuk Kim · 6 years ago
  42. cf1cf04 f2fs: avoid frequent costly fsck triggers by Jaegeuk Kim · 6 years ago
  43. e3faef1 f2fs: fix m_may_create to make OPU DIO write correctly by Jia Zhu · 6 years ago
  44. 35304bb f2fs: fix to update new block address correctly for OPU by Jia Zhu · 6 years ago
  45. 968fb76 f2fs: adjust trace print in f2fs_get_victim() to cover all paths by Sahitya Tummala · 6 years ago
  46. 61a26f3 f2fs: fix to allow node segment for GC by ioctl path by Sahitya Tummala · 6 years ago
  47. 05c09f4 f2fs: make "f2fs_fault_name[]" const char * by Alexey Dobriyan · 6 years ago
  48. 74ec201 f2fs: read page index before freeing by Pan Bian · 6 years ago
  49. 3beb85a f2fs: fix wrong return value of f2fs_acl_create by Tiezhu Yang · 6 years ago
  50. b1a81bb f2fs: avoid build warn of fall_through by Jaegeuk Kim · 6 years ago
  51. bcabd03 f2fs: fix race between write_checkpoint and write_begin by Sheng Yong · 6 years ago
  52. 43a197a f2fs: check memory boundary by insane namelen by Jaegeuk Kim · 6 years ago
  53. a151f36 f2fs: only flush the single temp bio cache which owns the target page by Yunlong Song · 6 years ago
  54. 5b5162d f2fs: fix out-place-update DIO write by Chao Yu · 6 years ago
  55. 504ab57 f2fs: fix to be aware discard/preflush/dio command in is_idle() by Chao Yu · 6 years ago
  56. cc32cf3 f2fs: add to account direct IO by Chao Yu · 6 years ago
  57. f726078 f2fs: move dir data flush to write checkpoint process by Yunlei He · 6 years ago
  58. 5bb1672 f2fs: change segment to section in f2fs_ioc_gc_range by Yunlong Song · 6 years ago
  59. bc83a660b f2fs: export migration_granularity sysfs entry by Chao Yu · 6 years ago
  60. 28bd09a f2fs: support subsectional garbage collection by Chao Yu · 6 years ago
  61. 7fc4751 f2fs: introduce __is_large_section() for cleanup by Chao Yu · 6 years ago
  62. 5b11d2b f2fs: clean up f2fs_sb_has_##feature_name by Chao Yu · 6 years ago
  63. d785aff f2fs: remove codes of unused wio_mutex by Yunlong Song · 6 years ago
  64. 957676b f2fs: fix count of seg_freed to make sec_freed correct by Yunlong Song · 6 years ago
  65. 37146ae f2fs: fix to account preflush command for noflush_merge mode by Chao Yu · 6 years ago
  66. 71d6c47 f2fs: avoid GC causing encrypted file corrupted by Yunlong Song · 6 years ago
  67. d831272 f2fs: guarantee journalled quota data by checkpoint by Chao Yu · 6 years ago
  68. e9fc43d f2fs: cleanup dirty pages if recover failed by Sheng Yong · 6 years ago
  69. 3d57147 f2fs: fix data corruption issue with hardware encryption by Sahitya Tummala · 6 years ago
  70. 494e17e f2fs: fix to recover inode->i_flags of inode block during POR by Chao Yu · 6 years ago
  71. 7c37970 f2fs: spread f2fs_set_inode_flags() by Chao Yu · 6 years ago
  72. 408bca0 f2fs: fix to spread clear_cold_data() by Chao Yu · 6 years ago
  73. 65e5a46 Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" by Jaegeuk Kim · 6 years ago
  74. 8025d72 f2fs: account read IOs and use IO counts for is_idle by Jaegeuk Kim · 6 years ago
  75. b8cc7a9 f2fs: fix to account IO correctly for cgroup writeback by Chao Yu · 6 years ago
  76. f44ba51 f2fs: fix to account IO correctly by Chao Yu · 6 years ago
  77. 4ca463f f2fs: remove request_list check in is_idle() by Jens Axboe · 6 years ago
  78. 513077a f2fs: allow to mount, if quota is failed by Jaegeuk Kim · 6 years ago
  79. e5ddab1 f2fs: update REQ_TIME in f2fs_cross_rename() by Sahitya Tummala · 6 years ago
  80. 1d12f5a f2fs: do not update REQ_TIME in case of error conditions by Sahitya Tummala · 6 years ago
  81. ca52deb f2fs: remove unneeded disable_nat_bits() by Chao Yu · 6 years ago
  82. 91b2c66 f2fs: remove unused sbi->trigger_ssr_threshold by Chao Yu · 6 years ago
  83. 9d62f77 f2fs: shrink sbi->sb_lock coverage in set_file_temperature() by Chao Yu · 6 years ago
  84. 343c806 f2fs: fix to recover cold bit of inode block during POR by Chao Yu · 6 years ago
  85. 44344f4 f2fs: submit cached bio to avoid endless PageWriteback by Chao Yu · 6 years ago
  86. f22f93a f2fs: checkpoint disabling by Daniel Rosenberg · 6 years ago
  87. 4edba23 f2fs: clear PageError on the read path by Jaegeuk Kim · 6 years ago
  88. b84f9a7 f2fs: allow out-place-update for direct IO in LFS mode by Chao Yu · 6 years ago
  89. 6923cd1 f2fs: refactor ->page_mkwrite() flow by Chao Yu · 6 years ago
  90. 39373df Revert: "f2fs: check last page index in cached bio to decide submission" by Chao Yu · 6 years ago
  91. 0570b3f f2fs: support superblock checksum by Junling Zheng · 6 years ago
  92. 0fc6da7 f2fs: add to account skip count of background GC by Chao Yu · 6 years ago
  93. d826d4a f2fs: add to account meta IO by Chao Yu · 6 years ago
  94. 87338b1 f2fs: keep lazytime on remount by Jaegeuk Kim · 6 years ago
  95. 9cc7032 f2fs: fix missing up_read by Jaegeuk Kim · 6 years ago
  96. 2b2a3c2 f2fs: return correct errno in f2fs_gc by Jaegeuk Kim · 6 years ago
  97. 4474e2f f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO by Jaegeuk Kim · 6 years ago
  98. c62a89b f2fs: mark inode dirty explicitly in recover_inode() by Chao Yu · 6 years ago
  99. ada3b8e f2fs: fix to recover inode's crtime during POR by Chao Yu · 6 years ago
  100. 92bf9c4 f2fs: fix to recover inode's i_gc_failures during POR by Chao Yu · 6 years ago