1. 42612e7 Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 7 months ago
  2. b7b911d f2fs: attach IO flags to the missing cases by Jaegeuk Kim · 4 years, 7 months ago
  3. 32b6aba f2fs: add node_io_flag for bio flags likewise data_io_flag by Jaegeuk Kim · 4 years, 7 months ago
  4. bc67c5d f2fs: remove unused parameter of f2fs_put_rpages_mapping() by Chao Yu · 4 years, 7 months ago
  5. 8626441 f2fs: handle readonly filesystem in f2fs_ioc_shutdown() by Chao Yu · 4 years, 7 months ago
  6. fc3bb09 f2fs: avoid utf8_strncasecmp() with unstable name by Eric Biggers · 4 years, 7 months ago
  7. 0b6d4ca f2fs: don't return vmalloc() memory from f2fs_kmalloc() by Eric Biggers · 4 years, 7 months ago
  8. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  9. e78790f f2fs: fix retry logic in f2fs_write_cache_pages() by Sahitya Tummala · 4 years, 7 months ago
  10. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  11. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  12. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  13. 7128cf9 f2fs: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
  14. e20a769 f2fs: pass the inode to f2fs_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  15. 2332319 f2fs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  16. 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  17. afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
  18. ca7f76e f2fs: fix wrong discard space by Chao Yu · 4 years, 7 months ago
  19. dc35d73 f2fs: compress: don't compress any datas after cp stop by Chao Yu · 4 years, 8 months ago
  20. 47d0d7d7 f2fs: remove unneeded return value of __insert_discard_tree() by Chao Yu · 4 years, 7 months ago
  21. 84597b1 f2fs: fix wrong value of tracepoint parameter by Chao Yu · 4 years, 7 months ago
  22. fd61264 f2fs: protect new segment allocation in expand_inode_data by Daeho Jeong · 4 years, 7 months ago
  23. 195f406 f2fs: code cleanup by removing ifdef macro surrounding by Chengguang Xu · 4 years, 7 months ago
  24. 6d7c865 f2fs: avoid inifinite loop to wait for flushing node pages at cp_error by Jaegeuk Kim · 4 years, 8 months ago
  25. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  26. 9c30df7 f2fs: flush dirty meta pages when flushing them by Jaegeuk Kim · 4 years, 8 months ago
  27. 1ae18f7 f2fs: fix checkpoint=disable:%u%% by Jaegeuk Kim · 4 years, 8 months ago
  28. 1454c97 f2fs: compress: fix zstd data corruption by Chao Yu · 4 years, 8 months ago
  29. 9c12238 f2fs: add compressed/gc data read IO stat by Chao Yu · 4 years, 9 months ago
  30. f349434 f2fs: fix potential use-after-free issue by Chao Yu · 4 years, 9 months ago
  31. 03382f1 f2fs: compress: don't handle non-compressed data in workqueue by Chao Yu · 4 years, 9 months ago
  32. deaf160 f2fs: remove redundant assignment to variable err by Colin Ian King · 4 years, 9 months ago
  33. b4b1006 f2fs: refactor resize_fs to avoid meta updates in progress by Jaegeuk Kim · 4 years, 9 months ago
  34. 4fec3fc0 f2fs: use round_up to enhance calculation by Chao Yu · 4 years, 9 months ago
  35. c75488f f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS by Chao Yu · 4 years, 10 months ago
  36. 34c061a f2fs: Avoid double lock for cp_rwsem during checkpoint by Sayali Lokhande · 4 years, 8 months ago
  37. baaa7eb f2fs: report delalloc reserve as non-free in statfs for project quota by Konstantin Khlebnikov · 4 years, 8 months ago
  38. 48abe91 f2fs: Fix wrong stub helper update_sit_info by YueHaibing · 4 years, 8 months ago
  39. f664414 f2fs: compress: let lz4 compressor handle output buffer budget properly by Chao Yu · 4 years, 8 months ago
  40. 1f5f11a f2fs: remove blk_plugging in block_operations by Jaegeuk Kim · 4 years, 8 months ago
  41. ef8d563 f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS by Chao Yu · 4 years, 10 months ago
  42. 042be37 f2fs: shrink spinlock coverage by Chao Yu · 4 years, 8 months ago
  43. 84c9c2d f2fs: correctly fix the parent inode number during fsync() by Eric Biggers · 4 years, 8 months ago
  44. 43c780b f2fs: rework filename handling by Eric Biggers · 4 years, 8 months ago
  45. f874fa1 f2fs: split f2fs_d_compare() from f2fs_match_name() by Eric Biggers · 4 years, 8 months ago
  46. ff5f85c f2fs: don't leak filename in f2fs_try_convert_inline_dir() by Eric Biggers · 4 years, 8 months ago
  47. 6d92b20 f2fs: compress: support lzo-rle compress algorithm by Chao Yu · 4 years, 9 months ago
  48. 5e6bbde f2fs: introduce mempool for {,de}compress intermediate page allocation by Chao Yu · 4 years, 9 months ago
  49. c1c6338 f2fs: introduce f2fs_bmap_compress() by Chao Yu · 4 years, 9 months ago
  50. bf38fba f2fs: support fiemap on compressed inode by Chao Yu · 4 years, 9 months ago
  51. 3265d3d f2fs: support partial truncation on compressed inode by Chao Yu · 4 years, 10 months ago
  52. b5f4684 f2fs: remove redundant compress inode check by Chao Yu · 4 years, 10 months ago
  53. 3c57f75 f2fs: use strcmp() in parse_options() by Eric Biggers · 4 years, 8 months ago
  54. d29fbcd f2fs: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 9 months ago
  55. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  56. 435cbab f2fs: fix quota_sync failure due to f2fs_lock_op by Jaegeuk Kim · 4 years, 9 months ago
  57. 8b83ac8 f2fs: support read iostat by Chao Yu · 4 years, 9 months ago
  58. df42339 f2fs: Fix the accounting of dcc->undiscard_blks by Sahitya Tummala · 4 years, 9 months ago
  59. ce4c638 f2fs: fix to handle error path of f2fs_ra_meta_pages() by Chao Yu · 4 years, 9 months ago
  60. 3fa6a8c f2fs: report the discard cmd errors properly by Sahitya Tummala · 4 years, 9 months ago
  61. 141af6b f2fs: fix long latency due to discard during umount by Sahitya Tummala · 4 years, 9 months ago
  62. 2bc4bea f2fs: add tracepoint for f2fs iostat by Daeho Jeong · 4 years, 9 months ago
  63. da9953b f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA by Jaegeuk Kim · 4 years, 9 months ago
  64. 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
  65. 531dfae f2fs: keep inline_data when compression conversion by Chao Yu · 4 years, 9 months ago
  66. aa57697 f2fs: fix to disable compression on directory by Chao Yu · 4 years, 9 months ago
  67. 9b6ed14 f2fs: add missing CONFIG_F2FS_FS_COMPRESSION by Chao Yu · 4 years, 9 months ago
  68. 6ce48b0 f2fs: switch discard_policy.timeout to bool type by Chao Yu · 4 years, 10 months ago
  69. 8908e75 f2fs: fix to verify tpage before releasing in f2fs_free_dic() by Chao Yu · 4 years, 10 months ago
  70. fd26725 f2fs: show compression in statx by Chao Yu · 4 years, 10 months ago
  71. 80d0d45 f2fs: clean up dic->tpages assignment by Chao Yu · 4 years, 10 months ago
  72. 50cfa66 f2fs: compress: support zstd compress algorithm by Chao Yu · 4 years, 10 months ago
  73. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 9 months ago
  74. 23b1faaad f2fs: compress: add .{init,destroy}_decompress_ctx callback by Chao Yu · 4 years, 10 months ago
  75. 09ff480 f2fs: compress: fix to call missing destroy_compress_ctx() by Chao Yu · 4 years, 10 months ago
  76. 91faa53 f2fs: change default compression algorithm by Chao Yu · 4 years, 10 months ago
  77. 887347a f2fs: clean up {cic,dic}.ref handling by Chao Yu · 4 years, 9 months ago
  78. 7496aff f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages() by Chao Yu · 4 years, 9 months ago
  79. db25155 f2fs: xattr.h: Make stub helpers inline by YueHaibing · 4 years, 9 months ago
  80. 74878565 f2fs: fix to avoid double unlock by Chao Yu · 4 years, 10 months ago
  81. 7653b9d f2fs: fix potential .flags overflow on 32bit architecture by Chao Yu · 4 years, 10 months ago
  82. 79bbefb f2fs: fix NULL pointer dereference in f2fs_verity_work() by Chao Yu · 4 years, 10 months ago
  83. 23c51be f2fs: fix to clear PG_error if fsverity failed by Chao Yu · 4 years, 10 months ago
  84. d76af0d f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile() by Chao Yu · 4 years, 10 months ago
  85. 7bcd0cf f2fs: don't trigger data flush in foreground operation by Chao Yu · 4 years, 10 months ago
  86. 62f63ee f2fs: fix NULL pointer dereference in f2fs_write_begin() by Chao Yu · 4 years, 10 months ago
  87. 8c7d4b5 f2fs: clean up f2fs_may_encrypt() by Chao Yu · 4 years, 10 months ago
  88. b13f67ff f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
  89. 9995e40 f2fs: don't change inode status under page lock by Chao Yu · 4 years, 10 months ago
  90. 466357d f2fs: fix potential deadlock on compressed quota file by Chao Yu · 4 years, 10 months ago
  91. ad8d6a0 f2fs: delete DIO read lock by DongDongJu · 4 years, 10 months ago
  92. 530e070 f2fs: don't mark compressed inode dirty during f2fs_iget() by Chao Yu · 4 years, 10 months ago
  93. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 10 months ago
  94. 1a67cbe f2fs: fix to account compressed blocks in f2fs_compressed_blocks() by Chao Yu · 4 years, 10 months ago
  95. 50b1203 f2fs: xattr.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  96. a4ba5df f2fs: fix to update f2fs_super_block fields under sb_lock by Chao Yu · 4 years, 10 months ago
  97. c84ef3c f2fs: Add a new CP flag to help fsck fix resize SPO issues by Sahitya Tummala · 4 years, 10 months ago
  98. 68275682 f2fs: Fix mount failure due to SPO after a successful online resize FS by Sahitya Tummala · 4 years, 10 months ago
  99. a999150 f2fs: use kmem_cache pool during inline xattr lookups by Chao Yu · 4 years, 11 months ago
  100. ee446e1 f2fs: wire up FS_IOC_GET_ENCRYPTION_NONCE by Eric Biggers · 4 years, 10 months ago