1. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  2. e93c89c Btrfs: add new sources for device replace code by Stefan Behrens · 12 years ago
  3. 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
  4. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  5. 5ac00ad Btrfs: disallow mutually exclusive admin operations from user mode by Stefan Behrens · 12 years ago
  6. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  7. a8a6dab Btrfs: add btrfs_scratch_superblock() function by Stefan Behrens · 12 years ago
  8. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  9. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  10. 7ba15b7 Btrfs: add two more find_device() methods by Stefan Behrens · 12 years ago
  11. beaf8ab Btrfs: move some common code into a subfunction by Stefan Behrens · 12 years ago
  12. d25628b Btrfs: protect devices list with its mutex by Liu Bo · 12 years ago
  13. d03f918 Btrfs: Don't trust the superblock label and simply printk("%s") it by Stefan Behrens · 12 years ago
  14. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  15. d142324 Btrfs: Fix typo in fs/btrfs by Masanari Iida · 12 years ago
  16. 0253f40 Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() by jeff.liu · 12 years ago
  17. de1ee92 Btrfs: recheck bio against block device when we map the bio by Josef Bacik · 12 years ago
  18. 3fed40c Btrfs: cleanup duplicated division functions by Miao Xie · 12 years ago
  19. 671415b Btrfs: fix deadlock caused by the nested chunk allocation by Miao Xie · 12 years ago
  20. 5af3e8c Btrfs: make filesystem read-only when submitting barrier fails by Stefan Behrens · 12 years ago
  21. 4894066 btrfs: fix message printing by Daniel J Blueman · 13 years ago
  22. 005d642 btrfs: move transaction aborts to the point of failure by David Sterba · 12 years ago
  23. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  24. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  25. 66657b3 Btrfs: barrier before waitqueue_active by Josef Bacik · 12 years ago
  26. 99f5944 Btrfs: do not strdup non existent strings by Josef Bacik · 12 years ago
  27. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  28. a98cdb8 Btrfs: suppress printk() if all device I/O stats are zero by Stefan Behrens · 13 years ago
  29. 5021976 Btrfs: remove unwanted printk() for btrfs device I/O stats by Stefan Behrens · 13 years ago
  30. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 13 years ago
  31. b27f7c0 btrfs: join DEV_STATS ioctls to one by David Sterba · 13 years ago
  32. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 13 years ago
  33. 68310a5 Btrfs: restore restriper state on all mounts by Ilya Dryomov · 13 years ago
  34. 597a60f Btrfs: don't count I/O statistic read errors for missing devices by Stefan Behrens · 13 years ago
  35. 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 13 years ago
  36. 733f4fb Btrfs: read device stats on mount, write modified ones during commit by Stefan Behrens · 13 years ago
  37. c11d2c2 Btrfs: add ioctl to get and reset the device stats by Stefan Behrens · 13 years ago
  38. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 13 years ago
  39. f8c5d0b Btrfs: fix wrong error returned by adding a device by Liu Bo · 13 years ago
  40. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 13 years ago
  41. 48d2823 fs/btrfs/volumes.c: add missing free_fs_devices by Julia Lawall · 13 years ago
  42. 37db63a Btrfs: fix max chunk size check in chunk allocator by Ilya Dryomov · 13 years ago
  43. b89203f Btrfs: fix eof while discarding extents by Liu Bo · 13 years ago
  44. 3c4bb26 Btrfs: flush out and clean up any block device pages during mount by Chris Mason · 13 years ago
  45. 1c691b3 Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  46. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 13 years ago
  47. 213e64d Btrfs: fix infinite loop in btrfs_shrink_device() by Ilya Dryomov · 13 years ago
  48. e4837f8 Btrfs: allow dup for data chunks in mixed mode by Ilya Dryomov · 13 years ago
  49. 6728b19 Btrfs: validate target profiles only if we are going to use them by Ilya Dryomov · 13 years ago
  50. 0c460c0 Btrfs: move alloc_profile_is_valid() to volumes.c by Ilya Dryomov · 13 years ago
  51. e8920a6 Btrfs: make profile_is_valid() check more strict by Ilya Dryomov · 13 years ago
  52. 899c81e Btrfs: add wrappers for working with alloc profiles by Ilya Dryomov · 13 years ago
  53. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  54. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  55. 3acd395 btrfs: Remove BUG_ON from __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  56. 1dd4602 btrfs: Remove BUG_ON from __btrfs_alloc_chunk() by Mark Fasheh · 13 years ago
  57. 2cdcecb btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent() by Mark Fasheh · 13 years ago
  58. 4ed1d16 btrfs: Don't BUG_ON errors in __finish_chunk_alloc() by Mark Fasheh · 13 years ago
  59. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  60. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  61. a6b0d5c Btrfs: make sure we update latest_bdev by Chris Mason · 13 years ago
  62. 285190d Btrfs: check return value of lookup_extent_mapping() correctly by Tsutomu Itoh · 13 years ago
  63. 8a33442 btrfs: silence warning in raid array setup by David Sterba · 13 years ago
  64. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  65. 96bdc7d Btrfs: use larger system chunks by Chris Mason · 13 years ago
  66. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 13 years ago
  67. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 13 years ago
  68. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 13 years ago
  69. 19a39dc Btrfs: add balance progress reporting by Ilya Dryomov · 13 years ago
  70. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 13 years ago
  71. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 13 years ago
  72. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 13 years ago
  73. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 13 years ago
  74. 0940ebf Btrfs: save balance parameters to disk by Ilya Dryomov · 13 years ago
  75. cfa4c96 Btrfs: soft profile changing mode (aka soft convert) by Ilya Dryomov · 13 years ago
  76. e4d8ec0 Btrfs: implement online profile changing by Ilya Dryomov · 13 years ago
  77. ea67176 Btrfs: virtual address space subset filter by Ilya Dryomov · 13 years ago
  78. 94e60d5 Btrfs: devid subset filter by Ilya Dryomov · 13 years ago
  79. 409d404 Btrfs: devid filter by Ilya Dryomov · 13 years ago
  80. 5ce5b3c Btrfs: usage filter by Ilya Dryomov · 13 years ago
  81. ed25e9b Btrfs: profiles filter by Ilya Dryomov · 13 years ago
  82. f43ffb6 Btrfs: add basic infrastructure for selective balancing by Ilya Dryomov · 13 years ago
  83. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 13 years ago
  84. 52ba692 Btrfs: introduce masks for chunk type and profile by Ilya Dryomov · 13 years ago
  85. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 13 years ago
  86. b367e47 Btrfs: fix possible deadlock when opening a seed device by Li Zefan · 13 years ago
  87. ec9ef7a Btrfs: simplfy calculation of stripe length for discard operation by Li Zefan · 13 years ago
  88. de11cc1 Btrfs: don't pre-allocate btrfs bio by Li Zefan · 13 years ago
  89. 125ccb0 Btrfs: don't pass a trans handle unnecessarily in volumes.c by Li Zefan · 13 years ago
  90. 10f6327 btrfs: fix a deadlock in btrfs_scan_one_device() by Al Viro · 13 years ago
  91. 1100373 Btrfs: use bigger metadata chunks on bigger filesystems by Chris Mason · 13 years ago
  92. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  93. d85c8a6f Btrfs: unplug every once and a while by Chris Mason · 13 years ago
  94. 5dbc8fc Btrfs: fix btrfs_end_bio to deal with write errors to a single mirror by Chris Mason · 13 years ago
  95. a5d16333 Btrfs: check if the to-be-added device is writable by Li Zefan · 13 years ago
  96. 924cd8f Btrfs: fix nocow when deleting the item by Miao Xie · 13 years ago
  97. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  98. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  99. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 14 years ago
  100. 20bcd64 Btrfs: close all bdevs on mount failure by Ilya Dryomov · 13 years ago