1. 983a5f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  2. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 12 years ago
  3. fb7669b Btrfs: don't BUG_ON() in btrfs_num_copies by Josef Bacik · 12 years ago
  4. 9bb9187 Btrfs: deal with bad mappings in btrfs_map_block by Josef Bacik · 12 years ago
  5. ceda086 Btrfs: use a lock to protect incompat/compat flag of the super block by Miao Xie · 12 years ago
  6. f63e0cc btrfs: ignore device open failures in __btrfs_open_devices by Eric Sandeen · 12 years ago
  7. 09a2a8f9 Btrfs: fix bad extent logging by Josef Bacik · 12 years ago
  8. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 12 years ago
  9. 64f8de4 Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core by Jens Axboe · 12 years ago
  10. aa8b57a block: Use bio_sectors() more consistently by Kent Overstreet · 12 years ago
  11. 835d974 Btrfs: handle a bogus chunk tree nicely by Josef Bacik · 12 years ago
  12. bc17862 btrfs: use rcu_barrier() to wait for bdev puts at unmount by Eric Sandeen · 12 years ago
  13. 3a01aa7 Btrfs: fix a mismerge in btrfs_balance() by Ilya Dryomov · 12 years ago
  14. 0f788c5 Btrfs: do not BUG_ON on aborted situation by Liu Bo · 12 years ago
  15. 2d8946c btrfs: remove a printk from scan_one_device by David Sterba · 12 years ago
  16. fda2832 btrfs: cleanup for open-coded alignment by Qu Wenruo · 12 years ago
  17. 86db257 Btrfs: fix max chunk size on raid5/6 by Chris Mason · 12 years ago
  18. 1cba0cd btrfs: Init io_lock after cloning btrfs device struct by Thomas Gleixner · 12 years ago
  19. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  20. cdb4c57 btrfs: define BTRFS_MAGIC as a u64 value by Zach Brown · 12 years ago
  21. 3e39cea Btrfs: allow for selecting only completely empty chunks by Ilya Dryomov · 12 years ago
  22. bf023ec Btrfs: eliminate a use-after-free in btrfs_balance() by Ilya Dryomov · 12 years ago
  23. 063d006 btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunk by Eric Sandeen · 12 years ago
  24. 0f5d42b Btrfs: remove extent mapping if we fail to add chunk by Josef Bacik · 12 years ago
  25. 0448748 Btrfs: fix chunk allocation error handling by Josef Bacik · 12 years ago
  26. de98ced Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits by Miao Xie · 12 years ago
  27. e6ec716 Btrfs: make raid attr array more readable by Miao Xie · 12 years ago
  28. 6f60cbd btrfs: access superblock via pagecache in scan_one_device by David Sterba · 12 years ago
  29. 24f8ebe Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-chris into for-linus by Chris Mason · 12 years ago
  30. 0e4e026 Merge branch 'for-linus' into raid56-experimental by Chris Mason · 12 years ago
  31. 1f0905e Btrfs: remove conflicting check for minimum number of devices in raid56 by Chris Mason · 12 years ago
  32. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  33. 3c91160 btrfs: don't try to notify udev about missing devices by Eric Sandeen · 12 years ago
  34. c9f01bf Btrfs: fix wrong max device number for single profile by Miao Xie · 12 years ago
  35. a105bb8 Btrfs: fix a regression in balance usage filter by Ilya Dryomov · 12 years ago
  36. ed0fb78 Btrfs: bring back balance pause/resume logic by Ilya Dryomov · 12 years ago
  37. cc975eb btrfs: get the device in write mode when deleting it by Lukas Czerner · 12 years ago
  38. 31e5022 Btrfs: put raid properties into global table by Liu Bo · 12 years ago
  39. 70c8a91 Btrfs: log changed inodes based on the extent map tree by Josef Bacik · 12 years ago
  40. b8b8ff5 btrfs: Notify udev when removing device by Lukas Czerner · 12 years ago
  41. f9c8374 Btrfs: fix a build warning for an unused label by Stefan Behrens · 12 years ago
  42. ad6d620 Btrfs: allow repair code to include target disk when searching mirrors by Stefan Behrens · 12 years ago
  43. 30d9861 Btrfs: optionally avoid reads from device replace source drive by Stefan Behrens · 12 years ago
  44. 472262f Btrfs: changes to live filesystem are also written to replacement disk by Stefan Behrens · 12 years ago
  45. 29a8d9a Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() by Stefan Behrens · 12 years ago
  46. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  47. e93c89c Btrfs: add new sources for device replace code by Stefan Behrens · 12 years ago
  48. 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
  49. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  50. 5ac00ad Btrfs: disallow mutually exclusive admin operations from user mode by Stefan Behrens · 12 years ago
  51. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  52. a8a6dab Btrfs: add btrfs_scratch_superblock() function by Stefan Behrens · 12 years ago
  53. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  54. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  55. 7ba15b7 Btrfs: add two more find_device() methods by Stefan Behrens · 12 years ago
  56. beaf8ab Btrfs: move some common code into a subfunction by Stefan Behrens · 12 years ago
  57. d25628b Btrfs: protect devices list with its mutex by Liu Bo · 12 years ago
  58. d03f918 Btrfs: Don't trust the superblock label and simply printk("%s") it by Stefan Behrens · 12 years ago
  59. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  60. d142324 Btrfs: Fix typo in fs/btrfs by Masanari Iida · 12 years ago
  61. 0253f40 Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() by jeff.liu · 12 years ago
  62. de1ee92 Btrfs: recheck bio against block device when we map the bio by Josef Bacik · 12 years ago
  63. 3fed40c Btrfs: cleanup duplicated division functions by Miao Xie · 12 years ago
  64. 671415b Btrfs: fix deadlock caused by the nested chunk allocation by Miao Xie · 12 years ago
  65. 5af3e8c Btrfs: make filesystem read-only when submitting barrier fails by Stefan Behrens · 12 years ago
  66. 4894066 btrfs: fix message printing by Daniel J Blueman · 13 years ago
  67. 005d642 btrfs: move transaction aborts to the point of failure by David Sterba · 12 years ago
  68. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  69. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  70. 66657b3 Btrfs: barrier before waitqueue_active by Josef Bacik · 12 years ago
  71. 99f5944 Btrfs: do not strdup non existent strings by Josef Bacik · 12 years ago
  72. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  73. a98cdb8 Btrfs: suppress printk() if all device I/O stats are zero by Stefan Behrens · 12 years ago
  74. 5021976 Btrfs: remove unwanted printk() for btrfs device I/O stats by Stefan Behrens · 12 years ago
  75. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 12 years ago
  76. b27f7c0 btrfs: join DEV_STATS ioctls to one by David Sterba · 12 years ago
  77. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 12 years ago
  78. 68310a5 Btrfs: restore restriper state on all mounts by Ilya Dryomov · 12 years ago
  79. 597a60f Btrfs: don't count I/O statistic read errors for missing devices by Stefan Behrens · 13 years ago
  80. 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 13 years ago
  81. 733f4fb Btrfs: read device stats on mount, write modified ones during commit by Stefan Behrens · 13 years ago
  82. c11d2c2 Btrfs: add ioctl to get and reset the device stats by Stefan Behrens · 13 years ago
  83. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 13 years ago
  84. f8c5d0b Btrfs: fix wrong error returned by adding a device by Liu Bo · 13 years ago
  85. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 13 years ago
  86. 48d2823 fs/btrfs/volumes.c: add missing free_fs_devices by Julia Lawall · 13 years ago
  87. 37db63a Btrfs: fix max chunk size check in chunk allocator by Ilya Dryomov · 13 years ago
  88. b89203f Btrfs: fix eof while discarding extents by Liu Bo · 13 years ago
  89. 3c4bb26 Btrfs: flush out and clean up any block device pages during mount by Chris Mason · 13 years ago
  90. 1c691b3 Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  91. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 13 years ago
  92. 213e64d Btrfs: fix infinite loop in btrfs_shrink_device() by Ilya Dryomov · 13 years ago
  93. e4837f8 Btrfs: allow dup for data chunks in mixed mode by Ilya Dryomov · 13 years ago
  94. 6728b19 Btrfs: validate target profiles only if we are going to use them by Ilya Dryomov · 13 years ago
  95. 0c460c0 Btrfs: move alloc_profile_is_valid() to volumes.c by Ilya Dryomov · 13 years ago
  96. e8920a6 Btrfs: make profile_is_valid() check more strict by Ilya Dryomov · 13 years ago
  97. 899c81e Btrfs: add wrappers for working with alloc profiles by Ilya Dryomov · 13 years ago
  98. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  99. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 13 years ago
  100. 3acd395 btrfs: Remove BUG_ON from __finish_chunk_alloc() by Mark Fasheh · 13 years ago