1. 4a9e803 btrfs: remove unnecessary parameter type from compression_decompress_bio by Su Yue · 3 years ago
  2. 056c831 btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root by Josef Bacik · 3 years, 2 months ago
  3. 037c50b Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
  4. 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  5. 3a60f65 Revert "btrfs: compression: drop kmap/kunmap from generic helpers" by David Sterba · 3 years, 2 months ago
  6. 741ec65 btrfs: subpage: make end_compressed_bio_writeback() compatible by Qu Wenruo · 3 years, 3 months ago
  7. bbbff01 btrfs: subpage: make btrfs_submit_compressed_write() compatible by Qu Wenruo · 3 years, 3 months ago
  8. 9150724 btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compressed_write by Qu Wenruo · 3 years, 3 months ago
  9. f472c28f btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compressed_read by Qu Wenruo · 3 years, 3 months ago
  10. 22c306f btrfs: introduce alloc_compressed_bio() for compression by Qu Wenruo · 3 years, 3 months ago
  11. 2d4e0b8 btrfs: introduce submit_compressed_bio() for compression by Qu Wenruo · 3 years, 3 months ago
  12. 6853c64 btrfs: handle errors properly inside btrfs_submit_compressed_write() by Qu Wenruo · 3 years, 3 months ago
  13. 86ccbb4 btrfs: handle errors properly inside btrfs_submit_compressed_read() by Qu Wenruo · 3 years, 3 months ago
  14. e4f9434 btrfs: subpage: add bitmap for PageChecked flag by Qu Wenruo · 3 years, 3 months ago
  15. 6ec9765 btrfs: introduce compressed_bio::pending_sectors to trace compressed bio by Qu Wenruo · 3 years, 3 months ago
  16. 6a40491 btrfs: subpage: make add_ra_bio_pages() compatible by Qu Wenruo · 3 years, 3 months ago
  17. cd9255b btrfs: remove unused parameter nr_pages in add_ra_bio_pages() by Qu Wenruo · 3 years, 3 months ago
  18. c3a3b19 btrfs: rename struct btrfs_io_bio to btrfs_bio by Qu Wenruo · 3 years, 3 months ago
  19. cd8e0cc btrfs: remove btrfs_bio_alloc() helper by Qu Wenruo · 3 years, 3 months ago
  20. e41d12f mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> by Christoph Hellwig · 3 years, 3 months ago
  21. 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 6 months ago
  22. 557023e btrfs: grab correct extent map for subpage compressed extent read by Qu Wenruo · 3 years, 6 months ago
  23. ca62e85 btrfs: disable compressed readahead for subpage by Qu Wenruo · 3 years, 5 months ago
  24. 4c2bf27 btrfs: compression: drop kmap/kunmap from generic helpers by David Sterba · 3 years, 7 months ago
  25. b0ee5e1 btrfs: drop from __GFP_HIGHMEM all allocations by David Sterba · 3 years, 7 months ago
  26. 240246f btrfs: mark compressed range uptodate only if all bio succeed by Goldwyn Rodrigues · 3 years, 6 months ago
  27. c86bdc9 btrfs: remove a stale comment for btrfs_decompress_bio() by Qu Wenruo · 3 years, 7 months ago
  28. 38a39ac7 btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() by Qu Wenruo · 3 years, 9 months ago
  29. 4183abf btrfs: fix comment about max_out in btrfs_compress_pages by Anand Jain · 3 years, 7 months ago
  30. 65b5355 btrfs: optimize variables size in btrfs_submit_compressed_write by Anand Jain · 3 years, 7 months ago
  31. 356b4a2 btrfs: optimize variables size in btrfs_submit_compressed_read by Anand Jain · 3 years, 7 months ago
  32. 1d08ce58 btrfs: reduce the variable size to fit nr_pages by Anand Jain · 3 years, 7 months ago
  33. 282ab3f btrfs: reduce compressed_bio members' types by David Sterba · 5 years ago
  34. e7ff9e6 btrfs: zoned: factor out zoned device lookup by Johannes Thumshirn · 3 years, 7 months ago
  35. fd2ff27 Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  36. 4c80a97 btrfs: fix compressed writes that cross stripe boundary by Qu Wenruo · 3 years, 7 months ago
  37. 45af60e Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  38. 764c7c9 btrfs: zoned: fix parallel compressed writes by Johannes Thumshirn · 3 years, 7 months ago
  39. d048b9c btrfs: use memzero_page() instead of open coded kmap pattern by Ira Weiny · 3 years, 8 months ago
  40. 1d8ba9e btrfs: handle remount to no compress during compression by Qu Wenruo · 4 years, 5 months ago
  41. 58c1a35 btrfs: convert kmap to kmap_local_page, simple cases by Ira Weiny · 3 years, 10 months ago
  42. 7a7fd0d Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
  43. 3590ec5 btrfs: use memcpy_[to|from]_page() and kmap_local_page() by Ira Weiny · 3 years, 11 months ago
  44. 04d4ba4c btrfs: make check_compressed_csum() to be subpage compatible by Qu Wenruo · 3 years, 11 months ago
  45. be6a136 btrfs: make btrfs_submit_compressed_read() subpage compatible by Qu Wenruo · 3 years, 11 months ago
  46. 32443de btrfs: introduce btrfs_subpage for data inodes by Qu Wenruo · 4 years ago
  47. 6275193 btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs by Qu Wenruo · 4 years, 1 month ago
  48. 1201b58 btrfs: drop casts of bio bi_sector by David Sterba · 4 years, 1 month ago
  49. 713cebf btrfs: remove unnecessary local variables for checksum size by David Sterba · 4 years, 6 months ago
  50. 223486c btrfs: switch cached fs_info::csum_size from u16 to u32 by David Sterba · 4 years, 6 months ago
  51. 55fc29b btrfs: use cached value of fs_info::csum_size everywhere by David Sterba · 4 years, 6 months ago
  52. 42437a6 btrfs: introduce mount option rescue=ignorebadroots by Josef Bacik · 4 years, 2 months ago
  53. 334c16d btrfs: push the NODATASUM check into btrfs_lookup_bio_sums by Josef Bacik · 4 years, 2 months ago
  54. cb4c919 btrfs: compression: move declarations to header by David Sterba · 4 years, 4 months ago
  55. 93c4c03 btrfs: remove fail label in check_compressed_csum by Nikolay Borisov · 4 years, 6 months ago
  56. 5a9472f btrfs: increment corrupt device counter during compressed read by Nikolay Borisov · 4 years, 6 months ago
  57. 26056eab btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_read by Nikolay Borisov · 4 years, 6 months ago
  58. c7ee181 btrfs: make btrfs_submit_compressed_write take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  59. bd242a0 btrfs: make btrfs_csum_one_bio takae btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  60. adbab64 btrfs: unexport btrfs_compress_set_level() by Anand Jain · 4 years, 8 months ago
  61. fd08001 btrfs: use crypto_shash_digest() instead of open coding by Eric Biggers · 4 years, 8 months ago
  62. 3fd396a btrfs: use larger zlib buffer for s390 hardware compression by Mikhail Zaslonko · 5 years ago
  63. db72e47 btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums() by Omar Sandoval · 5 years ago
  64. e62958f btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers by Omar Sandoval · 5 years ago
  65. 46bcff2b btrfs: fix compressed write bio blkcg attribution by Dennis Zhou · 5 years ago
  66. 7b62e66 btrfs: punt all bios created in btrfs_submit_compressed_write() by Dennis Zhou · 5 years ago
  67. 1a41802 btrfs: drop bio_set_dev where not needed by David Sterba · 5 years ago
  68. 0cf2521 btrfs: compression: remove ops pointer from workspace_manager by David Sterba · 5 years ago
  69. 1e00235 btrfs: compression: inline free_workspace by David Sterba · 5 years ago
  70. a3bbd2a btrfs: compression: pass type to btrfs_put_workspace by David Sterba · 5 years ago
  71. c778df1 btrfs: compression: inline alloc_workspace by David Sterba · 5 years ago
  72. 5907a9b btrfs: compression: pass type to btrfs_get_workspace by David Sterba · 5 years ago
  73. bd3a528 btrfs: compression: inline put_workspace by David Sterba · 5 years ago
  74. 6a0d127 btrfs: compression: inline get_workspace by David Sterba · 5 years ago
  75. d20f395 btrfs: compression: export alloc/free/get/put callbacks of all algos by David Sterba · 5 years ago
  76. 2510307 btrfs: compression: inline cleanup_workspace_manager by David Sterba · 5 years ago
  77. 2dba714 btrfs: compression: let workspace manager cleanup take only the type by David Sterba · 5 years ago
  78. d551703 btrfs: compression: inline init_workspace_manager by David Sterba · 5 years ago
  79. 975db48 btrfs: compression: let workspace manager init take only the type by David Sterba · 5 years ago
  80. be951045 btrfs: compression: attach workspace manager to the ops by David Sterba · 5 years ago
  81. 1e4eb74 btrfs: switch compression callbacks to direct calls by David Sterba · 5 years ago
  82. c4bf665 btrfs: export compression and decompression callbacks by David Sterba · 5 years ago
  83. ce96b7f btrfs: use better definition of number of compression type by Chengguang Xu · 5 years ago
  84. ec39f76 Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios by Chris Mason · 5 years ago
  85. 08635ba Btrfs: stop using btrfs_schedule_bio() by Chris Mason · 5 years ago
  86. 602cbe9 btrfs: move cond_wake_up functions out of ctree by David Sterba · 5 years ago
  87. b0c1fe1 btrfs: compression: replace set_level callbacks by a common helper by David Sterba · 5 years ago
  88. e749af44 btrfs: lift bio_set_dev from bio allocation helpers by David Sterba · 6 years ago
  89. aa53e3b btrfs: correctly validate compression type by Johannes Thumshirn · 6 years ago
  90. ea41d6b btrfs: remove assumption about csum type form btrfs_print_data_csum_error() by Johannes Thumshirn · 6 years ago
  91. d517857 btrfs: directly call into crypto framework for checksumming by Johannes Thumshirn · 6 years ago
  92. 10fe6ca btrfs: don't assume compressed_bio sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  93. 1e25a2e btrfs: don't assume ordered sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  94. f49aa1d Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  95. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  96. 2b90883 btrfs: Check the compression level before getting a workspace by Johnny Chang · 6 years ago
  97. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  98. 6a8d213 btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage_endio_finish_ordered by Nikolay Borisov · 6 years ago
  99. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  100. d0ab62c btrfs: change set_level() to bound the level passed in by Dennis Zhou · 6 years ago