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