1. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  2. 0d39920 Btrfs end_bio_extent_readpage should look for locked bits by Chris Mason · 13 years ago
  3. 109b36a Btrfs: make uncache_state unconditional by Chris Mason · 13 years ago
  4. 507903b btrfs: using cached extent_state in set/unlock combinations by Arne Jansen · 13 years ago
  5. 3387206 btrfs: properly handle overlapping areas in memmove_extent_buffer by Sergei Trofimovich · 13 years ago
  6. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  7. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  8. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  9. 85026533 Btrfs: return error if the range we want to map is bogus by Josef Bacik · 13 years ago
  10. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  11. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  12. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  13. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 13 years ago
  14. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  15. ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 14 years ago
  16. 007a14a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  17. e3f24cc Btrfs: don't release pages when we can't clear the uptodate bits by Chris Mason · 14 years ago
  18. eb14ab8 Btrfs: fix page->private races by Chris Mason · 14 years ago
  19. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  20. 5df6708 btrfs: checking NULL or not in some functions by Tsutomu Itoh · 14 years ago
  21. 6b82ce8 btrfs: fix uncheck memory allocation in btrfs_submit_compressed_read by liubo · 14 years ago
  22. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  23. 91ca338 btrfs: check NULL or not by Tsutomu Itoh · 14 years ago
  24. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  25. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  26. 975f84f Btrfs: fix fiemap by Josef Bacik · 14 years ago
  27. 45f49bc Btrfs: avoid NULL pointer deref in try_release_extent_buffer by Chris Mason · 14 years ago
  28. 88f794e btrfs: cleanup duplicate bio allocating functions by Miao Xie · 14 years ago
  29. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  30. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  31. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  32. 19fe0a8 Btrfs: Switch the extent buffer rbtree into a radix tree by Miao Xie · 14 years ago
  33. 897ca6e Btrfs: restructure try_release_extent_buffer() by Miao Xie · 14 years ago
  34. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  35. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  36. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  37. 11c65dc Btrfs: do aio_write instead of write by Josef Bacik · 14 years ago
  38. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  39. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  40. 28ecb609 Btrfs: use add_to_page_cache_lru, use __page_cache_alloc by Nick Piggin · 14 years ago
  41. 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
  42. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  43. c2a128d Btrfs: cache extent state in find_delalloc_range by Josef Bacik · 15 years ago
  44. 4125bf7 Btrfs: finish read pages in the order they are submitted by Chris Mason · 15 years ago
  45. 6bef4d3 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL by Eric Paris · 15 years ago
  46. f044ba7 Btrfs: fix race between allocate and release extent buffer. by Yan, Zheng · 15 years ago
  47. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  48. a791e35 Btrfs: cleanup extent_clear_unlock_delalloc flags by Chris Mason · 15 years ago
  49. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  50. 11ef160 Btrfs: fix releasepage to avoid unlocking extents we haven't locked by Chris Mason · 15 years ago
  51. 46562cec Btrfs: Fix test_range_bit for whole file extents by Chris Mason · 15 years ago
  52. 42daec2 Btrfs: fix errors handling cached state in set/clear_extent_bit by Chris Mason · 15 years ago
  53. f85d7d6c Btrfs: properly honor wbc->nr_to_write changes by Chris Mason · 15 years ago
  54. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  55. 9655d29 Btrfs: use a cached state for extent state operations during delalloc by Chris Mason · 15 years ago
  56. d5550c6 Btrfs: don't lock bits in the extent tree during writepage by Chris Mason · 15 years ago
  57. 2c64c53 Btrfs: cache values for locking extents by Chris Mason · 15 years ago
  58. 1edbb73 Btrfs: reduce CPU usage in the extent_state tree by Chris Mason · 15 years ago
  59. e48c465 Btrfs: Fix new state initialization order by Chris Mason · 15 years ago
  60. 890871b Btrfs: switch extent_map to a rw lock by Chris Mason · 15 years ago
  61. a97adc9 Btrfs: use larger nr_to_write for larger extents by Chris Mason · 15 years ago
  62. 40431d6 Btrfs: optimize set extent bit by Chris Mason · 15 years ago
  63. 5c939df btrfs: Fix set/clear_extent_bit for 'end == (u64)-1' by Yan Zheng · 15 years ago
  64. b7967db Btrfs: remove #if 0 code by Chris Mason · 15 years ago
  65. 9601e3f Btrfs: kill btrfs_cache_create by Christoph Hellwig · 15 years ago
  66. 11c8349 Btrfs: fix oops on page->mapping->host during writepage by Chris Mason · 15 years ago
  67. d313d7a Btrfs: add a priority queue to the async thread helpers by Chris Mason · 15 years ago
  68. ffbd517 Btrfs: use WRITE_SYNC for synchronous writes by Chris Mason · 15 years ago
  69. 93dbfad Btrfs: fix __ucmpdi2 compile bug on 32 bit builds by Heiko Carstens · 15 years ago
  70. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  71. a48ddf0 Btrfs: remove unused code in split_state() by Qinghuang Feng · 16 years ago
  72. 9b0d3ac Btrfs: don't return congestion in write_cache_pages as often by Chris Mason · 16 years ago
  73. b4ce94d Btrfs: Change btree locking to use explicit blocking points by Chris Mason · 16 years ago
  74. 3935127 Btrfs: disable leak debugging checks in extent_io.c by Chris Mason · 16 years ago
  75. 1506fcc Btrfs: fiemap support by Yehuda Sadeh · 16 years ago
  76. 7eaebe7 Btrfs: removed unused #include <version.h>'s by Huang Weiyi · 16 years ago
  77. 43b774b Btrfs: drop EXPORT symbols from extent_io.c by Chris Mason · 16 years ago
  78. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  79. c584482 Btrfs: Fix typo in clear_state_cb by Liu Hui · 16 years ago
  80. cad321a Btrfs: shift all end_io work to thread pools by Chris Mason · 16 years ago
  81. 934d375 Btrfs: Use map_private_extent_buffer during generic_bin_search by Chris Mason · 16 years ago
  82. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 16 years ago
  83. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  84. 641f521 Btrfs: sparse lock verification annotations for wait_on_state by Christoph Hellwig · 16 years ago
  85. 0e6bd95 Btrfs: only flush down bios for writeback pages by Chris Mason · 16 years ago
  86. 15916de Btrfs: Fixes for 2.6.28-rc API changes by Chris Mason · 16 years ago
  87. d2c3f4f Btrfs: Avoid writeback stalls by Chris Mason · 16 years ago
  88. 5b050f0 Btrfs: Fix compile warnings on 32 bit machines by Chris Mason · 16 years ago
  89. b47eda8 Btrfs: Turn off extent state leak debugging by Chris Mason · 16 years ago
  90. 39be25c Btrfs: Use invalidatepage when writepage finds a page outside of i_size by Chris Mason · 16 years ago
  91. f2b1c41 Btrfs: Make sure pages are dirty before doing delalloc for them by Chris Mason · 16 years ago
  92. 3b7885b Btrfs: enforce metadata allocation clustering by Chris Mason · 16 years ago
  93. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  94. 70b99e6 Btrfs: Compression corner fixes by Chris Mason · 16 years ago
  95. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  96. 6643558 Btrfs: Fix bookend extent race v2 by Yan Zheng · 16 years ago
  97. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  98. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  99. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  100. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago