1. fc28b25 btrfs: stop accessing ->csum_root directly by Josef Bacik · 3 years, 2 months 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. 84d2d6c btrfs: fix csum assert to check objectid of the root by Josef Bacik · 3 years, 2 months ago
  4. 3212fa1 btrfs: drop the _nr from the item helpers by Josef Bacik · 3 years, 2 months ago
  5. 3dcfbcc btrfs: use bvec_kmap_local in btrfs_csum_one_bio by Christoph Hellwig · 3 years, 3 months ago
  6. c3a3b19 btrfs: rename struct btrfs_io_bio to btrfs_bio by Qu Wenruo · 3 years, 3 months ago
  7. bbc9a6e btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling by Qu Wenruo · 3 years, 4 months ago
  8. f8ee80d btrfs: remove unneeded return variable in btrfs_lookup_file_extent by Marcos Paulo de Souza · 3 years, 5 months ago
  9. 1a9fd41 btrfs: fix typos in comments by David Sterba · 3 years, 7 months ago
  10. ea7036d btrfs: fix fsync failure and transaction abort after writes to prealloc extents by Filipe Manana · 3 years, 7 months ago
  11. b86652b btrfs: fix error handling in btrfs_del_csums by Josef Bacik · 3 years, 7 months ago
  12. cea6280 btrfs: remove duplicated in_range() macro by Johannes Thumshirn · 3 years, 10 months ago
  13. ca4207a btrfs: fix function description formats in file-item.c by Nikolay Borisov · 4 years ago
  14. 9a66497 btrfs: correctly calculate item size used when item key collision happens by ethanwu · 4 years, 1 month ago
  15. 6275193 btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs by Qu Wenruo · 4 years, 1 month ago
  16. 9e46458 btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums by Qu Wenruo · 4 years, 1 month ago
  17. 1201b58 btrfs: drop casts of bio bi_sector by David Sterba · 4 years, 1 month ago
  18. 35478d0 btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sums by Qu Wenruo · 4 years, 1 month ago
  19. 76aea53 btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode by Nikolay Borisov · 4 years, 2 months ago
  20. b9729ce btrfs: locking: rip out path->leave_spinning by Josef Bacik · 4 years, 4 months ago
  21. 713cebf btrfs: remove unnecessary local variables for checksum size by David Sterba · 4 years, 6 months ago
  22. 223486c btrfs: switch cached fs_info::csum_size from u16 to u32 by David Sterba · 4 years, 6 months ago
  23. 55fc29b btrfs: use cached value of fs_info::csum_size everywhere by David Sterba · 4 years, 6 months ago
  24. 265fdfa btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits by David Sterba · 4 years, 6 months ago
  25. ab108d9 btrfs: use precalculated sectorsize_bits from fs_info by David Sterba · 4 years, 6 months ago
  26. 42437a6 btrfs: introduce mount option rescue=ignorebadroots by Josef Bacik · 4 years, 2 months ago
  27. 334c16d btrfs: push the NODATASUM check into btrfs_lookup_bio_sums by Josef Bacik · 4 years, 2 months ago
  28. 3c5641a btrfs: make btrfs_find_ordered_sum take btrfs_inode by Nikolay Borisov · 4 years, 4 months ago
  29. bd242a0 btrfs: make btrfs_csum_one_bio takae btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  30. c350437 btrfs: make btrfs_lookup_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  31. 918cdf4 btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks() by Filipe Manana · 4 years, 7 months ago
  32. 7e4a3f7 btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums by Filipe Manana · 4 years, 7 months ago
  33. cc14600 btrfs: make checksum item extension more efficient by Filipe Manana · 4 years, 7 months ago
  34. fd08001 btrfs: use crypto_shash_digest() instead of open coding by Eric Biggers · 4 years, 8 months ago
  35. fb30f47 btrfs: clarify btrfs_lookup_bio_sums documentation by Omar Sandoval · 4 years, 8 months ago
  36. a5eeb3d btrfs: add helper to get the end offset of a file extent item by Filipe Manana · 4 years, 10 months ago
  37. 41a2ee7 btrfs: introduce per-inode file extent tree by Josef Bacik · 5 years ago
  38. 4babad1 btrfs: safely advance counter when looking up bio csums by David Sterba · 5 years ago
  39. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  40. db72e47 btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums() by Omar Sandoval · 5 years ago
  41. e62958f btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers by Omar Sandoval · 5 years ago
  42. 40e046a Btrfs: fix missing data checksums after replaying a log tree by Filipe Manana · 5 years ago
  43. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  44. d517857 btrfs: directly call into crypto framework for checksumming by Johannes Thumshirn · 6 years ago
  45. 10fe6ca btrfs: don't assume compressed_bio sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  46. 1e25a2e btrfs: don't assume ordered sums to be 4 bytes by Johannes Thumshirn · 6 years ago
  47. 51d470a btrfs: Document btrfs_csum_one_bio by Nikolay Borisov · 6 years ago
  48. c71dd88 btrfs: remove unused parameter fs_info from btrfs_extend_item by David Sterba · 6 years ago
  49. 78ac4f9 btrfs: remove unused parameter fs_info from btrfs_truncate_item by David Sterba · 6 years ago
  50. f975626 btrfs: Remove redundant inode argument from btrfs_add_ordered_sum by Nikolay Borisov · 6 years ago
  51. e902baa btrfs: get fs_info from eb in btrfs_leaf_free_space by David Sterba · 6 years ago
  52. 443c8e2 btrfs: reduce kmap_atomic time for checksumming by Johannes Thumshirn · 6 years ago
  53. a3d46ae btrfs: Switch memory allocations in async csum calculation path to kvmalloc by Nikolay Borisov · 6 years ago
  54. b3a0dd5 btrfs: replace btrfs_io_bio::end_io with a simple helper by David Sterba · 6 years ago
  55. 31feccc btrfs: remove redundant csum buffer in btrfs_io_bio by David Sterba · 6 years ago
  56. 3ffbd68 btrfs: simplify pointer chasing of local fs_info variables by David Sterba · 7 years ago
  57. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 7 years ago
  58. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  59. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  60. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 8 years ago
  61. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  62. e9f467d Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 8 years ago
  63. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 8 years ago
  64. 70ddc55 btrfs: make btrfs_is_free_space_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  65. 6f54621 Btrfs: bulk delete checksum items in the same leaf by Filipe Manana · 8 years ago
  66. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  67. 50d0446 Btrfs: code cleanup min/max -> min_t/max_t by Seraphime Kirkovski · 8 years ago
  68. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  69. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  70. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  71. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
  72. 4989d27 btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_all by Christoph Hellwig · 8 years ago
  73. 6cd7ce4 btrfs: don't access the bio directly in btrfs_csum_one_bio by Christoph Hellwig · 8 years ago
  74. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  75. 42049bf Btrfs: fix __MAX_CSUM_ITEMS by Chris Mason · 8 years ago
  76. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 9 years ago
  77. 14a1e06 btrfs: introduce BTRFS_MAX_ITEM_SIZE by Jeff Mahoney · 9 years ago
  78. aee133a btrfs: Ratelimit "no csum found" info message by Nikolay Borisov · 8 years ago
  79. ceeb0ae btrfs: sink gfp parameter to set_extent_bits by David Sterba · 9 years ago
  80. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  81. 389f239 btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sums by Chris Mason · 9 years ago
  82. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
  83. c40a3d3 Btrfs: Compute and look up csums based on sectorsized blocks by Chandan Rajendra · 9 years ago
  84. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  85. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
  86. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 10 years ago
  87. b7a0365 Btrfs: ctree: reduce args where only fs_info used by Daniel Dressler · 10 years ago
  88. 6e5aafb Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup by Chris Mason · 10 years ago
  89. 23ea8e5 Btrfs: load checksum data once when submitting a direct read io by Miao Xie · 10 years ago
  90. d1b00a4 btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simplicity by Satoru Takeuchi · 10 years ago
  91. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 11 years ago
  92. 27b9a81 Btrfs: fix csum tree corruption, duplicate and outdated checksums by Filipe Manana · 10 years ago
  93. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 11 years ago
  94. 35045bf Btrfs: don't access non-existent key when csum tree is empty by Filipe Manana · 11 years ago
  95. d2cbf2a Btrfs: do not increment on bio_index one by one by Liu Bo · 11 years ago
  96. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  97. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  98. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  99. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  100. 4277a9c Btrfs: add an assert to btrfs_lookup_csums_range for alignment by Josef Bacik · 11 years ago