1. 5f2cc08 Btrfs: Avoid unplug storms during commit by Chris Mason · 16 years ago
  2. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  3. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  4. a62b940 Btrfs: cast bio->bi_sector to a u64 before shifting by Chris Mason · 16 years ago
  5. 8c8bee1 Btrfs: Wait for IO on the block device inodes of newly added devices by Chris Mason · 16 years ago
  6. 1a40e23 Btrfs: update space balancing code by Zheng Yan · 16 years ago
  7. 2b1f55b Remove Btrfs compat code for older kernels by Chris Mason · 16 years ago
  8. 0f9dd46 Btrfs: free space accounting redo by Josef Bacik · 16 years ago
  9. 325cd4b Btrfs: properly set blocksize when adding new device. by Zheng Yan · 16 years ago
  10. a1b32a5 Btrfs: Add debugging checks to track down corrupted metadata by Chris Mason · 16 years ago
  11. 9473f16 Btrfs: Throttle for async bio submits higher up the chain by Chris Mason · 16 years ago
  12. b64a285 Btrfs: Wait for async bio submissions to make some progress at queue time by Chris Mason · 16 years ago
  13. 0986fe9e Btrfs: Count async bios separately from async checksum work items by Chris Mason · 16 years ago
  14. 7d2b4da Btrfs: Fix the multi-bio code to save the original bio for completion by Chris Mason · 16 years ago
  15. 492bb6de Btrfs: Hold a reference on bios during submit_bio, add some extra bio checks by Chris Mason · 16 years ago
  16. bcc63ab Btrfs: implement memory reclaim for leaf reference cache by Yan · 16 years ago
  17. 7d9eb12 Btrfs: Add locking around volume management (device add/remove/balance) by Chris Mason · 17 years ago
  18. a74a4b9 Btrfs: Replace the transaction work queue with kthreads by Chris Mason · 17 years ago
  19. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 17 years ago
  20. 1cc127b Btrfs: Add a thread pool just for submit_bio by Chris Mason · 17 years ago
  21. 8b71284 Btrfs: Add async worker threads for pre and post IO checksumming by Chris Mason · 17 years ago
  22. 0ef3e66 Btrfs: Allocator fix variety pack by Chris Mason · 17 years ago
  23. 515dc32 Btrfs: Use kzalloc on the fs_devices allocation by Chris Mason · 17 years ago
  24. 6af5ac3 Btrfs: Handle transid == 0 while opening devices by Chris Mason · 17 years ago
  25. a0af469 Fix btrfs_open_devices to deal with changes since the scan ioctls by Chris Mason · 17 years ago
  26. dfe2502 Btrfs: Add mount -o degraded to allow mounts to continue with missing devices by Chris Mason · 17 years ago
  27. 1259ab7 Btrfs: Handle write errors on raid1 and raid10 by Chris Mason · 17 years ago
  28. 323da79 Btrfs: Chunk relocation fine tuning, and add a few printks to show progress by Chris Mason · 17 years ago
  29. c1c4d91 Btrfs: Only open block devices once during mount -o subvol= by Chris Mason · 17 years ago
  30. a061fc8 Btrfs: Add support for online device removal by Chris Mason · 17 years ago
  31. 006a58a Btrfs: Compile warning fixup in volume.c by Chris Mason · 17 years ago
  32. 2fff734 Btrfs: Tune stripe selection for raid1 and raid10 by Chris Mason · 17 years ago
  33. a236aed Btrfs: Deal with failed writes in mirrored configurations by Chris Mason · 17 years ago
  34. 4235298 Btrfs: Drop some verbose printks by Chris Mason · 17 years ago
  35. ec44a35 Btrfs: Add balance ioctl to restripe the chunks by Chris Mason · 17 years ago
  36. 788f20e Btrfs: Add new ioctl to add devices by Chris Mason · 17 years ago
  37. 8f18cf1 Btrfs: Make the resizer work based on shrinking and growing devices by Chris Mason · 17 years ago
  38. 84eed90 Btrfs: Add failure handling for read_sys_array by Chris Mason · 17 years ago
  39. e1c4b74 Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT reads by Chris Mason · 17 years ago
  40. b307571 Btrfs: Add a special device list for chunk allocations by Chris Mason · 17 years ago
  41. 3c12ac7 Btrfs: Simplify device selection for mirrored reads by Chris Mason · 17 years ago
  42. f2d8d74 Btrfs: Make an unplug function that doesn't unplug every spindle by Chris Mason · 17 years ago
  43. ad5bd91 Btrfs: Add 1MB to the min_free in alloc_chunk by Chris Mason · 17 years ago
  44. a40a90a Btrfs: Fix chunk allocation when some devices don't have enough room for stripes by Chris Mason · 17 years ago
  45. 9b3f68b Btrfs: Calculate appropriate chunk sizes for both small and large filesystems by Chris Mason · 17 years ago
  46. 7ae9c09 Btrfs: Add support for labels in the super block by Chris Mason · 17 years ago
  47. a443755 Btrfs: Check device uuids along with devids by Chris Mason · 17 years ago
  48. 7bf3b49 Btrfs: Avoid 64 bit div for RAID10 by Chris Mason · 17 years ago
  49. 3b95151 Btrfs: Use the extent map cache to find the logical disk block during data retries by Chris Mason · 17 years ago
  50. 321aecc Btrfs: Add RAID10 support by Chris Mason · 17 years ago
  51. e17cade Btrfs: Add chunk uuids and update multi-device back references by Chris Mason · 17 years ago
  52. b248a41 Btrfs: A few updates for 2.6.18 and versions older than 2.6.25 by Chris Mason · 17 years ago
  53. 73f61b2 Btrfs: bio_endio support for linux 2.6.23 and older. by Miguel · 17 years ago
  54. f298446 Btrfs: Write out all super blocks on commit, and bring back proper barrier support by Chris Mason · 17 years ago
  55. f188591 Btrfs: Retry metadata reads in the face of checksum failures by Chris Mason · 17 years ago
  56. cea9e44 Change btrfs_map_block to return a structure with mappings for all stripes by Chris Mason · 17 years ago
  57. 611f0e0 Btrfs: Add support for duplicate blocks on a single spindle by Chris Mason · 17 years ago
  58. 8790d50 Btrfs: Add support for mirroring across drives by Chris Mason · 17 years ago
  59. e58ca02 Fix btrfs_fill_super to return -EINVAL when no FS found by Yan · 17 years ago
  60. 593060d Btrfs: Implement raid0 when multiple devices are present by Chris Mason · 17 years ago
  61. 8a4b83c Btrfs: Add support for device scanning and detection ioctls by Chris Mason · 17 years ago
  62. 239b14b Btrfs: Bring back mount -o ssd optimizations by Chris Mason · 17 years ago
  63. 0d81ba5 Btrfs: Move device information into the super block so it can be scanned by Chris Mason · 17 years ago
  64. 6324fbf Btrfs: Dynamic chunk and block group allocation by Chris Mason · 17 years ago
  65. 0b86a83 Btrfs: Add support for multiple devices per filesystem by Chris Mason · 17 years ago