1. c8c1095 Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 1 month ago
  2. 5664896 Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years, 1 month ago
  3. 5429c9d f2fs: fix UAF in f2fs_available_free_memory by Dongliang Mu · 3 years, 2 months ago
  4. e3b49ea f2fs: invalidate META_MAPPING before IPU/DIO write by Hyeong-Jun Kim · 3 years, 2 months ago
  5. cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 4 months ago
  6. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  7. cd3e8ea Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 2 months ago
  8. 10a2687 f2fs: support fault injection for dquot_initialize() by Chao Yu · 3 years, 2 months ago
  9. ca98d72 f2fs: fix incorrect return value in f2fs_sanity_check_ckpt() by Chao Yu · 3 years, 2 months ago
  10. 02d58cd f2fs: compress: disallow disabling compress on non-empty compressed file by Hyeong-Jun Kim · 3 years, 2 months ago
  11. b368cc5 f2fs: compress: fix overwrite may reduce compress ratio unproperly by Fengnan Chang · 3 years, 2 months ago
  12. 71f2c82 f2fs: multidevice: support direct IO by Chao Yu · 3 years, 4 months ago
  13. 6691d94 f2fs: introduce fragment allocation mode mount option by Daeho Jeong · 3 years, 3 months ago
  14. 84eab2a f2fs: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 3 months ago
  15. 09631cf f2fs: include non-compressed blocks in compr_written_block by Daeho Jeong · 3 years, 3 months ago
  16. a629459 iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable by Andreas Gruenbacher · 3 years, 5 months ago
  17. e41d12f mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> by Christoph Hellwig · 3 years, 3 months ago
  18. cd6d697a6 f2fs: fix wrong condition to trigger background checkpoint correctly by Chao Yu · 3 years, 3 months ago
  19. 011e086 f2fs: fix to use WHINT_MODE by Keoseong Park · 3 years, 3 months ago
  20. 4373b3d fscrypt: remove fscrypt_operations::max_namelen by Eric Biggers · 3 years, 4 months ago
  21. 6663b13 f2fs: set SBI_NEED_FSCK flag when inconsistent node block found by Weichao Guo · 3 years, 3 months ago
  22. 287b140 f2fs: introduce excess_dirty_threshold() by Chao Yu · 3 years, 3 months ago
  23. c02599f f2fs: avoid attaching SB_ACTIVE flag during mount by Chao Yu · 3 years, 4 months ago
  24. a5c0042 f2fs: quota: fix potential deadlock by Chao Yu · 3 years, 4 months ago
  25. 92d602b f2fs: should use GFP_NOFS for directory inodes by Jaegeuk Kim · 3 years, 4 months ago
  26. 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
  27. 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
  28. 9605f75 f2fs: should put a page beyond EOF when preparing a write by Jaegeuk Kim · 3 years, 4 months ago
  29. 827f028 f2fs: deallocate compressed pages when error happens by Jaegeuk Kim · 3 years, 4 months ago
  30. cd35820 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 4 months ago
  31. 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
  32. f7db8dd f2fs: enable realtime discard iff device supports discard by Chao Yu · 3 years, 4 months ago
  33. dddd3d6 f2fs: guarantee to write dirty data when enabling checkpoint back by Jaegeuk Kim · 3 years, 4 months ago
  34. c8dc304 f2fs: fix to unmap pages from userspace process in punch_hole() by Chao Yu · 3 years, 4 months ago
  35. adf9ea8 f2fs: fix unexpected ENOENT comes from f2fs_map_blocks() by Chao Yu · 3 years, 4 months ago
  36. ad126eb f2fs: fix to account missing .skipped_gc_rwsem by Chao Yu · 3 years, 4 months ago
  37. d75da8c f2fs: adjust unlock order for cleanup by Chao Yu · 3 years, 4 months ago
  38. 4d67490 f2fs: Don't create discard thread when device doesn't support realtime discard by Fengnan Chang · 3 years, 4 months ago
  39. 94c821f f2fs: rebuild nat_bits during umount by Chao Yu · 3 years, 4 months ago
  40. a4b6817 f2fs: introduce periodic iostat io latency traces by Daeho Jeong · 3 years, 4 months ago
  41. 5211874 f2fs: separate out iostat feature by Daeho Jeong · 3 years, 4 months ago
  42. 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
  43. 202bc94 block: Introduce IOPRIO_NR_LEVELS by Damien Le Moal · 3 years, 5 months ago
  44. bbe1da7 f2fs: compress: do sanity check on cluster by Chao Yu · 3 years, 5 months ago
  45. 491f7f7 f2fs: convert S_IRUGO to 0444 by Yangtao Li · 3 years, 5 months ago
  46. b96d9b3 f2fs: fix to keep compatibility of fault injection interface by Chao Yu · 3 years, 5 months ago
  47. 3241057 f2fs: support fault injection for f2fs_kmem_cache_alloc() by Chao Yu · 3 years, 5 months ago
  48. 4a4fc04 f2fs: compress: allow write compress released file after truncate to zero by Fengnan Chang · 3 years, 5 months ago
  49. 1927ccd f2fs: correct comment in segment.h by Yangtao Li · 3 years, 5 months ago
  50. b6d9246 f2fs: improve sbi status info in debugfs/f2fs/status by Yangtao Li · 3 years, 5 months ago
  51. a264931 f2fs: compress: avoid duplicate counting of valid blocks when read compressed file by Fengnan Chang · 3 years, 5 months ago
  52. 65ddf65 f2fs: fix to do sanity check for sb/cp fields correctly by Chao Yu · 3 years, 5 months ago
  53. 4b10651 f2fs: avoid unneeded memory allocation in __add_ino_entry() by Chao Yu · 3 years, 5 months ago
  54. 94afd6d f2fs: extent cache: support unaligned extent by Chao Yu · 3 years, 5 months ago
  55. 6b3ba1e f2fs: Kconfig: clean up config options about compression by Tiezhu Yang · 3 years, 5 months ago
  56. d4bf15a f2fs: reduce the scope of setting fsck tag when de->name_len is zero by Yangtao Li · 3 years, 5 months ago
  57. 9180339 f2fs: fix to stop filesystem update once CP failed by Chao Yu · 3 years, 5 months ago
  58. 0f6b56e f2fs: add sysfs node to control ra_pages for fadvise seq file by Daeho Jeong · 3 years, 5 months ago
  59. 4f99326 f2fs: introduce discard_unit mount option by Chao Yu · 3 years, 5 months ago
  60. dc675a9 f2fs: fix min_seq_blocks can not make sense in some scenes. by Laibin Qiu · 3 years, 5 months ago
  61. 2787991 f2fs: fix to force keeping write barrier for strict fsync mode by Chao Yu · 3 years, 5 months ago
  62. 277afbd f2fs: fix wrong checkpoint_changed value in f2fs_remount() by Chao Yu · 3 years, 5 months ago
  63. 2e65091 f2fs: show sbi status in debugfs/f2fs/status by Jaegeuk Kim · 3 years, 5 months ago
  64. 4931e0c f2fs: turn back remapped address in compressed page endio by Daeho Jeong · 3 years, 5 months ago
  65. 093f0ba f2fs: change fiemap way in printing compression chunk by Daeho Jeong · 3 years, 5 months ago
  66. b7ec206 f2fs: do not submit NEW_ADDR to read node block by Jaegeuk Kim · 3 years, 5 months ago
  67. 7eab7a6 f2fs: compress: remove unneeded read when rewrite whole cluster by Fengnan Chang · 3 years, 6 months ago
  68. 461b43a f2fs: report correct st_size for encrypted symlinks by Eric Biggers · 3 years, 6 months ago
  69. 2eeb0dc f2fs: don't sleep while grabing nat_tree_lock by Jaegeuk Kim · 3 years, 5 months ago
  70. 6de8687 f2fs: remove allow_outplace_dio() by Eric Biggers · 3 years, 5 months ago
  71. 3e679dc f2fs: make f2fs_write_failed() take struct inode by Eric Biggers · 3 years, 5 months ago
  72. 9de71ed f2fs: quota: fix potential deadlock by Chao Yu · 3 years, 5 months ago
  73. 1ffc8f5 f2fs: let's keep writing IOs on SBI_NEED_FSCK by Jaegeuk Kim · 3 years, 6 months ago
  74. 10d0786 f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1" by Jia Yang · 3 years, 6 months ago
  75. 5417c98 f2fs: avoid to create an empty string as the extension_list by Wang Xiaojun · 3 years, 6 months ago
  76. 01f6afd f2fs: compress: fix to set zstd compress level correctly by Chao Yu · 3 years, 6 months ago
  77. 07c6b59 f2fs: add sysfs nodes to get GC info for each GC mode by Daeho Jeong · 3 years, 6 months ago
  78. edc6d01 f2fs: Convert to using invalidate_lock by Jan Kara · 3 years, 9 months ago
  79. 28607bf f2fs: drop dirty node pages when cp is in error status by Jaegeuk Kim · 3 years, 6 months ago
  80. c9ebd3d f2fs: initialize page->private when using for our internal use by Jaegeuk Kim · 3 years, 6 months ago
  81. 151b198 f2fs: compress: add nocompress extensions support by Fengnan Chang · 3 years, 7 months ago
  82. 132e320 f2fs: remove false alarm on iget failure during GC by Jaegeuk Kim · 3 years, 6 months ago
  83. 4215d05 f2fs: enable extent cache for compression files in read-only by Daeho Jeong · 3 years, 7 months ago
  84. 4d9a2bb f2fs: introduce f2fs_casefolded_name slab cache by Chao Yu · 3 years, 7 months ago
  85. 859fca6 f2fs: swap: support migrating swapfile in aligned write mode by Chao Yu · 3 years, 7 months ago
  86. 0b8fc00 f2fs: swap: remove dead codes by Chao Yu · 3 years, 7 months ago
  87. 6ce19af f2fs: compress: add compress_inode to cache compressed blocks by Chao Yu · 3 years, 7 months ago
  88. 4c89b53 f2fs: clean up /sys/fs/f2fs/<disk>/features by Jaegeuk Kim · 3 years, 7 months ago
  89. 4a196df f2fs: add pin_file in feature list by Jaegeuk Kim · 3 years, 7 months ago
  90. 4c039d5 f2fs: Advertise encrypted casefolding in sysfs by Daniel Rosenberg · 3 years, 7 months ago
  91. 39307f8 f2fs: Show casefolding support only when supported by Daniel Rosenberg · 3 years, 7 months ago
  92. a7d9fe3 f2fs: support RO feature by Jaegeuk Kim · 3 years, 7 months ago
  93. 833dcd3 f2fs: logging neatening by Joe Perches · 3 years, 7 months ago
  94. c614041 f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit by Jaegeuk Kim · 3 years, 7 months ago
  95. 8f1d498 f2fs: compress: remove unneeded preallocation by Chao Yu · 3 years, 8 months ago
  96. 8939a848 f2fs: atgc: export entries for better tunability via sysfs by Chao Yu · 3 years, 8 months ago
  97. 4a67d9b f2fs: compress: fix to disallow temp extension by Chao Yu · 3 years, 7 months ago
  98. e3c5483 f2fs: let's allow compression for mmap files by Jaegeuk Kim · 3 years, 7 months ago
  99. 0dd5717 f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs by Chao Yu · 3 years, 7 months ago
  100. 4f55dc2 f2fs: return success if there is no work to do by Tom Rix · 3 years, 8 months ago