1. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  2. 25b8b93 Btrfs: don't map extent buffer if path->skip_locking is set by Josef Bacik · 13 years ago
  3. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  4. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  5. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 13 years ago
  6. 026fd31 Btrfs: don't always do readahead by Josef Bacik · 13 years ago
  7. 7e2355b Btrfs: don't look at the extent buffer level 3 times in a row by Josef Bacik · 13 years ago
  8. cb25c2e Btrfs: map the node block when looking for readahead targets by Josef Bacik · 13 years ago
  9. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  10. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  11. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  12. 62a45b6 btrfs: make functions static when possible by David Sterba · 13 years ago
  13. edc95ae btrfs: remove nested duplicate variable declarations by David Sterba · 13 years ago
  14. 97d9a8a Btrfs: check return value of read_tree_block() by Tsutomu Itoh · 13 years ago
  15. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  16. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  17. 240f62c Btrfs: use RCU instead of a spinlock to protect the root node by Chris Mason · 13 years ago
  18. a826d6d Btrfs: check items for correctness as we search by Josef Bacik · 13 years ago
  19. 91ca338 btrfs: check NULL or not by Tsutomu Itoh · 13 years ago
  20. ff175d5 btrfs: Don't pass NULL ptr to func that may deref it. by Jesper Juhl · 14 years ago
  21. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  22. cb44921 Btrfs: don't loop forever on bad btree blocks by Chris Mason · 14 years ago
  23. 99d8f83 Btrfs: fix split_leaf double split corner case by Chris Mason · 14 years ago
  24. 5bdd353 Btrfs: Fix block generation verification race by Yan, Zheng · 14 years ago
  25. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  26. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  27. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  28. 109f6ae Btrfs: add check for changed leaves in setup_leaf_for_split by Chris Mason · 14 years ago
  29. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  30. 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
  31. ad48fd75 Btrfs: Add btrfs_duplicate_item by Yan, Zheng · 15 years ago
  32. a571952 Btrfs: check size of inode backref before adding hardlink by Yan, Zheng · 15 years ago
  33. d717aa1 Btrfs: Avoid delayed reference update looping by Yan Zheng · 15 years ago
  34. 0a4eefb Btrfs: Fix ordering of key field checks in btrfs_previous_item by Yan Zheng · 15 years ago
  35. 20736ab Btrfs: Remove code duplication in comp_keys by Diego Calleja · 15 years ago
  36. 33c66f4 Btrfs: fix locking issue in btrfs_find_next_key by Yan Zheng · 15 years ago
  37. e457afe Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf by Yan Zheng · 15 years ago
  38. cfbb930 Btrfs: balance btree more often by Chris Mason · 15 years ago
  39. b361242 Btrfs: stop avoiding balancing at the end of the transaction. by Chris Mason · 15 years ago
  40. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  41. 76a05b3 Btrfs: Don't loop forever on metadata IO failures by Chris Mason · 15 years ago
  42. 8c594ea Btrfs: use the right node in reada_for_balance by Chris Mason · 15 years ago
  43. c293498 Btrfs: BUG to BUG_ON changes by Stoyan Gaydarov · 15 years ago
  44. 8e73f27 Btrfs: Optimize locking in btrfs_next_leaf() by Chris Mason · 15 years ago
  45. c8c4286 Btrfs: break up btrfs_search_slot into smaller pieces by Chris Mason · 15 years ago
  46. a4b6e07 Btrfs: limit balancing work while flushing delayed refs by Chris Mason · 15 years ago
  47. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  48. 44871b1 Btrfs: reduce stack usage in some crucial tree balancing functions by Chris Mason · 15 years ago
  49. 56bec29 Btrfs: do extent allocation and reference count updates in the background by Chris Mason · 15 years ago
  50. 9fa8cfe Btrfs: don't preallocate metadata blocks during btrfs_search_slot by Chris Mason · 15 years ago
  51. b9447ef Btrfs: fix spinlock assertions on UP systems by Chris Mason · 15 years ago
  52. 4008c04 Btrfs: make a lockdep class for the extent buffer locks by Chris Mason · 15 years ago
  53. e00f730 Btrfs: remove btrfs_init_path by Jeff Mahoney · 15 years ago
  54. 7951f3c Btrfs: balance_level checks !child after access by Jeff Mahoney · 15 years ago
  55. 284b066 Btrfs: don't use spin_is_contended by Chris Mason · 15 years ago
  56. 7b78c17 Btrfs: Only prep for btree deletion balances when nodes are mostly empty by Chris Mason · 15 years ago
  57. 12f4dac Btrfs: fix btrfs_unlock_up_safe to walk the entire path by Chris Mason · 15 years ago
  58. 4d081c4 Btrfs: change btrfs_del_leaf to drop locks earlier by Chris Mason · 15 years ago
  59. b4ce94d Btrfs: Change btree locking to use explicit blocking points by Chris Mason · 15 years ago
  60. c487685 Btrfs: hash_lock is no longer needed by Chris Mason · 15 years ago
  61. a717531 Btrfs: do less aggressive btree readahead by Chris Mason · 15 years ago
  62. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 15 years ago
  63. 87b29b2 Btrfs: properly check free space for tree balancing by Yan Zheng · 16 years ago
  64. 42dc7ba Btrfs: Fix compressed writes on truncated pages by Chris Mason · 16 years ago
  65. 459931e Btrfs: Delete csum items when freeing extents by Chris Mason · 16 years ago
  66. 934d375 Btrfs: Use map_private_extent_buffer during generic_bin_search by Chris Mason · 16 years ago
  67. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  68. b4eec2c Btrfs: Some fixes for batching extent insert. by Liu Hui · 16 years ago
  69. 2b82032 Btrfs: Seed device support by Yan Zheng · 16 years ago
  70. f3465ca Btrfs: batch extent inserts/updates/deletions on the extent root by Josef Bacik · 16 years ago
  71. 6f3577b Btrfs: Improve metadata read latencies by Chris Mason · 16 years ago
  72. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  73. f82d02d Btrfs: Improve space balancing code by Yan Zheng · 16 years ago
  74. 3bb1a1b Btrfs: Remove offset field from struct btrfs_extent_ref by Yan Zheng · 16 years ago
  75. 323ac95 Btrfs: don't read leaf blocks containing only checksums during truncate by Chris Mason · 16 years ago
  76. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  77. 1a40e23 Btrfs: update space balancing code by Zheng Yan · 16 years ago
  78. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  79. 31840ae Btrfs: Full back reference support by Zheng Yan · 16 years ago
  80. 0f9dd46 Btrfs: free space accounting redo by Josef Bacik · 16 years ago
  81. f25956c Fix leaf overflow check in btrfs_insert_empty_items by Chris Mason · 16 years ago
  82. b214107 Btrfs: trivial sparse fixes by Christoph Hellwig · 16 years ago
  83. ad3d81b Btrfs: missing endianess conversion in insert_new_root by Christoph Hellwig · 16 years ago
  84. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  85. 65b51a0 btrfs_search_slot: reduce lock contention by cowing in two stages by Chris Mason · 16 years ago
  86. bcc63ab Btrfs: implement memory reclaim for leaf reference cache by Yan · 16 years ago
  87. 31153d8 Btrfs: Add a leaf reference cache by Yan Zheng · 16 years ago
  88. 9652480 Fix path slots selection in btrfs_search_forward by Yan · 16 years ago
  89. 7b12876 Btrfs: Create orphan inode records to prevent lost files after a crash by Josef Bacik · 16 years ago
  90. 0bd40a7 btrfs_next_leaf: do readahead when skip_locking is turned on by Chris Mason · 16 years ago
  91. 7d9eb12 Btrfs: Add locking around volume management (device add/remove/balance) by Chris Mason · 16 years ago
  92. f9efa9c Btrfs: Reduce contention on the root node by Chris Mason · 16 years ago
  93. 3f157a2 Btrfs: Online btree defragmentation fixes by Chris Mason · 16 years ago
  94. e7a8456 Btrfs: Add btree locking to the tree defragmentation code by Chris Mason · 16 years ago
  95. a74a4b9 Btrfs: Replace the transaction work queue with kthreads by Chris Mason · 16 years ago
  96. 333db94 Btrfs: Fix snapshot deletion to release the alloc_mutex much more often. by Chris Mason · 16 years ago
  97. 5cd57b2 Btrfs: Add a skip_locking parameter to struct path, and make various funcs honor it by Chris Mason · 16 years ago
  98. 168fd7d Fix btrfs_next_leaf to check for new items after dropping locks by Chris Mason · 16 years ago
  99. 594a24e Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks by Chris Mason · 16 years ago
  100. 051e1b9 Drop locks in btrfs_search_slot when reading a tree block. by Chris Mason · 16 years ago