1. 630c128 Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode by Linus Torvalds · 2 years, 11 months ago
  2. 5298d4b unicode: clean up the Kconfig symbol confusion by Christoph Hellwig · 3 years ago
  3. 1d1df41 Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years ago
  4. 51dcbda mm: Convert find_lock_entries() to use a folio_batch by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  5. 300a8429 f2fs: fix to reserve space for IO align feature by Chao Yu · 3 years, 1 month ago
  6. 3e02038 f2fs: support fault injection to f2fs_trylock_op() by Chao Yu · 3 years, 1 month ago
  7. a9419b6 f2fs: do not bother checkpoint by f2fs_get_node_info by Jaegeuk Kim · 3 years ago
  8. 325163e f2fs: add gc_urgent_high_remaining sysfs node by Daeho Jeong · 3 years, 1 month ago
  9. 766c663 f2fs: avoid duplicate call of mark_inode_dirty by Jaegeuk Kim · 3 years, 1 month ago
  10. a1e09b0 f2fs: use iomap for direct I/O by Eric Biggers · 3 years, 5 months ago
  11. 1517c1a f2fs: implement iomap operations by Eric Biggers · 3 years, 5 months ago
  12. d4dd19e f2fs: do not expose unwritten blocks to user by DIO by Jaegeuk Kim · 3 years, 1 month ago
  13. 3d697a4 f2fs: rework write preallocations by Eric Biggers · 3 years, 5 months ago
  14. 3271d7e f2fs: compress: reduce one page array alloc and free when write compressed page by Fengnan Chang · 3 years, 2 months ago
  15. 10a2687 f2fs: support fault injection for dquot_initialize() by Chao Yu · 3 years, 2 months ago
  16. 02d58cd f2fs: compress: disallow disabling compress on non-empty compressed file by Hyeong-Jun Kim · 3 years, 2 months ago
  17. b368cc5 f2fs: compress: fix overwrite may reduce compress ratio unproperly by Fengnan Chang · 3 years, 2 months ago
  18. 71f2c82 f2fs: multidevice: support direct IO by Chao Yu · 3 years, 4 months ago
  19. 6691d94 f2fs: introduce fragment allocation mode mount option by Daeho Jeong · 3 years, 3 months ago
  20. 287b140 f2fs: introduce excess_dirty_threshold() by Chao Yu · 3 years, 3 months ago
  21. 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
  22. 4d67490 f2fs: Don't create discard thread when device doesn't support realtime discard by Fengnan Chang · 3 years, 4 months ago
  23. 94c821f f2fs: rebuild nat_bits during umount by Chao Yu · 3 years, 4 months ago
  24. a4b6817 f2fs: introduce periodic iostat io latency traces by Daeho Jeong · 3 years, 4 months ago
  25. 5211874 f2fs: separate out iostat feature by Daeho Jeong · 3 years, 4 months ago
  26. bbe1da7 f2fs: compress: do sanity check on cluster by Chao Yu · 3 years, 5 months ago
  27. b96d9b3 f2fs: fix to keep compatibility of fault injection interface by Chao Yu · 3 years, 5 months ago
  28. 3241057 f2fs: support fault injection for f2fs_kmem_cache_alloc() 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. 9180339 f2fs: fix to stop filesystem update once CP failed by Chao Yu · 3 years, 5 months ago
  31. 0f6b56e f2fs: add sysfs node to control ra_pages for fadvise seq file by Daeho Jeong · 3 years, 5 months ago
  32. 4f99326 f2fs: introduce discard_unit mount option by Chao Yu · 3 years, 5 months ago
  33. 6de8687 f2fs: remove allow_outplace_dio() by Eric Biggers · 3 years, 5 months ago
  34. 01f6afd f2fs: compress: fix to set zstd compress level correctly by Chao Yu · 3 years, 6 months ago
  35. 07c6b59 f2fs: add sysfs nodes to get GC info for each GC mode by Daeho Jeong · 3 years, 6 months ago
  36. edc6d01 f2fs: Convert to using invalidate_lock by Jan Kara · 3 years, 9 months ago
  37. c9ebd3d f2fs: initialize page->private when using for our internal use by Jaegeuk Kim · 3 years, 6 months ago
  38. 151b198 f2fs: compress: add nocompress extensions support by Fengnan Chang · 3 years, 7 months ago
  39. 4215d05 f2fs: enable extent cache for compression files in read-only by Daeho Jeong · 3 years, 6 months ago
  40. 859fca6 f2fs: swap: support migrating swapfile in aligned write mode by Chao Yu · 3 years, 7 months ago
  41. 6ce19af f2fs: compress: add compress_inode to cache compressed blocks by Chao Yu · 3 years, 7 months ago
  42. 4c89b53 f2fs: clean up /sys/fs/f2fs/<disk>/features by Jaegeuk Kim · 3 years, 7 months ago
  43. a7d9fe3 f2fs: support RO feature by Jaegeuk Kim · 3 years, 7 months ago
  44. c614041 f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit by Jaegeuk Kim · 3 years, 7 months ago
  45. cad83c9 f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances by Chao Yu · 3 years, 8 months ago
  46. b763f3b f2fs: restructure f2fs page.private layout by Chao Yu · 3 years, 8 months ago
  47. 8bfbfb0 f2fs: compress: fix to assign cc.cluster_idx correctly by Chao Yu · 3 years, 8 months ago
  48. 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
  49. 2e22d48 f2fs: clean up left deprecated IO trace codes by Chao Yu · 3 years, 8 months ago
  50. 509f101 f2fs: avoid using native allocate_segment_by_default() by Chao Yu · 3 years, 8 months ago
  51. a7b4e50 f2fs: remove unnecessary struct declaration by Wan Jiabing · 3 years, 8 months ago
  52. 9b1bb01 f2fs: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
  53. 5911d2d f2fs: introduce gc_merge mount option by Chao Yu · 3 years, 9 months ago
  54. 61461fc f2fs: fix to avoid touching checkpointed data in get_victim() by Chao Yu · 3 years, 9 months ago
  55. f3e367d f2fs: fix wrong comment of nat_tree_lock by qiulaibin · 3 years, 9 months ago
  56. 5ac443e f2fs: add sysfs nodes to get runtime compression stat by Daeho Jeong · 3 years, 10 months ago
  57. e1175f0 f2fs: fix to align to section for fallocate() on pinned file by Chao Yu · 3 years, 10 months ago
  58. 1153db0 f2fs: remove unused file_clear_encrypt() by Chao Yu · 3 years, 10 months ago
  59. ebc29b62 f2fs: remove unnecessary IS_SWAPFILE check by huangjianan@oppo.com · 3 years, 10 months ago
  60. 4260c40 f2fs: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 10 months ago
  61. 7dede886 f2fs: fix to allow migrating fully valid segment by Chao Yu · 3 years, 10 months ago
  62. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  63. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  64. e659206 f2fs: add ckpt_thread_ioprio sysfs node by Daeho Jeong · 4 years ago
  65. 261eeb9 f2fs: introduce checkpoint_merge mount option by Daeho Jeong · 4 years ago
  66. 12699fb f2fs: Remove readahead collision detection by Matthew Wilcox (Oracle) · 4 years ago
  67. deaa965 f2fs: remove unused stat_{inc, dec}_atomic_write by Jack Qiu · 4 years ago
  68. 6d1451b f2fs: fix to use per-inode maxbytes by Chengguang Xu · 4 years ago
  69. 3afae09 f2fs: compress: fix potential deadlock by Chao Yu · 4 years ago
  70. 7f59b27 f2fs: clean up post-read processing by Eric Biggers · 4 years ago
  71. 5d4daa5 f2fs: introduce a new per-sb directory in sysfs by Chao Yu · 4 years, 1 month ago
  72. 3fde13f f2fs: compress: support compress level by Chao Yu · 4 years ago
  73. 67883ad f2fs: remove FAULT_ALLOC_BIO by Christoph Hellwig · 4 years ago
  74. 25ac842 f2fs: use blkdev_issue_flush in __submit_flush_wait by Christoph Hellwig · 4 years ago
  75. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  76. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
  77. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  78. 6422a71 f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 1 month ago
  79. 1020856 f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size by Jaegeuk Kim · 4 years, 1 month ago
  80. a95ba66 f2fs: avoid race condition for shrinker count by Jaegeuk Kim · 4 years, 2 months ago
  81. 602a16d f2fs: add compress_mode mount option by Daeho Jeong · 4 years, 1 month ago
  82. db48965 f2fs: Remove unnecessary unlikely() by Yangtao Li · 4 years, 1 month ago
  83. 3a0a9cb f2fs: fix kbytes written stat for multi-device case by Chao Yu · 4 years, 1 month ago
  84. b28f047 f2fs: compress: support chksum by Chao Yu · 4 years, 1 month ago
  85. 493720a f2fs: fix to avoid REQ_TIME and CP_TIME collision by Chao Yu · 4 years, 1 month ago
  86. 8769918 f2fs: change to use rwsem for cp_mutex by Sahitya Tummala · 4 years, 1 month ago
  87. 7ad08a5 f2fs: Handle casefolding with Encryption by Daniel Rosenberg · 4 years, 1 month ago
  88. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  89. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  90. bfc2b7e f2fs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 1 month ago
  91. fa4320c f2fs: move ioctl interface definitions to separated file by Chao Yu · 4 years, 2 months ago
  92. 7a3dade Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 2 months ago
  93. 86f3360 f2fs: handle errors of f2fs_get_meta_page_nofail by Jaegeuk Kim · 4 years, 3 months ago
  94. 48046cb f2fs: fix memory alignment to support 32bit by Jaegeuk Kim · 4 years, 3 months ago
  95. c68d6c8 f2fs: compress: introduce cic/dic slab cache by Chao Yu · 4 years, 3 months ago
  96. 3108303 f2fs: compress: introduce page array slab cache by Chao Yu · 4 years, 3 months ago
  97. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 3 months ago
  98. e075b69 f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 3 months ago
  99. 78134d0 f2fs: change return value of f2fs_disable_compressed_file to bool by Daeho Jeong · 4 years, 4 months ago
  100. c2759eb f2fs: change i_compr_blocks of inode to atomic value by Daeho Jeong · 4 years, 4 months ago