1. 6ce19af f2fs: compress: add compress_inode to cache compressed blocks by Chao Yu · 3 years, 8 months ago
  2. 833dcd3 f2fs: logging neatening by Joe Perches · 3 years, 8 months ago
  3. d927ccf f2fs: Prevent swap file in LFS mode by Shin'ichiro Kawasaki · 3 years, 8 months ago
  4. b763f3b f2fs: restructure f2fs page.private layout by Chao Yu · 3 years, 9 months ago
  5. f395183 f2fs: return EINVAL for hole cases in swap file by Jaegeuk Kim · 3 years, 8 months ago
  6. ca29824 f2fs: avoid swapon failure by giving a warning first by Jaegeuk Kim · 3 years, 8 months ago
  7. 8bfbfb0 f2fs: compress: fix to assign cc.cluster_idx correctly by Chao Yu · 3 years, 8 months ago
  8. 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, 9 months ago
  9. 5f029c0 f2fs: clean up build warnings by Yi Zhuang · 3 years, 10 months ago
  10. 0bb2045 f2fs: fix to use per-inode maxbytes in f2fs_fiemap by Chengguang Xu · 3 years, 10 months ago
  11. 36e4d95 f2fs: check if swapfile is section-alligned by huangjianan@oppo.com · 3 years, 11 months ago
  12. 1da6610 f2fs: fix last_lblock check in check_swap_activate_fast by huangjianan@oppo.com · 3 years, 11 months ago
  13. ebc29b62 f2fs: remove unnecessary IS_SWAPFILE check by huangjianan@oppo.com · 3 years, 11 months ago
  14. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  15. 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
  16. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  17. 39f71b7 f2fs: fix a wrong condition in __submit_bio by Dehe Gu · 4 years ago
  18. d5f7bc0 f2fs: deprecate f2fs_trace_io by Jaegeuk Kim · 4 years ago
  19. 12699fb f2fs: Remove readahead collision detection by Matthew Wilcox (Oracle) · 4 years ago
  20. 6d1451b f2fs: fix to use per-inode maxbytes by Chengguang Xu · 4 years ago
  21. 3afae09 f2fs: compress: fix potential deadlock by Chao Yu · 4 years ago
  22. 7f59b27 f2fs: clean up post-read processing by Eric Biggers · 4 years ago
  23. 0953fe8 f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap() by Chao Yu · 4 years, 1 month ago
  24. 0b979f1 f2fs: relocate f2fs_precache_extents() by Chao Yu · 4 years, 1 month ago
  25. 67883ad f2fs: remove FAULT_ALLOC_BIO by Christoph Hellwig · 4 years ago
  26. 25ac842 f2fs: use blkdev_issue_flush in __submit_flush_wait by Christoph Hellwig · 4 years ago
  27. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  28. 6422a71 f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 1 month ago
  29. 1020856 f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size by Jaegeuk Kim · 4 years, 1 month ago
  30. 602a16d f2fs: add compress_mode mount option by Daeho Jeong · 4 years, 2 months ago
  31. b876f4c f2fs: remove buffer_head which has 32bits limit by Jaegeuk Kim · 4 years, 2 months ago
  32. 963ba7f f2fs: fix wrong block count instead of bytes by Jaegeuk Kim · 4 years, 2 months ago
  33. 43b9d4b f2fs: use new conversion functions between blks and bytes by Jaegeuk Kim · 4 years, 2 months ago
  34. 6cbfcab f2fs: rename logical_to_blk and blk_to_logical by Jaegeuk Kim · 4 years, 2 months ago
  35. af4b6b8 f2fs: introduce check_swap_activate_fast() by Chao Yu · 4 years, 3 months ago
  36. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 4 months ago
  37. c8eb702 f2fs: clean up kvfree by Chao Yu · 4 years, 4 months ago
  38. 78134d0 f2fs: change return value of f2fs_disable_compressed_file to bool by Daeho Jeong · 4 years, 4 months ago
  39. 4eda168 f2fs: add block address limit check to compressed file by Daeho Jeong · 4 years, 5 months ago
  40. 335cac8 f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO by Jack Qiu · 4 years, 5 months ago
  41. 093749e f2fs: support age threshold based garbage collection by Chao Yu · 4 years, 6 months ago
  42. e6c3948 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref by Chao Yu · 4 years, 5 months ago
  43. c5d0278 f2fs: inherit mtime of original block during GC by Chao Yu · 4 years, 6 months ago
  44. e90027d f2fs: remove duplicated type casting by Xiaojun Wang · 4 years, 6 months ago
  45. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 5 months ago
  46. 086ba2e Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 5 months ago
  47. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  48. a86d27d f2fs: compress: add sanity check during compressed cluster read by Chao Yu · 4 years, 6 months ago
  49. 944dd22e f2fs: compress: fix to update isize when overwriting compressed file by Chao Yu · 4 years, 6 months ago
  50. a87aff1 f2fs: space related cleanup by Jack Qiu · 4 years, 6 months ago
  51. 4df7a75f f2fs: Eliminate usage of uninitialized_var() macro by Jason Yan · 4 years, 7 months ago
  52. 27aacd2 f2fs: add inline encryption support by Satya Tangirala · 4 years, 7 months ago
  53. 6b12367 f2fs: avoid readahead race condition by Jaegeuk Kim · 4 years, 7 months ago
  54. b797309 f2fs: add parameter op_flag in f2fs_submit_page_read() by Jia Yang · 4 years, 7 months ago
  55. dd5a09b f2fs: support to trace f2fs_fiemap() by Chao Yu · 4 years, 7 months ago
  56. b79b0a3 f2fs: support to trace f2fs_bmap() by Chao Yu · 4 years, 7 months ago
  57. 250e84d f2fs: fix wrong return value of f2fs_bmap_compress() by Chao Yu · 4 years, 7 months ago
  58. f608c38 f2fs: clean up parameter of f2fs_allocate_data_block() by Chao Yu · 4 years, 7 months ago
  59. 79963d9 f2fs: shrink node_write lock coverage by Chao Yu · 4 years, 7 months ago
  60. 0ef8183 f2fs: add prefix for exported symbols by Chao Yu · 4 years, 7 months ago
  61. 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
  62. b7b911d f2fs: attach IO flags to the missing cases by Jaegeuk Kim · 4 years, 8 months ago
  63. 32b6aba f2fs: add node_io_flag for bio flags likewise data_io_flag by Jaegeuk Kim · 4 years, 8 months ago
  64. 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
  65. e78790f f2fs: fix retry logic in f2fs_write_cache_pages() by Sahitya Tummala · 4 years, 8 months ago
  66. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  67. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  68. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  69. e20a769 f2fs: pass the inode to f2fs_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  70. 2332319 f2fs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  71. 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  72. 9c12238 f2fs: add compressed/gc data read IO stat by Chao Yu · 4 years, 9 months ago
  73. f349434 f2fs: fix potential use-after-free issue by Chao Yu · 4 years, 9 months ago
  74. 03382f1 f2fs: compress: don't handle non-compressed data in workqueue by Chao Yu · 4 years, 9 months ago
  75. c1c6338 f2fs: introduce f2fs_bmap_compress() by Chao Yu · 4 years, 10 months ago
  76. bf38fba f2fs: support fiemap on compressed inode by Chao Yu · 4 years, 10 months ago
  77. 435cbab f2fs: fix quota_sync failure due to f2fs_lock_op by Jaegeuk Kim · 4 years, 9 months ago
  78. 8b83ac8 f2fs: support read iostat by Chao Yu · 4 years, 9 months ago
  79. da9953b f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA by Jaegeuk Kim · 4 years, 10 months ago
  80. 7496aff f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages() by Chao Yu · 4 years, 10 months ago
  81. 74878565 f2fs: fix to avoid double unlock 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. b13f67ff f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
  84. ad8d6a0 f2fs: delete DIO read lock by DongDongJu · 4 years, 10 months ago
  85. ca9e968 f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc by Chao Yu · 5 years ago
  86. 0683728 f2fs: fix to avoid triggering IO in write path by Chao Yu · 5 years ago
  87. 9851000 f2fs: add prefix for f2fs slab cache name by Chao Yu · 5 years ago
  88. 5df7731f f2fs: introduce DEFAULT_IO_TIMEOUT by Chao Yu · 5 years ago
  89. b0332a0 f2fs: clean up lfs/adaptive mount option by Chao Yu · 5 years ago
  90. a2ced1c f2fs: clean up codes with {f2fs_,}data_blkaddr() by Chao Yu · 5 years ago
  91. 7a88ddb f2fs: fix inconsistent comments by Chao Yu · 4 years, 11 months ago
  92. c10c982 f2fs: cover last_disk_size update with spinlock by Chao Yu · 4 years, 11 months ago
  93. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  94. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  95. 644c8c9 f2fs: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
  96. e8ce574 f2fs: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
  97. 3e5e479 f2fs: fix to add swap extent correctly by Chao Yu · 5 years ago
  98. 4c8ff70 f2fs: support data compression by Chao Yu · 5 years ago
  99. f543805 f2fs: introduce private bioset by Chao Yu · 5 years ago
  100. 3f188c2 f2fs: keep quota data on write_begin failure by Jaegeuk Kim · 5 years ago