1. 813ebc1 btrfs: check-integrity: stop storing the block device name in btrfsic_dev_state by Christoph Hellwig · 3 years, 3 months ago
  2. c3a3b19 btrfs: rename struct btrfs_io_bio to btrfs_bio by Qu Wenruo · 3 years, 4 months ago
  3. 4c66461 btrfs: rename btrfs_bio to btrfs_io_context by Qu Wenruo · 3 years, 4 months ago
  4. 5da3847 btrfs: check-integrity: drop kmap/kunmap for block pages by David Sterba · 3 years, 7 months ago
  5. 4a9531c btrfs: check-integrity: drop unnecessary function prototypes by Anand Jain · 3 years, 6 months ago
  6. 9a002d5 btrfs: integrity-checker: convert block context kmap's to kmap_local_page by Ira Weiny · 4 years ago
  7. 3e037ef btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bio by Ira Weiny · 4 years ago
  8. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  9. 1201b58 btrfs: drop casts of bio bi_sector by David Sterba · 4 years, 2 months ago
  10. 419b791 btrfs: check integrity: remove local copy of csum_size by David Sterba · 4 years, 7 months ago
  11. 55fc29b btrfs: use cached value of fs_info::csum_size everywhere by David Sterba · 4 years, 7 months ago
  12. 3b5418f btrfs: check-integrity: use proper helper to access btrfs_header by David Sterba · 4 years, 4 months ago
  13. ab48300 btrfs: check-integrity: remove unnecessary failure messages during memory allocation by Liao Pingfang · 4 years, 7 months ago
  14. 9da2b24 btrfs: remove buffer_heads form super block mirror integrity checking by Johannes Thumshirn · 5 years ago
  15. 59aaad5 btrfs: remove buffer_heads from btrfsic_process_written_block() by Johannes Thumshirn · 5 years ago
  16. 61ecc5f btrfs: remove btrfsic_submit_bh() by Johannes Thumshirn · 5 years ago
  17. 1296995 btrfs: remove superfluous BUG_ON() in integrity checks by Johannes Thumshirn · 5 years ago
  18. 3dbd351 btrfs: fix possible NULL-pointer dereference in integrity checks by Johannes Thumshirn · 5 years ago
  19. 8ddc319 btrfs: reduce stack usage for btrfsic_process_written_block by Arnd Bergmann · 6 years ago
  20. d517857 btrfs: directly call into crypto framework for checksumming by Johannes Thumshirn · 6 years ago
  21. 5852c8b btrfs: use btrfs_csum_data() instead of directly calling crc32c by Johannes Thumshirn · 6 years ago
  22. 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
  23. fdb1e12 btrfs: use PAGE_ALIGNED instead of open-coding it by Johannes Thumshirn · 6 years ago
  24. 7073017 btrfs: use offset_in_page instead of open-coding it by Johannes Thumshirn · 6 years ago
  25. de37aa5 btrfs: Remove fsid/metadata_fsid fields from btrfs_info by Nikolay Borisov · 6 years ago
  26. 3b2fd80 Btrfs: use args in the correct order for kcalloc in btrfsic_read_block by Liu Bo · 6 years ago
  27. ebcc326 btrfs: open-code bio_set_op_attrs by David Sterba · 7 years ago
  28. 9912bbf btrfs: check-integrity: Fix NULL pointer dereference for degraded mount by Qu Wenruo · 7 years ago
  29. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  30. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  31. 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 7 years ago
  32. d28e649 btrfs: Fix bug for misused dev_t when lookup in dev state hash table. by Gu JinXiang · 7 years ago
  33. 859a58a btrfs: Use bd_dev to generate index when dev_state_hashtable add items. by Gu JinXiang · 7 years ago
  34. 3afb0c5 btrfs: return -ENOMEM on allocation failure in btrfsic by Allen Pais · 7 years ago
  35. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  36. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  37. f8f84b2 btrfs: index check-integrity state hash by a dev_t by Christoph Hellwig · 7 years ago
  38. 44880fd btrfs: use appropriate define for the fsid by Anand Jain · 7 years ago
  39. 9f6d251 btrfs: use named constant for bdev blocksize by David Sterba · 8 years ago
  40. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  41. c5e4c3d btrfs: sink gfp parameter to btrfs_io_bio_alloc by David Sterba · 8 years ago
  42. e4f5690 btrfs: btrfs_io_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  43. 818e010 btrfs: replace opencoded kvzalloc with the helper by David Sterba · 8 years ago
  44. 11b5616 Btrfs: check-integrity use bvec_iter by Liu Bo · 8 years ago
  45. 977ec79 btrfs: kmap() can't fail by Fabian Frederick · 8 years ago
  46. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  47. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  48. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  49. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  50. fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 9 years ago
  51. de14379 btrfs: struct btrfsic_state->root should be an fs_info by Jeff Mahoney · 9 years ago
  52. 1621f8f btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio by Christoph Hellwig · 8 years ago
  53. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  54. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  55. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  56. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  57. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  58. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  59. 16ff4b4 btrfs: Use correct format specifier by Heinrich Schuchardt · 9 years ago
  60. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  61. 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 9 years ago
  62. 37226b2 btrfs: use bio op accessors by Mike Christie · 9 years ago
  63. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  64. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  65. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  66. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  67. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  68. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  69. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
  70. 02def69 btrfs: use kbasename in btrfsic_mount by Rasmus Villemoes · 9 years ago
  71. b69f2be btrfs: use list_for_each_entry* in check-integrity.c by Geliang Tang · 9 years ago
  72. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  73. 0b8d8ce btrfs: check-integrity: Fix returned errno codes by Luis de Bethencourt · 9 years ago
  74. ecaeb14 btrfs: switch message printers to _in_rcu variants by David Sterba · 9 years ago
  75. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  76. 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
  77. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 10 years ago
  78. f749303 Btrfs: switch to kvfree() helper by Wang Shilong · 10 years ago
  79. 8f608de6 Btrfs: include vmalloc.h in check-integrity.c by Chris Mason · 10 years ago
  80. cf90c59 Btrfs: check-int: don't complain about balanced blocks by Stefan Behrens · 10 years ago
  81. f382e46 Btrfs: check_int: use the known block location by Stefan Behrens · 10 years ago
  82. 6b3a4d6 Btrfs: fix allocationg memory failure for btrfsic_state structure by Shilong Wang · 10 years ago
  83. 935e5cc Btrfs: fix wrong disk size when writing super blocks by Miao Xie · 10 years ago
  84. ed6078f btrfs: use DIV_ROUND_UP instead of open-coded variants by David Sterba · 11 years ago
  85. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 11 years ago
  86. 98806b4 btrfs: check_int: propagate out-of-memory error upwards by Stefan Behrens · 11 years ago
  87. 878a876 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  88. 0b947af Btrfs: use btrfs_crc32c everywhere instead of libcrc32c by Filipe David Borba Manana · 11 years ago
  89. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  90. e20d6c5 Btrfs: fix check-integrity to look at the referenced data properly by Josef Bacik · 11 years ago
  91. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  92. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  93. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  94. 33879d4 block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  95. 56d140f Btrfs: print bytenr instead of page pointer in check-int by Stefan Behrens · 11 years ago
  96. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  97. 301993a Btrfs: check_int, remove warning for mixed-mode by Stefan Behrens · 11 years ago
  98. a5f519c Btrfs: fix check_int 'leaf item out of bounce' regression by Stefan Behrens · 11 years ago
  99. 8d78eb1 Btrfs: Use %z to format size_t by Geert Uytterhoeven · 11 years ago
  100. fce2936 Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=y by Geert Uytterhoeven · 11 years ago