1. de78b51 btrfs: remove cache only arguments from defrag path by Eric Sandeen · 11 years ago
  2. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  3. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  4. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  5. 56bec29 Btrfs: do extent allocation and reference count updates in the background by Chris Mason · 15 years ago
  6. b4ce94d Btrfs: Change btree locking to use explicit blocking points by Chris Mason · 15 years ago
  7. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  8. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  9. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  10. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  11. 3f157a2 Btrfs: Online btree defragmentation fixes by Chris Mason · 16 years ago
  12. 1b1e213 Btrfs: Add a per-inode csum mutex to avoid races creating csum items by Chris Mason · 16 years ago
  13. e7a8456 Btrfs: Add btree locking to the tree defragmentation code by Chris Mason · 16 years ago
  14. 925baed Btrfs: Start btree concurrency work. by Chris Mason · 16 years ago
  15. 0ef3e66 Btrfs: Allocator fix variety pack by Chris Mason · 16 years ago
  16. 1259ab7 Btrfs: Handle write errors on raid1 and raid10 by Chris Mason · 16 years ago
  17. ca7a79a Btrfs: Pass down the expected generation number when reading tree blocks by Chris Mason · 16 years ago
  18. 0999df5 Btrfs: Verify checksums on tree blocks found without read_tree_block by Chris Mason · 16 years ago
  19. 9afbb0b Btrfs: Disable tree defrag in SSD mode by Chris Mason · 16 years ago
  20. b3236e6 Btrfs: Leave on the tree defragger in mount -o ssd, it still helps there by Chris Mason · 16 years ago
  21. e18e480 Btrfs: Add mount -o ssd, which includes optimizations for seek free storage by Chris Mason · 16 years ago
  22. 7bb8631 Btrfs: Add back pointers from extents to the btree or file referencing them by Chris Mason · 17 years ago
  23. f84a8b3 Btrfs: Optimize allocations as we need to mix data and metadata into one group by Chris Mason · 17 years ago
  24. 081e957 Btrfs: Make defrag check nodes against the progress key to prevent repeating work by Chris Mason · 17 years ago
  25. 5708b95 Btrfs: Tune the automatic defrag code by Chris Mason · 17 years ago
  26. a6b6e75 Btrfs: Defrag only leaves, and only when the parent node has a single objectid by Chris Mason · 17 years ago
  27. cf786e7 Btrfs: Defrag: only walk into nodes with the defrag bit set by Chris Mason · 17 years ago
  28. 0f1ebbd Btrfs: Large block related defrag optimizations by Chris Mason · 17 years ago
  29. 0f82731 Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big. by Chris Mason · 17 years ago
  30. 6b80053 Btrfs: Add back the online defragging code by Chris Mason · 17 years ago
  31. db94535 Btrfs: Allow tree blocks larger than the page size by Chris Mason · 17 years ago
  32. 5f39d39 Btrfs: Create extent_buffer interface for large blocksizes by Chris Mason · 17 years ago
  33. 86479a0 Add support for defragging files via btrfsctl -d. Avoid OOM on extent tree by Chris Mason · 17 years ago
  34. f2183bd Btrfs: Add BH_Defrag to mark buffers that are in need of defragging by Chris Mason · 17 years ago
  35. e9d0b13 Btrfs: Btree defrag on the extent-mapping tree as well by Chris Mason · 17 years ago
  36. 409eb95 Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshot by Chris Mason · 17 years ago
  37. 6702ed4 Btrfs: Add run time btree defrag, and an ioctl to force btree defrag by Chris Mason · 17 years ago