1. 733f4fb Btrfs: read device stats on mount, write modified ones during commit by Stefan Behrens · 12 years ago
  2. c11d2c2 Btrfs: add ioctl to get and reset the device stats by Stefan Behrens · 12 years ago
  3. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 12 years ago
  4. f8c5d0b Btrfs: fix wrong error returned by adding a device by Liu Bo · 12 years ago
  5. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 12 years ago
  6. 48d2823 fs/btrfs/volumes.c: add missing free_fs_devices by Julia Lawall · 12 years ago
  7. 37db63a Btrfs: fix max chunk size check in chunk allocator by Ilya Dryomov · 12 years ago
  8. b89203f Btrfs: fix eof while discarding extents by Liu Bo · 12 years ago
  9. 3c4bb26 Btrfs: flush out and clean up any block device pages during mount by Chris Mason · 12 years ago
  10. 1c691b3 Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  11. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  12. 213e64d Btrfs: fix infinite loop in btrfs_shrink_device() by Ilya Dryomov · 12 years ago
  13. e4837f8 Btrfs: allow dup for data chunks in mixed mode by Ilya Dryomov · 12 years ago
  14. 6728b19 Btrfs: validate target profiles only if we are going to use them by Ilya Dryomov · 12 years ago
  15. 0c460c0 Btrfs: move alloc_profile_is_valid() to volumes.c by Ilya Dryomov · 12 years ago
  16. e8920a6 Btrfs: make profile_is_valid() check more strict by Ilya Dryomov · 12 years ago
  17. 899c81e Btrfs: add wrappers for working with alloc profiles by Ilya Dryomov · 12 years ago
  18. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  19. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  20. 3acd395 btrfs: Remove BUG_ON from __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  21. 1dd4602 btrfs: Remove BUG_ON from __btrfs_alloc_chunk() by Mark Fasheh · 13 years ago
  22. 2cdcecb btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent() by Mark Fasheh · 13 years ago
  23. 4ed1d16 btrfs: Don't BUG_ON errors in __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  24. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  25. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  26. a6b0d5c Btrfs: make sure we update latest_bdev by Chris Mason · 12 years ago
  27. 285190d Btrfs: check return value of lookup_extent_mapping() correctly by Tsutomu Itoh · 12 years ago
  28. 8a33442 btrfs: silence warning in raid array setup by David Sterba · 13 years ago
  29. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  30. 96bdc7d Btrfs: use larger system chunks by Chris Mason · 12 years ago
  31. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 12 years ago
  32. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 12 years ago
  33. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 12 years ago
  34. 19a39dc Btrfs: add balance progress reporting by Ilya Dryomov · 12 years ago
  35. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 12 years ago
  36. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 12 years ago
  37. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 12 years ago
  38. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 12 years ago
  39. 0940ebf Btrfs: save balance parameters to disk by Ilya Dryomov · 12 years ago
  40. cfa4c96 Btrfs: soft profile changing mode (aka soft convert) by Ilya Dryomov · 12 years ago
  41. e4d8ec0 Btrfs: implement online profile changing by Ilya Dryomov · 12 years ago
  42. ea67176 Btrfs: virtual address space subset filter by Ilya Dryomov · 12 years ago
  43. 94e60d5 Btrfs: devid subset filter by Ilya Dryomov · 12 years ago
  44. 409d404 Btrfs: devid filter by Ilya Dryomov · 12 years ago
  45. 5ce5b3c Btrfs: usage filter by Ilya Dryomov · 12 years ago
  46. ed25e9b Btrfs: profiles filter by Ilya Dryomov · 12 years ago
  47. f43ffb6 Btrfs: add basic infrastructure for selective balancing by Ilya Dryomov · 12 years ago
  48. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 12 years ago
  49. 52ba692 Btrfs: introduce masks for chunk type and profile by Ilya Dryomov · 12 years ago
  50. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 12 years ago
  51. b367e47 Btrfs: fix possible deadlock when opening a seed device by Li Zefan · 13 years ago
  52. ec9ef7a Btrfs: simplfy calculation of stripe length for discard operation by Li Zefan · 13 years ago
  53. de11cc1 Btrfs: don't pre-allocate btrfs bio by Li Zefan · 13 years ago
  54. 125ccb0 Btrfs: don't pass a trans handle unnecessarily in volumes.c by Li Zefan · 13 years ago
  55. 10f6327 btrfs: fix a deadlock in btrfs_scan_one_device() by Al Viro · 13 years ago
  56. 1100373 Btrfs: use bigger metadata chunks on bigger filesystems by Chris Mason · 13 years ago
  57. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  58. d85c8a6f Btrfs: unplug every once and a while by Chris Mason · 13 years ago
  59. 5dbc8fc Btrfs: fix btrfs_end_bio to deal with write errors to a single mirror by Chris Mason · 13 years ago
  60. a5d1633 Btrfs: check if the to-be-added device is writable by Li Zefan · 13 years ago
  61. 924cd8f Btrfs: fix nocow when deleting the item by Miao Xie · 13 years ago
  62. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  63. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  64. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  65. 20bcd64 Btrfs: close all bdevs on mount failure by Ilya Dryomov · 13 years ago
  66. 2bf6475 Btrfs: allow us to overcommit our enospc reservations by Josef Bacik · 13 years ago
  67. 90519d6 btrfs: state information for readahead by Arne Jansen · 13 years ago
  68. 2774b2c btrfs: Put mirror_num in bi_bdev by Jan Schmidt · 13 years ago
  69. a1d3c47 btrfs: btrfs_multi_bio replaced with btrfs_bio by Jan Schmidt · 13 years ago
  70. 0e58885 Btrfs: fix uninitialized sync_pending by Miao Xie · 13 years ago
  71. 38c01b9 Btrfs: fix a bug of balance on full multi-disk partitions by liubo · 13 years ago
  72. d5e2003 Btrfs: detect wether a device supports discard by Josef Bacik · 13 years ago
  73. 2ab1ba6 Btrfs: force unplugs when switching from high to regular priority bios by Chris Mason · 13 years ago
  74. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  75. 85d4e46 Btrfs: make a lockdep class for each root by Chris Mason · 13 years ago
  76. 92b8e897 btrfs: Don't BUG_ON alloc_path errors in find_next_chunk by Mark Fasheh · 13 years ago
  77. 17e9f79 btrfs: Don't BUG_ON alloc_path errors in btrfs_balance() by Mark Fasheh · 13 years ago
  78. 508794e Btrfs: don't panic if we get an error while balancing V2 by Josef Bacik · 13 years ago
  79. 22b63a2 Btrfs - use %pU to print fsid by Ilya Dryomov · 13 years ago
  80. 5f3f302 btrfs: false BUG_ON when degraded by Arne Jansen · 13 years ago
  81. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  82. 1f78160 Btrfs: using rcu lock in the reader side of devices list by Xiao Guangrong · 13 years ago
  83. 4622470 Btrfs: drop unnecessary device lock by Xiao Guangrong · 13 years ago
  84. 0c1daee Btrfs: fix the race between remove dev and alloc chunk by Xiao Guangrong · 13 years ago
  85. c9513ed Btrfs: fix the race between reading and updating devices by Xiao Guangrong · 13 years ago
  86. 4f6c932 Btrfs: fix bh leak on __btrfs_open_devices path by Xiao Guangrong · 13 years ago
  87. 65a246c Btrfs: return error code to caller when btrfs_del_item fails by Tsutomu Itoh · 13 years ago
  88. b0b802d Btrfs: return error code to caller when btrfs_previous_item fails by Tsutomu Itoh · 13 years ago
  89. 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
  90. aa2dfb3 Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  91. 73c5de0 btrfs: quasi-round-robin for chunk allocation by Arne Jansen · 13 years ago
  92. a9c9bf6 btrfs: heed alloc_start by Arne Jansen · 13 years ago
  93. bcd5374 btrfs: move btrfs_cmp_device_free_bytes to super.c by Arne Jansen · 13 years ago
  94. a2de733 btrfs: scrub by Arne Jansen · 13 years ago
  95. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  96. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  97. 172ddd6 btrfs: drop gfp parameter from alloc_extent_map by David Sterba · 13 years ago
  98. a8067e0 btrfs: drop unused parameter from extent_map_tree_init by David Sterba · 13 years ago
  99. 211588a Btrfs: do some plugging in the submit_bio threads by Chris Mason · 13 years ago
  100. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago