1. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  2. a8c93d4 btrfs: Replace fs_info->submit_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  3. c404e0d Btrfs: fix use-after-free in the finishing procedure of the device replace by Miao Xie · 11 years ago
  4. 3c45bfc btrfs: Pack struct btrfs_device by Dulshani Gunawardhana · 11 years ago
  5. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  6. 12bd2fc Btrfs: add btrfs_alloc_device and switch to it by Ilya Dryomov · 11 years ago
  7. 70f8017 Btrfs: check UUID tree during mount if required by Stefan Behrens · 11 years ago
  8. f7a81ea Btrfs: create UUID tree if required by Stefan Behrens · 11 years ago
  9. facc8a22 Btrfs: don't cache the csum value into the extent state tree by Miao Xie · 11 years ago
  10. 6df9a95 Btrfs: make the chunk allocator completely tree lockless by Josef Bacik · 11 years ago
  11. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 11 years ago
  12. 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 11 years ago
  13. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  14. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  15. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  16. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  17. 31e5022 Btrfs: put raid properties into global table by Liu Bo · 12 years ago
  18. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  19. e93c89c Btrfs: add new sources for device replace code by Stefan Behrens · 12 years ago
  20. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  21. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  22. a8a6dab Btrfs: add btrfs_scratch_superblock() function by Stefan Behrens · 12 years ago
  23. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  24. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  25. 7ba15b7 Btrfs: add two more find_device() methods by Stefan Behrens · 12 years ago
  26. d9d181c Btrfs: rename the scrub context structure by Stefan Behrens · 12 years ago
  27. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  28. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 12 years ago
  29. b27f7c0 btrfs: join DEV_STATS ioctls to one by David Sterba · 12 years ago
  30. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 12 years ago
  31. 68310a5 Btrfs: restore restriper state on all mounts by Ilya Dryomov · 12 years ago
  32. 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 12 years ago
  33. 733f4fb Btrfs: read device stats on mount, write modified ones during commit by Stefan Behrens · 12 years ago
  34. c11d2c2 Btrfs: add ioctl to get and reset the device stats by Stefan Behrens · 12 years ago
  35. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 12 years ago
  36. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  37. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 13 years ago
  38. 19a39dc Btrfs: add balance progress reporting by Ilya Dryomov · 13 years ago
  39. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 13 years ago
  40. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 13 years ago
  41. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 13 years ago
  42. cfa4c96 Btrfs: soft profile changing mode (aka soft convert) by Ilya Dryomov · 13 years ago
  43. e4d8ec0 Btrfs: implement online profile changing by Ilya Dryomov · 13 years ago
  44. ea67176 Btrfs: virtual address space subset filter by Ilya Dryomov · 13 years ago
  45. 94e60d5 Btrfs: devid subset filter by Ilya Dryomov · 13 years ago
  46. 409d404 Btrfs: devid filter by Ilya Dryomov · 13 years ago
  47. 5ce5b3c Btrfs: usage filter by Ilya Dryomov · 13 years ago
  48. ed25e9b Btrfs: profiles filter by Ilya Dryomov · 13 years ago
  49. f43ffb6 Btrfs: add basic infrastructure for selective balancing by Ilya Dryomov · 13 years ago
  50. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 13 years ago
  51. 125ccb0 Btrfs: don't pass a trans handle unnecessarily in volumes.c by Li Zefan · 13 years ago
  52. 387125f Btrfs: fix barrier flushes by Chris Mason · 13 years ago
  53. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  54. 90519d6 btrfs: state information for readahead by Arne Jansen · 13 years ago
  55. a1d3c47 btrfs: btrfs_multi_bio replaced with btrfs_bio by Jan Schmidt · 13 years ago
  56. d5e2003 Btrfs: detect wether a device supports discard by Josef Bacik · 13 years ago
  57. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  58. 1f78160 Btrfs: using rcu lock in the reader side of devices list by Xiao Guangrong · 13 years ago
  59. 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
  60. 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
  61. 73c5de0 btrfs: quasi-round-robin for chunk allocation by Arne Jansen · 13 years ago
  62. bcd5374 btrfs: move btrfs_cmp_device_free_bytes to super.c by Arne Jansen · 13 years ago
  63. a2de733 btrfs: scrub by Arne Jansen · 14 years ago
  64. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  65. 621496f btrfs: remove unused function prototypes by David Sterba · 13 years ago
  66. fce3bb9 Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP by Li Dongyang · 13 years ago
  67. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  68. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  69. 6d07bce btrfs: fix wrong free space information of btrfs by Miao Xie · 14 years ago
  70. b2117a3 btrfs: make the chunk allocator utilize the devices better by Miao Xie · 14 years ago
  71. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  72. e13cf63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  73. cd02dca Btrfs: account for missing devices in RAID allocation profiles by Chris Mason · 14 years ago
  74. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  75. c3b9a62 btrfs: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  76. ba1bf48 Btrfs: make balance code choose more wisely when relocating by Josef Bacik · 15 years ago
  77. e5e9a52 Btrfs: avoid races between super writeout and device list updates by Chris Mason · 15 years ago
  78. c289811 Btrfs: autodetect SSD devices by Chris Mason · 15 years ago
  79. d6397ba Btrfs: When shrinking, only update disk size on success by Chris Ball · 15 years ago
  80. ffbd517 Btrfs: use WRITE_SYNC for synchronous writes by Chris Mason · 15 years ago
  81. d4a7894 Btrfs: fix typos in comments by Wu Fengguang · 15 years ago
  82. e4404d6 Btrfs: shared seed device by Yan Zheng · 16 years ago
  83. a512bbf Btrfs: superblock duplication by Yan Zheng · 16 years ago
  84. 97288f2 Btrfs: corret fmode_t annotations by Christoph Hellwig · 16 years ago
  85. 15916de Btrfs: Fixes for 2.6.28-rc API changes by Chris Mason · 16 years ago
  86. 2b82032 Btrfs: Seed device support by Yan Zheng · 16 years ago
  87. 7d2b4da Btrfs: Fix the multi-bio code to save the original bio for completion by Chris Mason · 16 years ago
  88. 8b71284 Btrfs: Add async worker threads for pre and post IO checksumming by Chris Mason · 16 years ago
  89. a0af469 Fix btrfs_open_devices to deal with changes since the scan ioctls by Chris Mason · 16 years ago
  90. dfe2502 Btrfs: Add mount -o degraded to allow mounts to continue with missing devices by Chris Mason · 16 years ago
  91. a061fc8 Btrfs: Add support for online device removal by Chris Mason · 16 years ago
  92. a236aed Btrfs: Deal with failed writes in mirrored configurations by Chris Mason · 16 years ago
  93. ec44a35 Btrfs: Add balance ioctl to restripe the chunks by Chris Mason · 16 years ago
  94. 788f20e Btrfs: Add new ioctl to add devices by Chris Mason · 16 years ago
  95. 8f18cf1 Btrfs: Make the resizer work based on shrinking and growing devices by Chris Mason · 16 years ago
  96. b307571 Btrfs: Add a special device list for chunk allocations by Chris Mason · 16 years ago
  97. f2d8d74 Btrfs: Make an unplug function that doesn't unplug every spindle by Chris Mason · 16 years ago
  98. e17cade Btrfs: Add chunk uuids and update multi-device back references by Chris Mason · 16 years ago
  99. f298446 Btrfs: Write out all super blocks on commit, and bring back proper barrier support by Chris Mason · 16 years ago
  100. f188591 Btrfs: Retry metadata reads in the face of checksum failures by Chris Mason · 16 years ago