1. 3265d3d f2fs: support partial truncation on compressed inode by Chao Yu · 4 years, 10 months ago
  2. b5f4684 f2fs: remove redundant compress inode check by Chao Yu · 4 years, 11 months ago
  3. 3c57f75 f2fs: use strcmp() in parse_options() by Eric Biggers · 4 years, 9 months ago
  4. d29fbcd f2fs: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 9 months ago
  5. 435cbab f2fs: fix quota_sync failure due to f2fs_lock_op by Jaegeuk Kim · 4 years, 9 months ago
  6. 8b83ac8 f2fs: support read iostat by Chao Yu · 4 years, 9 months ago
  7. df42339 f2fs: Fix the accounting of dcc->undiscard_blks by Sahitya Tummala · 4 years, 9 months ago
  8. ce4c638 f2fs: fix to handle error path of f2fs_ra_meta_pages() by Chao Yu · 4 years, 9 months ago
  9. 3fa6a8c f2fs: report the discard cmd errors properly by Sahitya Tummala · 4 years, 9 months ago
  10. 141af6b f2fs: fix long latency due to discard during umount by Sahitya Tummala · 4 years, 9 months ago
  11. 2bc4bea f2fs: add tracepoint for f2fs iostat by Daeho Jeong · 4 years, 10 months ago
  12. da9953b f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA by Jaegeuk Kim · 4 years, 10 months ago
  13. f40f31c Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 9 months ago
  14. 531dfae f2fs: keep inline_data when compression conversion by Chao Yu · 4 years, 10 months ago
  15. aa57697 f2fs: fix to disable compression on directory by Chao Yu · 4 years, 10 months ago
  16. 9b6ed14 f2fs: add missing CONFIG_F2FS_FS_COMPRESSION by Chao Yu · 4 years, 10 months ago
  17. 6ce48b0 f2fs: switch discard_policy.timeout to bool type by Chao Yu · 4 years, 10 months ago
  18. 8908e75 f2fs: fix to verify tpage before releasing in f2fs_free_dic() by Chao Yu · 4 years, 10 months ago
  19. fd26725 f2fs: show compression in statx by Chao Yu · 4 years, 10 months ago
  20. 80d0d45 f2fs: clean up dic->tpages assignment by Chao Yu · 4 years, 10 months ago
  21. 50cfa66 f2fs: compress: support zstd compress algorithm by Chao Yu · 4 years, 11 months ago
  22. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 10 months ago
  23. 23b1faaad f2fs: compress: add .{init,destroy}_decompress_ctx callback by Chao Yu · 4 years, 11 months ago
  24. 09ff480 f2fs: compress: fix to call missing destroy_compress_ctx() by Chao Yu · 4 years, 11 months ago
  25. 91faa53 f2fs: change default compression algorithm by Chao Yu · 4 years, 10 months ago
  26. 887347a f2fs: clean up {cic,dic}.ref handling by Chao Yu · 4 years, 10 months ago
  27. 7496aff f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages() by Chao Yu · 4 years, 10 months ago
  28. db25155 f2fs: xattr.h: Make stub helpers inline by YueHaibing · 4 years, 10 months ago
  29. 74878565 f2fs: fix to avoid double unlock by Chao Yu · 4 years, 10 months ago
  30. 7653b9d f2fs: fix potential .flags overflow on 32bit architecture by Chao Yu · 4 years, 10 months ago
  31. 79bbefb f2fs: fix NULL pointer dereference in f2fs_verity_work() by Chao Yu · 4 years, 10 months ago
  32. 23c51be f2fs: fix to clear PG_error if fsverity failed by Chao Yu · 4 years, 10 months ago
  33. d76af0d f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile() by Chao Yu · 4 years, 10 months ago
  34. 7bcd0cf f2fs: don't trigger data flush in foreground operation by Chao Yu · 4 years, 10 months ago
  35. 62f63ee f2fs: fix NULL pointer dereference in f2fs_write_begin() by Chao Yu · 4 years, 10 months ago
  36. 8c7d4b5 f2fs: clean up f2fs_may_encrypt() by Chao Yu · 4 years, 10 months ago
  37. b13f67ff f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
  38. 9995e40 f2fs: don't change inode status under page lock by Chao Yu · 4 years, 10 months ago
  39. 466357d f2fs: fix potential deadlock on compressed quota file by Chao Yu · 4 years, 10 months ago
  40. ad8d6a0 f2fs: delete DIO read lock by DongDongJu · 4 years, 10 months ago
  41. 530e070 f2fs: don't mark compressed inode dirty during f2fs_iget() by Chao Yu · 4 years, 10 months ago
  42. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 10 months ago
  43. 1a67cbe f2fs: fix to account compressed blocks in f2fs_compressed_blocks() by Chao Yu · 4 years, 10 months ago
  44. 50b1203 f2fs: xattr.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  45. a4ba5df f2fs: fix to update f2fs_super_block fields under sb_lock by Chao Yu · 4 years, 11 months ago
  46. c84ef3c f2fs: Add a new CP flag to help fsck fix resize SPO issues by Sahitya Tummala · 4 years, 11 months ago
  47. 68275682 f2fs: Fix mount failure due to SPO after a successful online resize FS by Sahitya Tummala · 4 years, 11 months ago
  48. a999150 f2fs: use kmem_cache pool during inline xattr lookups by Chao Yu · 5 years ago
  49. ee446e1 f2fs: wire up FS_IOC_GET_ENCRYPTION_NONCE by Eric Biggers · 4 years, 10 months ago
  50. dabfbbc f2fs: skip migration only when BG_GC is called by Jaegeuk Kim · 5 years ago
  51. 7bd2935 f2fs: fix to show tracepoint correctly by Chao Yu · 5 years ago
  52. ca9e968 f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc by Chao Yu · 5 years ago
  53. 439dfb1 f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKS by Chao Yu · 5 years ago
  54. 0683728 f2fs: fix to avoid triggering IO in write path by Chao Yu · 5 years ago
  55. 9851000 f2fs: add prefix for f2fs slab cache name by Chao Yu · 5 years ago
  56. 5df7731f f2fs: introduce DEFAULT_IO_TIMEOUT by Chao Yu · 5 years ago
  57. 2bac076 f2fs: skip GC when section is full by Jaegeuk Kim · 5 years ago
  58. 8c7b9ac f2fs: add migration count iff migration happens by Jaegeuk Kim · 5 years ago
  59. bbbc34f f2fs: clean up bggc mount option by Chao Yu · 5 years ago
  60. b0332a0 f2fs: clean up lfs/adaptive mount option by Chao Yu · 5 years ago
  61. a9117ec f2fs: fix to show norecovery mount option by Chao Yu · 5 years ago
  62. ba3b583 f2fs: clean up parameter of macro XATTR_SIZE() by Chao Yu · 5 years ago
  63. a2ced1c f2fs: clean up codes with {f2fs_,}data_blkaddr() by Chao Yu · 5 years ago
  64. a7e679b f2fs: show mounted time by Jaegeuk Kim · 5 years ago
  65. c6d5789 f2fs: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  66. 2536ac6 f2fs: allow to clear F2FS_COMPR_FL flag by Chao Yu · 4 years, 10 months ago
  67. 6cfdf15 f2fs: fix to check dirty pages during compressed inode conversion by Chao Yu · 4 years, 10 months ago
  68. 96f5b4f f2fs: fix to account compressed inode correctly by Chao Yu · 4 years, 10 months ago
  69. 99eabb9 f2fs: fix wrong check on F2FS_IOC_FSSETXATTR by Jaegeuk Kim · 4 years, 11 months ago
  70. 95978ca f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() by Chao Yu · 4 years, 11 months ago
  71. 06c7540 f2fs: fix to avoid using uninitialized variable by Chao Yu · 4 years, 11 months ago
  72. 7a88ddb f2fs: fix inconsistent comments by Chao Yu · 4 years, 11 months ago
  73. 3addc1a f2fs: remove i_sem lock coverage in f2fs_setxattr() by Chao Yu · 4 years, 11 months ago
  74. c10c982 f2fs: cover last_disk_size update with spinlock by Chao Yu · 4 years, 11 months ago
  75. d940aa0 f2fs: fix to check i_compr_blocks correctly by Chao Yu · 5 years ago
  76. df77fbd f2fs: fix to avoid potential deadlock by Chao Yu · 5 years ago
  77. 097a768 f2fs: add missing function name in kernel message by Chao Yu · 5 years ago
  78. 0b32dc1 f2fs: recycle unused compress_data.chksum feild by Chao Yu · 5 years ago
  79. 61fbae2 f2fs: fix to avoid NULL pointer dereference by Chao Yu · 5 years ago
  80. 7fa6d59 f2fs: fix leaking uninitialized memory in compressed clusters by Eric Biggers · 5 years ago
  81. bf22c3c f2fs: fix the panic in do_checkpoint() by Sahitya Tummala · 5 years ago
  82. dc5a941 f2fs: fix to wait all node page writeback by Chao Yu · 5 years ago
  83. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  84. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  85. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  86. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  87. 6e135ba Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  88. c899437 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  89. 80f2388 f2fs: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
  90. 5515eae f2fs: fix dcache lookup of !casefolded directories by Eric Biggers · 5 years ago
  91. fc7100e f2fs: Add f2fs stats to sysfs by Hridya Valsaraju · 5 years ago
  92. fb24fea f2fs: change to use rwsem for gc_mutex by Chao Yu · 5 years ago
  93. d7b0a23 f2fs: update f2fs document regarding to fsync_mode by Jaegeuk Kim · 5 years ago
  94. 0e7f4197 f2fs: add a way to turn off ipu bio cache by Jaegeuk Kim · 5 years ago
  95. bf2cbd3 f2fs: code cleanup for f2fs_statfs_project() by Chengguang Xu · 5 years ago
  96. acdf217 f2fs: fix miscounted block limit in f2fs_statfs_project() by Chengguang Xu · 5 years ago
  97. 644c8c9 f2fs: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
  98. e8ce574 f2fs: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
  99. b06af2a f2fs: convert inline_dir early before starting rename by Jaegeuk Kim · 5 years ago
  100. fe396ad f2fs: fix memleak of kobject by Chao Yu · 5 years ago