1. 117f80f f2fs: introduce private bioset by Chao Yu · 5 years ago
  2. 21cf49f f2fs: cleanup duplicate stats for atomic files by Sahitya Tummala · 5 years ago
  3. d32cb6e f2fs: Fix deadlock in f2fs_gc() context during atomic files handling by Sahitya Tummala · 5 years ago
  4. 5b6e74f f2fs: show f2fs instance in printk_ratelimited by Chao Yu · 5 years ago
  5. 30f43bb f2fs: support aligned pinned file by Jaegeuk Kim · 5 years ago
  6. 99db54c5 f2fs: cache global IPU bio by Chao Yu · 5 years ago
  7. 7fc0210 f2fs: fix to update time in lazytime mode by Chao Yu · 5 years ago
  8. 7159e18 f2fs: fix to fallback to buffered IO in IO aligned mode by Chao Yu · 5 years ago
  9. a684650 f2fs: fix wrong error injection path in inc_valid_block_count() by Chao Yu · 5 years ago
  10. 212db1e f2fs: use wrapped IS_SWAPFILE() by Chao Yu · 5 years ago
  11. f5cb3b0 f2fs: fix to avoid call kvfree under spinlock by Chao Yu · 5 years ago
  12. a66761b f2fs: support swap file w/ DIO by Jaegeuk Kim · 6 years ago
  13. fd8ff0c f2fs: fix is_idle() check for discard type by Sahitya Tummala · 6 years ago
  14. af2db43 f2fs: add a rw_sem to cover quota flag changes by Jaegeuk Kim · 6 years ago
  15. a6b5c26 f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 6 years ago
  16. 87a5f3f f2fs: Use DIV_ROUND_UP() instead of open-coding by Geert Uytterhoeven · 6 years ago
  17. a0d6863 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() by Joe Perches · 6 years ago
  18. 20042e3 f2fs: ioctl for removing a range from F2FS by Qiuyang Sun · 6 years ago
  19. a45bfa7 f2fs: only set project inherit bit for directory by Wang Shilong · 6 years ago
  20. e96ee43 f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags by Eric Biggers · 6 years ago
  21. 1203e53 f2fs: Add option to limit required GC for checkpoint=disable by Daniel Rosenberg · 6 years ago
  22. afe0f98 f2fs: Fix accounting for unusable blocks by Daniel Rosenberg · 6 years ago
  23. 627eef4 f2fs: fix to avoid deadloop if data_flush is on by Chao Yu · 6 years ago
  24. 023af12 f2fs: always assume that the device is idle under gc_urgent by Park Ju Hyung · 6 years ago
  25. 207991d f2fs: add bio cache for IPU by Chao Yu · 6 years ago
  26. a9cc2e4 f2fs: introduce DATA_GENERIC_ENHANCE by Chao Yu · 6 years ago
  27. cbc0f4e f2fs: fix to consider multiple device for readonly check by Chao Yu · 6 years ago
  28. 1b728c7 f2fs: relocate chksum_offset for large_nat_bitmap feature by Chao Yu · 6 years ago
  29. aeb829e f2fs: allow address pointer number of dnode aligning to specified size by Chao Yu · 6 years ago
  30. f1dc33c f2fs: fix wrong __is_meta_io() macro by Chao Yu · 6 years ago
  31. 30bdf9b f2fs: fix to avoid panic in dec_valid_node_count() by Chao Yu · 6 years ago
  32. 8724151 f2fs: fix to avoid panic in dec_valid_block_count() by Chao Yu · 6 years ago
  33. 0278c72 f2fs: fix to use inline space only if inline_xattr is enable by Chao Yu · 6 years ago
  34. 5c72763 f2fs: add comment for conditional compilation statement by Chao Yu · 6 years ago
  35. 8c8f6a3 f2fs: improve discard handling with multi-device volumes by Damien Le Moal · 6 years ago
  36. 4c0b368 f2fs: Reduce zoned block device memory usage by Damien Le Moal · 6 years ago
  37. 6789451 f2fs: Fix use of number of devices by Damien Le Moal · 6 years ago
  38. 3ce5fa3 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  39. b62c458 f2fs: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  40. c4e0760 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
  41. 14d9376 f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  42. af8e889 f2fs: fix wrong #endif by Jaegeuk Kim · 6 years ago
  43. 4d8013e f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  44. 23d6d8e Revert "f2fs: fix to check inline_xattr_size boundary correctly" by Jaegeuk Kim · 6 years ago
  45. c6f7823 f2fs: fix potential data inconsistence of checkpoint by Chao Yu · 6 years ago
  46. b7c5e78 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  47. ba6adf5 f2fs: avoid null pointer exception in dcc_info by Jaegeuk Kim · 6 years ago
  48. f2cb919 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 6 years ago
  49. b842f2d f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  50. 6dda464 f2fs: fix to set sbi dirty correctly by Chao Yu · 6 years ago
  51. 12b3662 f2fs: add brackets for macros by Sheng Yong · 6 years ago
  52. 2da68d9 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  53. 3dd5f43 f2fs: export FS_NOCOW_FL flag to user by Jaegeuk Kim · 6 years ago
  54. d9b3df5 f2fs: check PageWriteback flag for ordered case by Chao Yu · 6 years ago
  55. fbb223f f2fs: clean up structure extent_node by Chao Yu · 6 years ago
  56. be83ade f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 6 years ago
  57. 2d145882 f2fs: correct wrong spelling, issing_* by Jaegeuk Kim · 6 years ago
  58. 9248dba f2fs: use kvmalloc, if kmalloc is failed by Jaegeuk Kim · 6 years ago
  59. 7df51a1 f2fs: remove redundant comment of unused wio_mutex by Yunlong Song · 6 years ago
  60. a58cf53 f2fs: add an ioctl() to explicitly trigger fsck later by Jaegeuk Kim · 6 years ago
  61. cf1cf04 f2fs: avoid frequent costly fsck triggers by Jaegeuk Kim · 6 years ago
  62. 05c09f4 f2fs: make "f2fs_fault_name[]" const char * by Alexey Dobriyan · 6 years ago
  63. b1a81bb f2fs: avoid build warn of fall_through by Jaegeuk Kim · 6 years ago
  64. 5b5162d f2fs: fix out-place-update DIO write by Chao Yu · 6 years ago
  65. 504ab57 f2fs: fix to be aware discard/preflush/dio command in is_idle() by Chao Yu · 6 years ago
  66. cc32cf3 f2fs: add to account direct IO by Chao Yu · 6 years ago
  67. 28bd09a f2fs: support subsectional garbage collection by Chao Yu · 6 years ago
  68. 7fc4751 f2fs: introduce __is_large_section() for cleanup by Chao Yu · 6 years ago
  69. 5b11d2b f2fs: clean up f2fs_sb_has_##feature_name by Chao Yu · 6 years ago
  70. d785aff f2fs: remove codes of unused wio_mutex by Yunlong Song · 6 years ago
  71. d831272 f2fs: guarantee journalled quota data by checkpoint by Chao Yu · 6 years ago
  72. 3d57147 f2fs: fix data corruption issue with hardware encryption by Sahitya Tummala · 6 years ago
  73. 7c37970 f2fs: spread f2fs_set_inode_flags() by Chao Yu · 6 years ago
  74. 8025d72 f2fs: account read IOs and use IO counts for is_idle by Jaegeuk Kim · 6 years ago
  75. 4ca463f f2fs: remove request_list check in is_idle() by Jens Axboe · 6 years ago
  76. 91b2c66 f2fs: remove unused sbi->trigger_ssr_threshold by Chao Yu · 6 years ago
  77. 44344f4 f2fs: submit cached bio to avoid endless PageWriteback by Chao Yu · 6 years ago
  78. f22f93a f2fs: checkpoint disabling by Daniel Rosenberg · 6 years ago
  79. b84f9a7 f2fs: allow out-place-update for direct IO in LFS mode by Chao Yu · 6 years ago
  80. 6923cd1 f2fs: refactor ->page_mkwrite() flow by Chao Yu · 6 years ago
  81. 39373df Revert: "f2fs: check last page index in cached bio to decide submission" by Chao Yu · 6 years ago
  82. 0570b3f f2fs: support superblock checksum by Junling Zheng · 6 years ago
  83. 0fc6da7 f2fs: add to account skip count of background GC by Chao Yu · 6 years ago
  84. d826d4a f2fs: add to account meta IO by Chao Yu · 6 years ago
  85. 4474e2f f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO by Jaegeuk Kim · 6 years ago
  86. 0328f88 f2fs: update i_size after DIO completion by Jaegeuk Kim · 6 years ago
  87. feb1b25 f2fs: add new idle interval timing for discard and gc paths by Sahitya Tummala · 6 years ago
  88. 40292b9 f2fs: split IO error injection according to RW by Chao Yu · 6 years ago
  89. 6d1a832 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  90. 4c3226a f2fs: avoid sleeping under spin_lock by Zhikang Zhang · 6 years ago
  91. 118e4c9 f2fs: fix to flush all dirty inodes recovered in readonly fs by Chao Yu · 6 years ago
  92. 0d51cea f2fs: avoid wrong decrypted data from disk by Jaegeuk Kim · 6 years ago
  93. 2f476442 Revert "f2fs: use printk_ratelimited for f2fs_msg" by Chao Yu · 6 years ago
  94. 12d8e57 f2fs: fix to avoid NULL pointer dereference on se->discard_map by Chao Yu · 6 years ago
  95. b2d1e92 Revert "f2fs: use timespec64 for inode timestamps" by Jaegeuk Kim · 6 years ago
  96. f64b4d7 f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc by Jaegeuk Kim · 6 years ago
  97. 6d59845 f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  98. 33c54d5 f2fs: rework fault injection handling to avoid a warning by Arnd Bergmann · 6 years ago
  99. 0ef692e f2fs: support fault_type mount option by Chao Yu · 6 years ago
  100. 8bdb419 f2fs: support discard submission error injection by Chao Yu · 6 years ago