1. c31f883 Btrfs: online shrinking fixes by Chris Mason · 17 years ago
  2. b0331a4 Btrfs: Disable btree reada during extent backref lookups. by Chris Mason · 17 years ago
  3. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 17 years ago
  4. 725c846 Btrfs: resizer: don't hold the fs_mutex for long periods of time by Chris Mason · 17 years ago
  5. 1372f8e Properly call btrfs_search_slot while shrinking by Chris Mason · 17 years ago
  6. 73e48b2 Btrfs: Properly handle overlapping extent in shrink_extent_tree by Yan · 17 years ago
  7. d548ee5 Btrfs: Add a helper that finds previous extent item by Yan · 17 years ago
  8. bd09835 count_snapshots: Properly update the leaf pointer after btrfs_next_leaf by Chris Mason · 17 years ago
  9. 98ed517 Btrfs: Force inlining off in a few places to save stack usage by Chris Mason · 17 years ago
  10. f9ef660 Btrfs: 32 bit compile fixes for the resizer and enospc checks by Chris Mason · 17 years ago
  11. 4313b39 Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles by Chris Mason · 17 years ago
  12. 56b453c Btrfs: Explicitly send a root objectid to count_snapshots_in_path by Chris Mason · 17 years ago
  13. 8f662a7 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing by Chris Mason · 17 years ago
  14. e52ec0e Btrfs: Fix NULL block groups on reading the inode by Chris Mason · 17 years ago
  15. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 17 years ago
  16. be20aa9 Btrfs: Add mount option to turn off data cow by Chris Mason · 17 years ago
  17. f6dbff5 Btrfs: Reorder extent back refs to differentiate btree blocks from file data by Chris Mason · 17 years ago
  18. 6caab48 Fix btrfs_inc_ref to add backref hints by Chris Mason · 17 years ago
  19. 70b043f Btrfs: Extra NULL block group checks in find_free_extent by Chris Mason · 17 years ago
  20. d8d5f3e Btrfs: Add lowest key information to back refs for extent tree blocks as well. by Chris Mason · 17 years ago
  21. 7bb8631 Btrfs: Add back pointers from extents to the btree or file referencing them by Chris Mason · 17 years ago
  22. 74493f7 Btrfs: Implement generation numbers in block pointers by Chris Mason · 17 years ago
  23. 1a2b2ac Btrfs: Fix extent allocation for btree blocks as the disk fills by Chris Mason · 17 years ago
  24. 87ee04e Btrfs: Add simple stripe size parameter by Chris Mason · 17 years ago
  25. 00f5c79 btrfs_drop_extents: make sure the item is getting smaller before truncate by Chris Mason · 17 years ago
  26. 015a739c Btrfs: Handle writeback under high memory pressure better by Chris Mason · 17 years ago
  27. 0e4de58 Btrfs: Add check for null block group to find_search_start by Chris Mason · 17 years ago
  28. 5cf6642 Btrfs: Off by one fixes for extent-tree.c by Yan · 17 years ago
  29. 5e5745d Btrfs: Add full_scan parameter to find_search_start by Yan · 17 years ago
  30. 324ae4d Btrfs: Add block group pinned accounting back by Yan · 17 years ago
  31. 257d0ce Btrfs: Allow large data extents in a single file to span into metadata block groups by Chris Mason · 17 years ago
  32. f84a8b3 Btrfs: Optimize allocations as we need to mix data and metadata into one group by Chris Mason · 17 years ago
  33. c549228 Btrfs: Properly update free space cache in __free_extent by Yan · 17 years ago
  34. b97f920 Btrfs: Fix typo and memory leak in extent-tree.c by Yan · 17 years ago
  35. ae2f541 btrfs: 32-bit type problems by Jens Axboe · 17 years ago
  36. 19c00dd Btrfs: Add back metadata checksumming by Chris Mason · 17 years ago
  37. 0f82731 Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big. by Chris Mason · 17 years ago
  38. 4dc11904 Btrfs: Add an extent buffer LRU to reduce radix tree hits by Chris Mason · 17 years ago
  39. e19caa5 Btrfs: Fix allocation routines to avoid intermixing data and metadata allocations by Chris Mason · 17 years ago
  40. 6b80053 Btrfs: Add back the online defragging code by Chris Mason · 17 years ago
  41. db94535 Btrfs: Allow tree blocks larger than the page size by Chris Mason · 17 years ago
  42. 1a5bc16 Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map trees by Chris Mason · 17 years ago
  43. 96b5179 Btrfs: Stop using radix trees for the block group cache by Chris Mason · 17 years ago
  44. f510cfe Btrfs: Fix extent_buffer and extent_state leaks by Chris Mason · 17 years ago
  45. 5f39d39 Btrfs: Create extent_buffer interface for large blocksizes by Chris Mason · 17 years ago
  46. cf67582 Btrfs: Fix duplicate ENOSPC checks in find_free_extent by Chris Mason · 17 years ago
  47. d3c2fdcf Btrfs: Use balance_dirty_pages_nr on btree blocks by Chris Mason · 17 years ago
  48. 7d7d606 Btrfs: Fix cache_block_group to catch holes at the start of the group by Yan · 17 years ago
  49. e9fe395 Btrfs: Fix oopsen in extent_tree.c during enospc by Yan · 17 years ago
  50. 58176a9 Btrfs: Add per-root block accounting and sysfs entries by Josef Bacik · 17 years ago
  51. b888db2 Btrfs: Add delayed allocation to the extent based page tree code by Chris Mason · 17 years ago
  52. 2cc58cf Btrfs: Do more extensive readahead during tree searches by Chris Mason · 17 years ago
  53. f2183bd Btrfs: Add BH_Defrag to mark buffers that are in need of defragging by Chris Mason · 17 years ago
  54. e9d0b13 Btrfs: Btree defrag on the extent-mapping tree as well by Chris Mason · 17 years ago
  55. 409eb95 Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshot by Chris Mason · 17 years ago
  56. 26b8003 Btrfs: Replace extent tree preallocation code with some bit radix magic. by Chris Mason · 17 years ago
  57. f4468e9 Btrfs: Let some locks go during defrag and snapshot dropping by Chris Mason · 17 years ago
  58. 6702ed4 Btrfs: Add run time btree defrag, and an ioctl to force btree defrag by Chris Mason · 17 years ago
  59. 3c69fae Btrfs: Fold some btree readahead routines into something more generic. by Chris Mason · 17 years ago
  60. 9f3a742 Btrfs: Do snapshot deletion in smaller chunks. by Chris Mason · 17 years ago
  61. ec6b910 Btrfs: trivial include fixups by Zach Brown · 17 years ago
  62. ccd467d Btrfs: crash recovery fixes by Chris Mason · 17 years ago
  63. f2654de Btrfs: Allow find_free_extent callers to pass in an exclusion range by Chris Mason · 17 years ago
  64. 4b52dff Btrfs: Fix super block updates during transaction commit by Chris Mason · 17 years ago
  65. 54aa1f4 Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack by Chris Mason · 17 years ago
  66. e011599 Btrfs: reada while dropping snapshots by Chris Mason · 17 years ago
  67. 85e55b1 Btrfs: cache the extent tree preallocation by Chris Mason · 17 years ago
  68. 8c2383c Subject: Rework btrfs_file_write to only allocate while page locks are held by Chris Mason · 17 years ago
  69. f1ace24 btrfs: Code cleanup by Aneesh · 17 years ago
  70. 6cbd557 Btrfs: add GPLv2 by Chris Mason · 17 years ago
  71. 5af3981 Btrfs: printk fixes by Chris Mason · 17 years ago
  72. 84f54cf Btrfs: 64 bit div fixes by Chris Mason · 17 years ago
  73. 5276aed Btrfs: fix oops after block group lookup by Chris Mason · 17 years ago
  74. fabb568 Btrfs: d_type optimization by Chris Mason · 17 years ago
  75. fbdc762 Btrfs: use a separate flag for search_start vs a hint in find_free_extent by Chris Mason · 17 years ago
  76. 1e2677e Btrfs: block group switching by Chris Mason · 17 years ago
  77. 3a68637 Btrfs: sparse files! by Chris Mason · 17 years ago
  78. de428b6 Btrfs: allocator optimizations, truncate readahead by Chris Mason · 17 years ago
  79. 8d7be55 Btrfs: fix check_node and check_leaf to use less cpu by Chris Mason · 17 years ago
  80. e37c9e6 Btrfs: many allocator fixes, pretty solid by Chris Mason · 17 years ago
  81. 3e1ad54 Btrfs: allocator and tuning by Chris Mason · 17 years ago
  82. be74417 Btrfs: more allocator enhancements by Chris Mason · 17 years ago
  83. be08c1b Btrfs: early metadata/data split by Chris Mason · 17 years ago
  84. 35b7e47 Btrfs: fix page cache memory leak by Chris Mason · 17 years ago
  85. 090d187 Btrfs: directory readahead by Chris Mason · 17 years ago
  86. 31f3c99 Btrfs: allocator improvements, inode block groups by Chris Mason · 17 years ago
  87. 308535a Btrfs: prealloc more blocks for the extent map by Chris Mason · 17 years ago
  88. 7c4452b Btrfs: smarter transaction writeback by Chris Mason · 17 years ago
  89. 06a2f9f Btrfs: try to drop dead cow pages from ram by Chris Mason · 17 years ago
  90. 28b8bb9 Btrfs: allocator tweaks by Chris Mason · 17 years ago
  91. cd1bc46 Btrfs: more block allocator work by Chris Mason · 17 years ago
  92. 9078a3e Btrfs: start of block group code by Chris Mason · 17 years ago
  93. f2458e1 Btrfs: change around extent-tree prealloc by Chris Mason · 17 years ago
  94. c62a192 Btrfs: get rid of the extent_item type field by Chris Mason · 17 years ago
  95. 5d0c3e6 Btrfs: fix extent owner/type setting on extent tree blocks by Chris Mason · 17 years ago
  96. 4d77567 Btrfs: add owner and type fields to the extents aand block headers by Chris Mason · 17 years ago
  97. 236454df Btrfs: many file_write fixes, inline data by Chris Mason · 17 years ago
  98. a429e51 Btrfs: working file_write, reorganized key flags by Chris Mason · 17 years ago
  99. b18c668 Btrfs: progress on file_write by Chris Mason · 17 years ago
  100. 7eccb90 Btrfs: create a logical->phsyical block number mapping scheme by Chris Mason · 17 years ago