1. 6abaa83 Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 4 months ago
  2. 815409a Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
  3. 9605f75 f2fs: should put a page beyond EOF when preparing a write by Jaegeuk Kim · 3 years, 4 months ago
  4. 827f028 f2fs: deallocate compressed pages when error happens by Jaegeuk Kim · 3 years, 4 months ago
  5. cd35820 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 4 months ago
  6. 6793691 Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  7. f7db8dd f2fs: enable realtime discard iff device supports discard by Chao Yu · 3 years, 4 months ago
  8. dddd3d6 f2fs: guarantee to write dirty data when enabling checkpoint back by Jaegeuk Kim · 3 years, 4 months ago
  9. c8dc304 f2fs: fix to unmap pages from userspace process in punch_hole() by Chao Yu · 3 years, 4 months ago
  10. adf9ea8 f2fs: fix unexpected ENOENT comes from f2fs_map_blocks() by Chao Yu · 3 years, 4 months ago
  11. ad126eb f2fs: fix to account missing .skipped_gc_rwsem by Chao Yu · 3 years, 4 months ago
  12. d75da8c f2fs: adjust unlock order for cleanup by Chao Yu · 3 years, 4 months ago
  13. 4d67490 f2fs: Don't create discard thread when device doesn't support realtime discard by Fengnan Chang · 3 years, 4 months ago
  14. 94c821f f2fs: rebuild nat_bits during umount by Chao Yu · 3 years, 4 months ago
  15. a4b6817 f2fs: introduce periodic iostat io latency traces by Daeho Jeong · 3 years, 4 months ago
  16. 5211874 f2fs: separate out iostat feature by Daeho Jeong · 3 years, 4 months ago
  17. 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
  18. 202bc94 block: Introduce IOPRIO_NR_LEVELS by Damien Le Moal · 3 years, 5 months ago
  19. bbe1da7 f2fs: compress: do sanity check on cluster by Chao Yu · 3 years, 5 months ago
  20. 491f7f7 f2fs: convert S_IRUGO to 0444 by Yangtao Li · 3 years, 5 months ago
  21. b96d9b3 f2fs: fix to keep compatibility of fault injection interface by Chao Yu · 3 years, 5 months ago
  22. 3241057 f2fs: support fault injection for f2fs_kmem_cache_alloc() by Chao Yu · 3 years, 5 months ago
  23. 4a4fc04 f2fs: compress: allow write compress released file after truncate to zero by Fengnan Chang · 3 years, 5 months ago
  24. 1927ccd f2fs: correct comment in segment.h by Yangtao Li · 3 years, 5 months ago
  25. b6d9246 f2fs: improve sbi status info in debugfs/f2fs/status by Yangtao Li · 3 years, 5 months ago
  26. a264931 f2fs: compress: avoid duplicate counting of valid blocks when read compressed file by Fengnan Chang · 3 years, 5 months ago
  27. 65ddf65 f2fs: fix to do sanity check for sb/cp fields correctly by Chao Yu · 3 years, 5 months ago
  28. 4b10651 f2fs: avoid unneeded memory allocation in __add_ino_entry() by Chao Yu · 3 years, 5 months ago
  29. 94afd6d f2fs: extent cache: support unaligned extent by Chao Yu · 3 years, 5 months ago
  30. 6b3ba1e f2fs: Kconfig: clean up config options about compression by Tiezhu Yang · 3 years, 5 months ago
  31. d4bf15a f2fs: reduce the scope of setting fsck tag when de->name_len is zero by Yangtao Li · 3 years, 5 months ago
  32. 9180339 f2fs: fix to stop filesystem update once CP failed by Chao Yu · 3 years, 5 months ago
  33. 0f6b56e f2fs: add sysfs node to control ra_pages for fadvise seq file by Daeho Jeong · 3 years, 5 months ago
  34. 4f99326 f2fs: introduce discard_unit mount option by Chao Yu · 3 years, 5 months ago
  35. dc675a9 f2fs: fix min_seq_blocks can not make sense in some scenes. by Laibin Qiu · 3 years, 5 months ago
  36. 2787991 f2fs: fix to force keeping write barrier for strict fsync mode by Chao Yu · 3 years, 5 months ago
  37. 277afbd f2fs: fix wrong checkpoint_changed value in f2fs_remount() by Chao Yu · 3 years, 5 months ago
  38. 2e65091 f2fs: show sbi status in debugfs/f2fs/status by Jaegeuk Kim · 3 years, 5 months ago
  39. 4931e0c f2fs: turn back remapped address in compressed page endio by Daeho Jeong · 3 years, 5 months ago
  40. 093f0ba f2fs: change fiemap way in printing compression chunk by Daeho Jeong · 3 years, 5 months ago
  41. b7ec206 f2fs: do not submit NEW_ADDR to read node block by Jaegeuk Kim · 3 years, 5 months ago
  42. 7eab7a6 f2fs: compress: remove unneeded read when rewrite whole cluster by Fengnan Chang · 3 years, 6 months ago
  43. 461b43a f2fs: report correct st_size for encrypted symlinks by Eric Biggers · 3 years, 6 months ago
  44. 2eeb0dc f2fs: don't sleep while grabing nat_tree_lock by Jaegeuk Kim · 3 years, 5 months ago
  45. 6de8687 f2fs: remove allow_outplace_dio() by Eric Biggers · 3 years, 6 months ago
  46. 3e679dc f2fs: make f2fs_write_failed() take struct inode by Eric Biggers · 3 years, 6 months ago
  47. 9de71ed f2fs: quota: fix potential deadlock by Chao Yu · 3 years, 5 months ago
  48. 1ffc8f5 f2fs: let's keep writing IOs on SBI_NEED_FSCK by Jaegeuk Kim · 3 years, 6 months ago
  49. 10d0786 f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1" by Jia Yang · 3 years, 6 months ago
  50. 5417c98 f2fs: avoid to create an empty string as the extension_list by Wang Xiaojun · 3 years, 6 months ago
  51. 01f6afd f2fs: compress: fix to set zstd compress level correctly by Chao Yu · 3 years, 6 months ago
  52. 07c6b59 f2fs: add sysfs nodes to get GC info for each GC mode by Daeho Jeong · 3 years, 6 months ago
  53. edc6d01 f2fs: Convert to using invalidate_lock by Jan Kara · 3 years, 9 months ago
  54. 28607bf f2fs: drop dirty node pages when cp is in error status by Jaegeuk Kim · 3 years, 6 months ago
  55. c9ebd3d f2fs: initialize page->private when using for our internal use by Jaegeuk Kim · 3 years, 6 months ago
  56. 151b198 f2fs: compress: add nocompress extensions support by Fengnan Chang · 3 years, 7 months ago
  57. 132e320 f2fs: remove false alarm on iget failure during GC by Jaegeuk Kim · 3 years, 6 months ago
  58. 4215d05 f2fs: enable extent cache for compression files in read-only by Daeho Jeong · 3 years, 7 months ago
  59. 4d9a2bb f2fs: introduce f2fs_casefolded_name slab cache by Chao Yu · 3 years, 7 months ago
  60. 859fca6 f2fs: swap: support migrating swapfile in aligned write mode by Chao Yu · 3 years, 7 months ago
  61. 0b8fc00 f2fs: swap: remove dead codes by Chao Yu · 3 years, 7 months ago
  62. 6ce19af f2fs: compress: add compress_inode to cache compressed blocks by Chao Yu · 3 years, 7 months ago
  63. 4c89b53 f2fs: clean up /sys/fs/f2fs/<disk>/features by Jaegeuk Kim · 3 years, 7 months ago
  64. 4a196df f2fs: add pin_file in feature list by Jaegeuk Kim · 3 years, 7 months ago
  65. 4c039d5 f2fs: Advertise encrypted casefolding in sysfs by Daniel Rosenberg · 3 years, 7 months ago
  66. 39307f8 f2fs: Show casefolding support only when supported by Daniel Rosenberg · 3 years, 7 months ago
  67. a7d9fe3 f2fs: support RO feature by Jaegeuk Kim · 3 years, 7 months ago
  68. 833dcd3 f2fs: logging neatening by Joe Perches · 3 years, 7 months ago
  69. c614041 f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit by Jaegeuk Kim · 3 years, 7 months ago
  70. 8f1d498 f2fs: compress: remove unneeded preallocation by Chao Yu · 3 years, 8 months ago
  71. 8939a848 f2fs: atgc: export entries for better tunability via sysfs by Chao Yu · 3 years, 8 months ago
  72. 4a67d9b f2fs: compress: fix to disallow temp extension by Chao Yu · 3 years, 8 months ago
  73. e3c5483 f2fs: let's allow compression for mmap files by Jaegeuk Kim · 3 years, 7 months ago
  74. 0dd5717 f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs by Chao Yu · 3 years, 8 months ago
  75. 4f55dc2 f2fs: return success if there is no work to do by Tom Rix · 3 years, 8 months ago
  76. 91f0fb6 f2fs: compress: clean up parameter of __f2fs_cluster_blocks() by Chao Yu · 3 years, 8 months ago
  77. fbec3b9 f2fs: compress: remove unneeded f2fs_put_dnode() by Chao Yu · 3 years, 8 months ago
  78. 89e53ff f2fs: atgc: fix to set default age threshold by Chao Yu · 3 years, 8 months ago
  79. d927ccf f2fs: Prevent swap file in LFS mode by Shin'ichiro Kawasaki · 3 years, 8 months ago
  80. cad83c9 f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances by Chao Yu · 3 years, 8 months ago
  81. b763f3b f2fs: restructure f2fs page.private layout by Chao Yu · 3 years, 8 months ago
  82. ee68d27 f2fs: add cp_error check in f2fs_write_compressed_pages by Chao Yu · 3 years, 8 months ago
  83. 5db479f f2fs: compress: rename __cluster_may_compress by Chao Yu · 3 years, 8 months ago
  84. f395183 f2fs: return EINVAL for hole cases in swap file by Jaegeuk Kim · 3 years, 8 months ago
  85. ca29824 f2fs: avoid swapon failure by giving a warning first by Jaegeuk Kim · 3 years, 8 months ago
  86. 8bfbfb0 f2fs: compress: fix to assign cc.cluster_idx correctly by Chao Yu · 3 years, 8 months ago
  87. a949dc5 f2fs: compress: fix race condition of overwrite vs truncate by Chao Yu · 3 years, 8 months ago
  88. a12cc5b f2fs: compress: fix to free compress page correctly by Chao Yu · 3 years, 8 months ago
  89. a753103 f2fs: support iflag change given the mask by Jaegeuk Kim · 3 years, 8 months ago
  90. 349c4d6 f2fs: avoid null pointer access when handling IPU error by Jaegeuk Kim · 3 years, 8 months ago
  91. d0195c7 Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 8 months ago
  92. 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  93. 820c4ba Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 8 months ago
  94. 9557727 f2fs: drop inplace IO if fs status is abnormal by Chao Yu · 3 years, 8 months ago
  95. 8af85f7 f2fs: compress: remove unneed check condition by Chao Yu · 3 years, 8 months ago
  96. 2e22d48 f2fs: clean up left deprecated IO trace codes by Chao Yu · 3 years, 8 months ago
  97. fcd9ae4 mm/filemap: Pass the file_ra_state in the ractl by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  98. 509f101 f2fs: avoid using native allocate_segment_by_default() by Chao Yu · 3 years, 8 months ago
  99. a7b4e50 f2fs: remove unnecessary struct declaration by Wan Jiabing · 3 years, 9 months ago
  100. 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 3 years, 9 months ago