1. dc5fa2c f2fs: fix memleak of kobject by Chao Yu · 4 years, 7 months ago
  2. 68c5909 f2fs: free sysfs kobject by Jaegeuk Kim · 4 years, 8 months ago
  3. 3e6d27f f2fs: set I_LINKABLE early to avoid wrong access by vfs by Jaegeuk Kim · 4 years, 8 months ago
  4. 487da4d f2fs: code cleanup for f2fs_statfs_project() by Chengguang Xu · 4 years, 7 months ago
  5. d381181 f2fs: fix miscounted block limit in f2fs_statfs_project() by Chengguang Xu · 4 years, 7 months ago
  6. e039a59 f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project() by Chengguang Xu · 4 years, 8 months ago
  7. f42b8aa f2fs: fix to avoid accessing uninitialized field of inode page in is_alive() by Chao Yu · 5 years ago
  8. 6b33b0e f2fs: fix error path of f2fs_convert_inline_page() by Chao Yu · 5 years ago
  9. d5856e1 f2fs: fix wrong error injection path in inc_valid_block_count() by Chao Yu · 5 years ago
  10. ec8f4de f2fs: fix potential overflow by Chao Yu · 4 years, 9 months ago
  11. 4124927 f2fs: check if file namelen exceeds max value by Sheng Yong · 6 years ago
  12. 1137c1d f2fs: check memory boundary by insane namelen by Jaegeuk Kim · 6 years ago
  13. 2d57c0a f2fs: Move err variable to function scope in f2fs_fill_dentries() by Ben Hutchings · 4 years, 7 months ago
  14. 220a7ff f2fs: fix to update dir's i_pino during cross_rename by Chao Yu · 4 years, 9 months ago
  15. 7a370ec f2fs: fix to update time in lazytime mode by Chao Yu · 4 years, 10 months ago
  16. c8aa27c f2fs: fix to allow node segment for GC by ioctl path by Sahitya Tummala · 6 years ago
  17. 313f1fe f2fs: change segment to section in f2fs_ioc_gc_range by Yunlong Song · 6 years ago
  18. 859c93a f2fs: fix count of seg_freed to make sec_freed correct by Yunlong Song · 6 years ago
  19. c1054ae f2fs: fix to account preflush command for noflush_merge mode by Chao Yu · 6 years ago
  20. 18bd358 f2fs: fix to dirty inode synchronously by Chao Yu · 6 years ago
  21. 75491ea f2fs: fix block address for __check_sit_bitmap by Qiuyang Sun · 6 years ago
  22. 074af16 f2fs: spread f2fs_set_inode_flags() by Chao Yu · 6 years ago
  23. e7f81ef f2fs: fix to spread clear_cold_data() by Chao Yu · 6 years ago
  24. 8d93707 f2fs: keep lazytime on remount by Jaegeuk Kim · 6 years ago
  25. ac02379 f2fs: return correct errno in f2fs_gc by Jaegeuk Kim · 6 years ago
  26. 36ffc9a f2fs: mark inode dirty explicitly in recover_inode() by Chao Yu · 6 years ago
  27. a4bd303 f2fs: fix to recover inode's project id during POR by Chao Yu · 6 years ago
  28. 7bae8b6 f2fs: update i_size after DIO completion by Jaegeuk Kim · 6 years ago
  29. 6fce50c f2fs: fix remount problem of option io_bits by Chengguang Xu · 6 years ago
  30. dfc8168 f2fs: fix to recover inode's uid/gid during POR by Chao Yu · 6 years ago
  31. c783946 f2fs: avoid infinite loop in f2fs_alloc_nid by Jaegeuk Kim · 6 years ago
  32. a1f14df f2fs: fix setattr project check upon fssetxattr ioctl by Wang Shilong · 6 years ago
  33. 7b55102 f2fs: fix memory leak of percpu counter in fill_super() by Chao Yu · 6 years ago
  34. 8830373 f2fs: fix memory leak of write_io in fill_super() by Chao Yu · 6 years ago
  35. eca5b74 f2fs: submit bio after shutdown by Jaegeuk Kim · 6 years ago
  36. 23ad83c f2fs: avoid wrong decrypted data from disk by Jaegeuk Kim · 6 years ago
  37. ce43554 f2fs: fix to recover inode->i_flags of inode block during POR by Chao Yu · 6 years ago
  38. b619de0 f2fs: fix to recover inode's i_gc_failures during POR by Chao Yu · 6 years ago
  39. 6b2fbfa f2fs: flush quota blocks after turnning it off by Jaegeuk Kim · 6 years ago
  40. 95bcc0d f2fs: use EINVAL for superblock with invalid magic by Icenowy Zheng · 5 years ago
  41. 59a5cea f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 5 years ago
  42. 303f6d6 f2fs: fix to do sanity check on segment bitmap of LFS curseg by Chao Yu · 5 years ago
  43. 73d90f5 Revert "f2fs: avoid out-of-range memory access" by Chao Yu · 5 years ago
  44. ef2baa0 f2fs: check all the data segments against all node ones by Surbhi Palande · 5 years ago
  45. 2140a6b f2fs: avoid out-of-range memory access by Ocean Chen · 5 years ago
  46. e2379b0 f2fs: don't access node/meta inode mapping after iput by Jaegeuk Kim · 6 years ago
  47. ae3787d f2fs: fix to avoid accessing xattr across the boundary by Randall Huang · 5 years ago
  48. 8d7ebdd f2fs: fix to do checksum even if inode page is uptodate by Chao Yu · 5 years ago
  49. 64024854 f2fs: fix to do sanity check on valid block count of segment by Chao Yu · 5 years ago
  50. 101e48f f2fs: fix to use inline space only if inline_xattr is enable by Chao Yu · 5 years ago
  51. 45624f0 f2fs: fix to avoid panic in dec_valid_block_count() by Chao Yu · 5 years ago
  52. 47a92ac f2fs: fix to clear dirty inode in error path of f2fs_iget() by Chao Yu · 5 years ago
  53. ca9fcbc f2fs: fix to do sanity check on free nid by Chao Yu · 5 years ago
  54. f3aa313d f2fs: fix to avoid panic in f2fs_remove_inode_page() by Chao Yu · 5 years ago
  55. 0325c5c f2fs: fix to avoid panic in f2fs_inplace_write_data() by Chao Yu · 5 years ago
  56. 8490bf2 f2fs: fix to avoid panic in do_recover_data() by Chao Yu · 5 years ago
  57. 70d33cc f2fs: Fix use of number of devices by Damien Le Moal · 5 years ago
  58. 48b0309 f2fs: fix to dirty inode for i_mode recovery by Chao Yu · 5 years ago
  59. 8722566 f2fs: cleanup dirty pages if recover failed by Sheng Yong · 6 years ago
  60. 14b1832 f2fs: fix to do sanity check with current segment number by Chao Yu · 6 years ago
  61. f936836 f2fs: fix to avoid NULL pointer dereference on se->discard_map by Chao Yu · 6 years ago
  62. dbeca41 f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 6 years ago
  63. 4ab78f4 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 5 years ago
  64. 9b4f276 f2fs: do not use mutex lock in atomic context by Sahitya Tummala · 5 years ago
  65. d739196 f2fs: fix to avoid deadlock in f2fs_read_inline_dir() by Chao Yu · 5 years ago
  66. 198c998 f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 5 years ago
  67. 1fd916e f2fs: fix to avoid deadlock of atomic file operations by Chao Yu · 5 years ago
  68. 2835c05 f2fs: wait on atomic writes to count F2FS_CP_WB_DATA by Jaegeuk Kim · 6 years ago
  69. df13b03 f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 6 years ago
  70. 69e7f87 f2fs: fix use-after-free issue when accessing sbi->stat_info by Sahitya Tummala · 6 years ago
  71. d54d612 f2fs: fix wrong return value of f2fs_acl_create by Tiezhu Yang · 6 years ago
  72. ddab3d0 f2fs: fix race between write_checkpoint and write_begin by Sheng Yong · 6 years ago
  73. c96d2b9 f2fs: move dir data flush to write checkpoint process by Yunlei He · 6 years ago
  74. 5036fcd f2fs: sanity check of xattr entry size by Jaegeuk Kim · 6 years ago
  75. 58d7ab7 f2fs: fix validation of the block count in sanity_check_raw_super by Martin Blumenstingl · 6 years ago
  76. ce5b005 f2fs: read page index before freeing by Pan Bian · 6 years ago
  77. 5cfb4a6 f2fs: fix to account IO correctly by Chao Yu · 6 years ago
  78. 56db43f f2fs: fix to recover cold bit of inode block during POR by Chao Yu · 6 years ago
  79. d224115 f2fs: fix missing up_read by Jaegeuk Kim · 6 years ago
  80. 4561194 Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" by Jaegeuk Kim · 6 years ago
  81. cd295fd f2fs: fix to flush all dirty inodes recovered in readonly fs by Chao Yu · 6 years ago
  82. cfc8a57 f2fs: report error if quota off error during umount by Yunlei He · 6 years ago
  83. 207093c f2fs: avoid sleeping under spin_lock by Zhikang Zhang · 6 years ago
  84. b1097eb f2fs: fix to recover inode's i_flags during POR by Chao Yu · 6 years ago
  85. 5ce5de0 f2fs: fix to recover inode's crtime during POR by Chao Yu · 6 years ago
  86. a28549b f2fs: clear PageError on the read path by Jaegeuk Kim · 6 years ago
  87. 64c90d9c f2fs: fix to account IO correctly for cgroup writeback by Chao Yu · 6 years ago
  88. fe6f0ed Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  89. 6aa58d8 f2fs: readahead encrypted block during GC by Chao Yu · 6 years ago
  90. 6f8d445 f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc by Jaegeuk Kim · 6 years ago
  91. 853137c f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  92. 74c8164 mpage: mpage_readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  93. dda9f4b f2fs: fix to skip verifying block address for non-regular inode by Chao Yu · 6 years ago
  94. 7fa750a f2fs: rework fault injection handling to avoid a warning by Arnd Bergmann · 6 years ago
  95. d494500 f2fs: support fault_type mount option by Chao Yu · 6 years ago
  96. 3f16ecd9 f2fs: fix to return success when trimming meta area by Chao Yu · 6 years ago
  97. 6b9cb12 f2fs: fix use-after-free of dicard command entry by Chao Yu · 6 years ago
  98. b83dcfe f2fs: support discard submission error injection by Chao Yu · 6 years ago
  99. 35ec7d5 f2fs: split discard command in prior to block layer by Chao Yu · 6 years ago
  100. a690eff f2fs: wake up gc thread immediately when gc_urgent is set by Sheng Yong · 6 years ago