1. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
  2. e5987e1 btrfs: remove unused parameters from scrub_setup_wr_ctx by David Sterba · 8 years ago
  3. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  4. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  5. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  6. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  7. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  8. fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 9 years ago
  9. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  10. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  11. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  12. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  13. cb00109 btrfs: plumb fs_info into btrfs_work by Jeff Mahoney · 9 years ago
  14. 751bebb Btrfs: subpage-blocksize: Rate limit scrub error message by Chandan Rajendra · 8 years ago
  15. 37226b2 btrfs: use bio op accessors by Mike Christie · 9 years ago
  16. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  17. 1a1a8b7 Btrfs: fix race setting block group back to RW mode during device replace by Filipe Manana · 9 years ago
  18. 81e87a7 Btrfs: fix unprotected assignment of the left cursor for device replace by Filipe Manana · 9 years ago
  19. f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 9 years ago
  20. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  21. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  22. f1fee65 btrfs: scrub: Set bbio to NULL before calling btrfs_map_block by Zhao Lei · 9 years ago
  23. 4673272 btrfs: fix memory leak during RAID 5/6 device replacement by Scott Talbert · 9 years ago
  24. 2473114 btrfs: Fix BUG_ON condition in scrub_setup_recheck_block() by Ashish Samant · 9 years ago
  25. 3d8da67 Btrfs: fix divide error upon chunk's stripe_len by Liu Bo · 9 years ago
  26. e6c11f9 btrfs: reuse existing variable in scrub_stripe, reduce stack usage by David Sterba · 9 years ago
  27. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 9 years ago
  28. ceeb0ae btrfs: sink gfp parameter to set_extent_bits by David Sterba · 9 years ago
  29. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  30. 07c9a8e btrfs: scrub: silence an uninitialized variable warning by Dan Carpenter · 9 years ago
  31. 675d276 Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6 by David Sterba · 9 years ago
  32. 73beece Btrfs: fix lockdep deadlock warning due to dev_replace by Liu Bo · 9 years ago
  33. 58c4e17 btrfs: scrub: use GFP_KERNEL on the submission path by David Sterba · 9 years ago
  34. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  35. bfca9a6 btrfs: Fix calculation of rbio->dbitmap's size calculation by Zhao Lei · 10 years ago
  36. acc3085 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  37. 95617d6 btrfs: cleanup, stop casting for extent_map->lookup everywhere by Jeff Mahoney · 10 years ago
  38. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  39. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  40. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  41. 7928d67 btrfs: cleanup, remove stray return statements by David Sterba · 9 years ago
  42. 0de270f btrfs: drop duplicate prefix from scrub workqueues by David Sterba · 9 years ago
  43. bb9d687 Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  44. ff13db4 btrfs: drop unused parameter from lock_extent_bits by David Sterba · 9 years ago
  45. 758f2df Btrfs: fix scrub preventing unused block groups from being deleted by Filipe Manana · 9 years ago
  46. 020d5b7 Btrfs: fix race between scrub and block group deletion by Filipe Manana · 9 years ago
  47. 76a8efa btrfs: Continue replace when set_block_ro failed by Zhaolei · 9 years ago
  48. 3b5753e btrfs: Remove len argument from scrub_find_csum by Zhao Lei · 9 years ago
  49. affe4a5 btrfs: Reduce unnecessary arguments in scrub_recheck_block by Zhao Lei · 9 years ago
  50. ba7cf98 btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_recheck_block_checksum by Zhao Lei · 9 years ago
  51. 772d233 btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksum by Zhao Lei · 9 years ago
  52. 4734b7e btrfs: scrub: setup all fields for sblock_to_check by Zhao Lei · 9 years ago
  53. 9799d2c btrfs: scrub: set error stats when tree block spanning stripes by Zhao Lei · 9 years ago
  54. 9464732 btrfs: switch message printers to ratelimited variants by David Sterba · 9 years ago
  55. b14af3b btrfs: switch message printers to ratelimited _in_rcu variants by David Sterba · 9 years ago
  56. ecaeb14 btrfs: switch message printers to _in_rcu variants by David Sterba · 9 years ago
  57. e91eb62 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  58. 2236597 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  59. 8c204c9 btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunks and scrub_chunk by Zhao Lei · 9 years ago
  60. 7955323 btrfs: Update out-of-date "skip parity stripe" comment by Zhao Lei · 9 years ago
  61. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 10 years ago
  62. 4a77089 Btrfs: fix parity scrub of RAID 5/6 with missing device by Omar Sandoval · 10 years ago
  63. 73ff61d Btrfs: fix device replace of a missing RAID 5/6 device by Omar Sandoval · 10 years ago
  64. b4ee178 Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operation by Omar Sandoval · 10 years ago
  65. 03679ad Btrfs: remove misleading handling of missing device scrub by Omar Sandoval · 10 years ago
  66. 55e3a60 btrfs: Fix data checksum error cause by replace with io-load. by Zhaolei · 9 years ago
  67. b708ce9 btrfs: use scrub_pause_on/off() to reduce code in scrub_enumerate_chunks() by Zhaolei · 9 years ago
  68. 0e22be8 btrfs: Separate scrub_blocked_if_needed() to scrub_pause_on/off() by Zhaolei · 9 years ago
  69. d7cad23 btrfs: Bypass unrelated items before accessing its contents in scrub by Zhao Lei · 9 years ago
  70. fe8cf65 btrfs: Load only necessary csums into list in scrub by Zhao Lei · 9 years ago
  71. a0dd59d btrfs: Fix calculate typo caused by ambiguous meaning of logic_end by Zhao Lei · 9 years ago
  72. 6fa96d7 btrfs: Free checksum list on scrub_extent() fail by Zhao Lei · 9 years ago
  73. f2f66a2 btrfs: Check cancel and pause in interval of scrub operation by Zhao Lei · 9 years ago
  74. a323e81 btrfs: Fix scrub panic when leaf crosses stripes by Zhao Lei · 9 years ago
  75. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  76. e82afc5 btrfs: add error handling for scrub_workers_get() by Zhao Lei · 10 years ago
  77. 20b2e30 btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx() by Zhao Lei · 10 years ago
  78. 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
  79. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
  80. 9d644a6 btrfs: cleanup, use correct type in div_u64_rem by David Sterba · 10 years ago
  81. 47c5713 btrfs: replace remaining do_div calls with div_u64 variants by David Sterba · 10 years ago
  82. b8b93ad btrfs: cleanup 64bit/32bit divs, provably bounded values by David Sterba · 10 years ago
  83. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 10 years ago
  84. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  85. 6f01105 btrfs: use correct type for workqueue flags by David Sterba · 10 years ago
  86. f55985f Btrfs: scrub, fix sleep in atomic context by Filipe Manana · 10 years ago
  87. de554a4 Btrfs: fix scrub race leading to use-after-free by Filipe Manana · 10 years ago
  88. 063c54d btrfs: fix raid56 scrub failed in xfstests btrfs/072 by Gui Hecheng · 10 years ago
  89. 5701934 Rename all ref_count to refs in struct by Zhao Lei · 10 years ago
  90. ffe2d20 Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply by Zhao Lei · 10 years ago
  91. 10f1190 Btrfs: Include map_type in raid_bio by Zhao Lei · 10 years ago
  92. be50a8d Btrfs: Simplify scrub_setup_recheck_block()'s argument by Zhao Lei · 10 years ago
  93. b968fed Btrfs: Combine per-page recover in dev-replace and scrub by Zhao Lei · 10 years ago
  94. 8d6738c Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub_handle_errored_block() by Zhao Lei · 10 years ago
  95. dc5f7a3 Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block() by Zhao Lei · 10 years ago
  96. 114ab50 Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace by Zhao Lei · 10 years ago
  97. b25c94c Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON() by Zhao Lei · 10 years ago
  98. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  99. 8e5cfb5 Btrfs: Make raid_map array be inlined in btrfs_bio structure by Zhao Lei · 10 years ago
  100. e34c330 Btrfs: fix a out-of-bound access of raid_map by Zhao Lei · 10 years ago