1. af4b6b8 f2fs: introduce check_swap_activate_fast() by Chao Yu · 4 years, 3 months ago
  2. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 3 months ago
  3. c8eb702 f2fs: clean up kvfree by Chao Yu · 4 years, 4 months ago
  4. 78134d0 f2fs: change return value of f2fs_disable_compressed_file to bool by Daeho Jeong · 4 years, 4 months ago
  5. 4eda168 f2fs: add block address limit check to compressed file by Daeho Jeong · 4 years, 4 months ago
  6. 335cac8 f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO by Jack Qiu · 4 years, 4 months ago
  7. 093749e f2fs: support age threshold based garbage collection by Chao Yu · 4 years, 5 months ago
  8. e6c3948 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref by Chao Yu · 4 years, 5 months ago
  9. c5d0278 f2fs: inherit mtime of original block during GC by Chao Yu · 4 years, 5 months ago
  10. e90027d f2fs: remove duplicated type casting by Xiaojun Wang · 4 years, 5 months ago
  11. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 5 months ago
  12. 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
  13. 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
  14. a86d27d f2fs: compress: add sanity check during compressed cluster read by Chao Yu · 4 years, 5 months ago
  15. 944dd22e f2fs: compress: fix to update isize when overwriting compressed file by Chao Yu · 4 years, 6 months ago
  16. a87aff1 f2fs: space related cleanup by Jack Qiu · 4 years, 6 months ago
  17. 4df7a75f f2fs: Eliminate usage of uninitialized_var() macro by Jason Yan · 4 years, 7 months ago
  18. 27aacd2 f2fs: add inline encryption support by Satya Tangirala · 4 years, 6 months ago
  19. 6b12367 f2fs: avoid readahead race condition by Jaegeuk Kim · 4 years, 7 months ago
  20. b797309 f2fs: add parameter op_flag in f2fs_submit_page_read() by Jia Yang · 4 years, 6 months ago
  21. dd5a09b f2fs: support to trace f2fs_fiemap() by Chao Yu · 4 years, 6 months ago
  22. b79b0a3 f2fs: support to trace f2fs_bmap() by Chao Yu · 4 years, 6 months ago
  23. 250e84d f2fs: fix wrong return value of f2fs_bmap_compress() by Chao Yu · 4 years, 6 months ago
  24. f608c38 f2fs: clean up parameter of f2fs_allocate_data_block() by Chao Yu · 4 years, 7 months ago
  25. 79963d9 f2fs: shrink node_write lock coverage by Chao Yu · 4 years, 7 months ago
  26. 0ef8183 f2fs: add prefix for exported symbols by Chao Yu · 4 years, 7 months ago
  27. 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
  28. b7b911d f2fs: attach IO flags to the missing cases by Jaegeuk Kim · 4 years, 7 months ago
  29. 32b6aba f2fs: add node_io_flag for bio flags likewise data_io_flag by Jaegeuk Kim · 4 years, 7 months ago
  30. 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
  31. e78790f f2fs: fix retry logic in f2fs_write_cache_pages() by Sahitya Tummala · 4 years, 7 months ago
  32. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  33. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  34. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  35. e20a769 f2fs: pass the inode to f2fs_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  36. 2332319 f2fs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  37. 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  38. 9c12238 f2fs: add compressed/gc data read IO stat by Chao Yu · 4 years, 9 months ago
  39. f349434 f2fs: fix potential use-after-free issue by Chao Yu · 4 years, 9 months ago
  40. 03382f1 f2fs: compress: don't handle non-compressed data in workqueue by Chao Yu · 4 years, 9 months ago
  41. c1c6338 f2fs: introduce f2fs_bmap_compress() by Chao Yu · 4 years, 9 months ago
  42. bf38fba f2fs: support fiemap on compressed inode by Chao Yu · 4 years, 9 months ago
  43. 435cbab f2fs: fix quota_sync failure due to f2fs_lock_op by Jaegeuk Kim · 4 years, 9 months ago
  44. 8b83ac8 f2fs: support read iostat by Chao Yu · 4 years, 9 months ago
  45. da9953b f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA by Jaegeuk Kim · 4 years, 9 months ago
  46. 7496aff f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages() by Chao Yu · 4 years, 9 months ago
  47. 74878565 f2fs: fix to avoid double unlock by Chao Yu · 4 years, 10 months ago
  48. 79bbefb f2fs: fix NULL pointer dereference in f2fs_verity_work() by Chao Yu · 4 years, 10 months ago
  49. b13f67ff f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
  50. ad8d6a0 f2fs: delete DIO read lock by DongDongJu · 4 years, 10 months ago
  51. ca9e968 f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc by Chao Yu · 4 years, 11 months ago
  52. 0683728 f2fs: fix to avoid triggering IO in write path by Chao Yu · 4 years, 11 months ago
  53. 9851000 f2fs: add prefix for f2fs slab cache name by Chao Yu · 4 years, 11 months ago
  54. 5df7731f f2fs: introduce DEFAULT_IO_TIMEOUT by Chao Yu · 4 years, 11 months ago
  55. b0332a0 f2fs: clean up lfs/adaptive mount option by Chao Yu · 5 years ago
  56. a2ced1c f2fs: clean up codes with {f2fs_,}data_blkaddr() by Chao Yu · 5 years ago
  57. 7a88ddb f2fs: fix inconsistent comments by Chao Yu · 4 years, 10 months ago
  58. c10c982 f2fs: cover last_disk_size update with spinlock by Chao Yu · 4 years, 10 months ago
  59. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  60. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  61. 644c8c9 f2fs: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
  62. e8ce574 f2fs: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
  63. 3e5e479 f2fs: fix to add swap extent correctly by Chao Yu · 5 years ago
  64. 4c8ff70 f2fs: support data compression by Chao Yu · 5 years ago
  65. f543805 f2fs: introduce private bioset by Chao Yu · 5 years ago
  66. 3f188c2 f2fs: keep quota data on write_begin failure by Jaegeuk Kim · 5 years ago
  67. 47501f8 f2fs: preallocate DIO blocks when forcing buffered_io by Jaegeuk Kim · 5 years ago
  68. c45d600 f2fs: show f2fs instance in printk_ratelimited by Chao Yu · 5 years ago
  69. 1f0d5c9 f2fs: fix potential overflow by Chao Yu · 5 years ago
  70. 0b20fce f2fs: cache global IPU bio by Chao Yu · 5 years ago
  71. fbc246a Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  72. 8223ecc f2fs: fix to add missing F2FS_IO_ALIGNED() condition by Chao Yu · 5 years ago
  73. 05e360061 f2fs: fix to handle error path correctly in f2fs_map_blocks by Chao Yu · 5 years ago
  74. 86f35dc f2fs: fix extent corrupotion during directIO in LFS mode by Chao Yu · 5 years ago
  75. 00e09c0 f2fs: enhance f2fs_is_checkpoint_ready()'s readability by Chao Yu · 5 years ago
  76. b757f6e f2fs: clean up __bio_alloc()'s parameter by Chao Yu · 5 years ago
  77. 7975f34 f2fs: support fiemap() for directory inode by Chao Yu · 5 years ago
  78. c72db71 f2fs: fix panic of IO alignment feature by Chao Yu · 5 years ago
  79. 8896cbd f2fs: introduce {page,io}_is_mergeable() for readability by Chao Yu · 5 years ago
  80. 75a037f f2fs: fix livelock in swapfile writes by Jaegeuk Kim · 5 years ago
  81. 95ae251 f2fs: add fs-verity support by Eric Biggers · 5 years ago
  82. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 5 years ago
  83. 9637d51 Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  84. a641a88 Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  85. 34e51a5 blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() by Tejun Heo · 6 years ago
  86. 4969c06 f2fs: support swap file w/ DIO by Jaegeuk Kim · 6 years ago
  87. 10f966b f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 6 years ago
  88. 53bc1d85 fscrypt: support encrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  89. d2d0727 fscrypt: simplify bounce page handling by Eric Biggers · 6 years ago
  90. 040d2bb f2fs: fix to avoid deadloop if data_flush is on by Chao Yu · 6 years ago
  91. 8648de2 f2fs: add bio cache for IPU by Chao Yu · 6 years ago
  92. 0d28544 Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  93. 93770ab f2fs: introduce DATA_GENERIC_ENHANCE by Chao Yu · 6 years ago
  94. 2df0ab0 f2fs: introduce f2fs_read_single_page() for cleanup by Chao Yu · 6 years ago
  95. cd23ffa9 f2fs: fix to set FI_UPDATE_WRITE correctly by Chao Yu · 6 years ago
  96. 6dc3a12 f2fs: fix wrong __is_meta_io() macro by Chao Yu · 6 years ago
  97. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  98. adcc00f f2fs: data: fix warning Using plain integer as NULL pointer by Hariprasad Kelam · 6 years ago
  99. 186857c f2fs: fix potential recursive call when enabling data_flush by Chao Yu · 6 years ago
  100. 0916878 f2fs: Fix use of number of devices by Damien Le Moal · 6 years ago