1. d8fe29e Btrfs: don't drop path when printing out tree errors in scrub by Josef Bacik · 11 years ago
  2. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 11 years ago
  3. 87533c4 Btrfs: use bit operation for ->fs_state by Miao Xie · 12 years ago
  4. 6f1c360 Btrfs: fix race between snapshot deletion and getting inode by Liu Bo · 12 years ago
  5. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  6. 4ded4f6 Btrfs: fix BUG() in scrub when first superblock reading gives EIO by Stefan Behrens · 12 years ago
  7. af1be4f Btrfs: fix a scrub regression in case of write errors by Stefan Behrens · 12 years ago
  8. 29a8d9a Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() by Stefan Behrens · 12 years ago
  9. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  10. ff023aa Btrfs: add code to scrub to copy read data to another disk by Stefan Behrens · 12 years ago
  11. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  12. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  13. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  14. b6bfebc Btrfs: cleanup scrub bio and worker wait code by Stefan Behrens · 12 years ago
  15. 34f5c8e Btrfs: in scrub repair code, simplify alloc error handling by Stefan Behrens · 12 years ago
  16. cb2ced7 Btrfs: in scrub repair code, optimize the reading of mirrors by Stefan Behrens · 12 years ago
  17. 7a9e998 Btrfs: make the scrub page array dynamically allocated by Stefan Behrens · 12 years ago
  18. a36cf8b Btrfs: remove the block device pointer from the scrub context struct by Stefan Behrens · 12 years ago
  19. d9d181c Btrfs: rename the scrub context structure by Stefan Behrens · 12 years ago
  20. be3940c btrfs: Kill some bi_idx references by Kent Overstreet · 12 years ago
  21. 69917e4 Btrfs: fix a bug in parsing return value in logical resolve by Liu Bo · 12 years ago
  22. cf93dcc Btrfs: fix possible memory leak in scrub_setup_recheck_block() by Wei Yongjun · 12 years ago
  23. 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 12 years ago
  24. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 12 years ago
  25. 271fd5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  26. ea9947b Btrfs: fix crash in scrub repair code when device is missing by Stefan Behrens · 12 years ago
  27. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  28. 5c84fc3 Btrfs: don't count CRC or header errors twice while scrubbing by Stefan Behrens · 12 years ago
  29. 659e45d Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  30. e627ee7 Btrfs: check return value of bio_alloc() properly by Tsutomu Itoh · 12 years ago
  31. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  32. 98961a7 Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  33. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  34. b5d67f6 Btrfs: change scrub to support big blocks by Stefan Behrens · 12 years ago
  35. 1623ede Btrfs: minor cleanup in scrub by Stefan Behrens · 12 years ago
  36. 7a3ae2f Btrfs: fix regression in scrub path resolving by Jan Schmidt · 12 years ago
  37. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  38. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 12 years ago
  39. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  40. 7ac687d btrfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  41. 859acaf btrfs: don't check DUP chunks twice by Arne Jansen · 13 years ago
  42. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 13 years ago
  43. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  44. 4692cf5 Btrfs: new backref walking code by Jan Schmidt · 13 years ago
  45. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  46. 0dc3b84 Btrfs: fix num_workers_starting bug and other bugs in async thread by Josef Bacik · 13 years ago
  47. 26bdef5 btrfs scrub: handle -ENOMEM from init_ipath() by Dan Carpenter · 13 years ago
  48. 745c4d8 btrfs: Fix up 32/64-bit compatibility for new ioctls by Jeff Mahoney · 13 years ago
  49. 69f4cb5 Btrfs: handle bio_add_page failure gracefully in scrub by Arne Jansen · 13 years ago
  50. 56d2a48 Btrfs: fix a potential btrfs_bio leak on scrub fixups by Ilya Dryomov · 13 years ago
  51. 740c3d2 Btrfs: fix the new inspection ioctls for 32 bit compat by Chris Mason · 13 years ago
  52. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  53. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  54. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  55. 7a26285 btrfs: use readahead API for scrub by Arne Jansen · 13 years ago
  56. 5da6fcb btrfs: integrating raid-repair and scrub-fixup-nodatasum by Jan Schmidt · 13 years ago
  57. a1d3c47 btrfs: btrfs_multi_bio replaced with btrfs_bio by Jan Schmidt · 13 years ago
  58. 0ef8e45 btrfs scrub: add fixup code for errors on nodatasum files by Jan Schmidt · 13 years ago
  59. e12fa9c btrfs scrub: use int for mirror_num, not u64 by Jan Schmidt · 13 years ago
  60. 193ea74 btrfs scrub: bugfix: mirror_num off by one by Jan Schmidt · 13 years ago
  61. 558540c btrfs scrub: print paths of corrupted files by Jan Schmidt · 13 years ago
  62. 13db62b btrfs scrub: added unverified_errors by Jan Schmidt · 13 years ago
  63. 6eef312 btrfs: remove unneeded includes from scrub.c by Arne Jansen · 13 years ago
  64. 632dd77 btrfs: reinitialize scrub workers by Arne Jansen · 13 years ago
  65. 8c51032 btrfs: scrub: errors in tree enumeration by Arne Jansen · 13 years ago
  66. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  67. e7786c3 btrfs: scrub: add explicit plugging by Arne Jansen · 13 years ago
  68. 1bc8779 btrfs: scrub: don't reuse bios and pages by Arne Jansen · 13 years ago
  69. 00d01bc btrfs scrub: don't coalesce pages that are logically discontiguous by Arne Jansen · 13 years ago
  70. 7126733 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  71. 8628764 btrfs: add readonly flag by Arne Jansen · 13 years ago
  72. 96e3692 btrfs scrub: make fixups sync by Ilya Dryomov · 13 years ago
  73. a2de733 btrfs: scrub by Arne Jansen · 13 years ago