1. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. c50d3e7 Btrfs: more efficient io tree navigation on wait_extent_bit by Filipe Manana · 10 years ago
  3. a26e8c9 Btrfs: don't clear uptodate if the eb is under IO by Josef Bacik · 10 years ago
  4. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  5. f2071b2 Btrfs: more efficient split extent state insertion by Filipe Manana · 11 years ago
  6. cbc0e92 Btrfs: remove unneeded field / smaller extent_map structure by Filipe Manana · 11 years ago
  7. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  8. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  9. f28491e Btrfs: move the extent buffer radix tree into the fs_info by Josef Bacik · 11 years ago
  10. 34b41ac Btrfs: use a bit to track if we're in the radix tree by Josef Bacik · 11 years ago
  11. a5dee37 Btrfs: deal with io_tree->mapping being NULL by Josef Bacik · 11 years ago
  12. 12cfbad Btrfs: more efficient extent state insertions by Filipe David Borba Manana · 11 years ago
  13. c42ac0b Btrfs: add missing extent state caching calls by Filipe David Borba Manana · 11 years ago
  14. 68ba990 Btrfs: fix extent boundary check in bio_readpage_error by Filipe David Borba Manana · 11 years ago
  15. 50892ba btrfs: remove unused variables from extent_io.c by Valentina Giusti · 11 years ago
  16. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  17. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  18. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  19. 2c30c71 block: Convert various code to bio_for_each_segment() by Kent Overstreet · 11 years ago
  20. 33879d4 block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  21. 908960c Btrfs: disable online raid-repair on ro mounts by Ilya Dryomov · 11 years ago
  22. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  23. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  24. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  25. 1877e1a btrfs: remove move_pages() by Zach Brown · 11 years ago
  26. 452c75c Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer case by Chandra Seetharaman · 11 years ago
  27. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  28. fe09e16 Btrfs: export btrfs space shared info to userspace by Liu Bo · 11 years ago
  29. d64dab90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  30. 7bf811a5 Btrfs: limit delalloc pages outside of find_delalloc_range by Josef Bacik · 11 years ago
  31. b208c2f btrfs: Fix crash due to not allocating integrity data for a bioset by Darrick J. Wong · 11 years ago
  32. 385fe0b Btrfs: fix crash of compressed writes by Liu Bo · 11 years ago
  33. 573aeca Btrfs: actually limit the size of delalloc range by Josef Bacik · 11 years ago
  34. 778746b Btrfs: PAGE_CACHE_SIZE is already unsigned long by Geert Uytterhoeven · 11 years ago
  35. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  36. 171170c btrfs: mark some local function as 'static' by Sergei Trofimovich · 11 years ago
  37. 35a3621 Btrfs: get rid of sparse warnings by Stefan Behrens · 11 years ago
  38. 4b38431 btrfs: Introduce extent_read_full_page_nolock() by Mark Fasheh · 11 years ago
  39. 9ec7267 Btrfs: stop using GFP_ATOMIC when allocating rewind ebs by Josef Bacik · 11 years ago
  40. db7f343 Btrfs: deal with enomem in the rewind path by Josef Bacik · 11 years ago
  41. c2790a2 Btrfs: cleanup arguments to extent_clear_unlock_delalloc by Josef Bacik · 11 years ago
  42. 125bac01 Btrfs: cache the extent map struct when reading several pages by Miao Xie · 11 years ago
  43. 9974090 Btrfs: batch the extent state operation when reading pages by Miao Xie · 11 years ago
  44. 883d0de Btrfs: batch the extent state operation in the end io handle of the read page by Miao Xie · 11 years ago
  45. facc8a22 Btrfs: don't cache the csum value into the extent state tree by Miao Xie · 11 years ago
  46. f2a09da Btrfs: add branch prediction hints in the read page end IO function by Miao Xie · 11 years ago
  47. 09a7f7a Btrfs: remove unnecessary argument of bio_readpage_error() by Miao Xie · 11 years ago
  48. b76bb70 Btrfs: do not offset physical if we're compressed by Josef Bacik · 11 years ago
  49. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  50. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 11 years ago
  51. a71754f Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate by Josef Bacik · 11 years ago
  52. 8d599ae btrfs: add debug check for extent_io range alignment by David Sterba · 11 years ago
  53. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  54. 130901b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  55. c5cb6a0 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next by Chris Mason · 11 years ago
  56. 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 11 years ago
  57. 17a5adc btrfs: do away with non-whole_page extent I/O by Alexandre Oliva · 11 years ago
  58. a52f4cd Btrfs: fix off-by-one in fiemap by Liu Bo · 11 years ago
  59. 983a5f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  60. 4107488 btrfs: use unsigned long type for extent state bits by David Sterba · 11 years ago
  61. f7a52a4 btrfs: remove unused gfp mask parameter from release_extent_buffer callchain by David Sterba · 11 years ago
  62. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  63. 6d49ba1 btrfs: move leak debug code to functions by Eric Sandeen · 11 years ago
  64. fd8b2b6 Btrfs: cleanup destroy_marked_extents by Josef Bacik · 11 years ago
  65. d4c7ca8 Btrfs: use REQ_META for all metadata IO by Josef Bacik · 11 years ago
  66. e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 11 years ago
  67. 6b67a32 Btrfs: pass NULL instead of 0 by Liu Bo · 11 years ago
  68. 64f8de4 Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core by Jens Axboe · 11 years ago
  69. 4adaa61 Btrfs: fix race between mmap writes and compression by Chris Mason · 11 years ago
  70. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  71. 180e001 btrfs: fixup/remove module.h usage as required by Paul Gortmaker · 12 years ago
  72. b8dae31 btrfs: use only inline_pages from extent buffer by David Sterba · 12 years ago
  73. fda2832 btrfs: cleanup for open-coded alignment by Qu Wenruo · 12 years ago
  74. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  75. c8f2f24 Btrfs: remove unused extent io tree ops V2 by Josef Bacik · 12 years ago
  76. e2d8452 Btrfs: use percpu counter for dirty metadata count by Miao Xie · 12 years ago
  77. 4eee4fa Btrfs: use wrapper page_offset by Miao Xie · 12 years ago
  78. 242e18c Btrfs: reduce lock contention on extent buffer locks by Chris Mason · 12 years ago
  79. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  80. 64a1670 Btrfs: add rw argument to merge_bio_hook() by David Woodhouse · 15 years ago
  81. 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
  82. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  83. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  84. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  85. f48d427 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  86. 84167d1 Btrfs: Fix wrong error handling code by Stefan Behrens · 12 years ago
  87. 7205542 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  88. f60b1b4 Btrfs: fix page leakage by Josef Bacik · 12 years ago
  89. 4804b38 Btrfs: do not warn_on when we cannot alloc a page for an extent buffer by Josef Bacik · 12 years ago
  90. edd33c9 Btrfs: don't bug on enomem in readpage by Josef Bacik · 12 years ago
  91. 479ed9a btrfs: move inline function code to header file by Robin Dong · 12 years ago
  92. 7a2d6a6 Btrfs: remove unnecessary IS_ERR in bio_readpage_error() by Tsutomu Itoh · 12 years ago
  93. e613887 Btrfs: cache extent state when writing out dirty metadata pages by Josef Bacik · 12 years ago
  94. de0022b Btrfs: do not async metadata csumming in certain situations by Josef Bacik · 12 years ago
  95. b5bae26 Btrfs: fix race when getting the eb out of page->private by Josef Bacik · 12 years ago
  96. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  97. be3940c btrfs: Kill some bi_idx references by Kent Overstreet · 12 years ago
  98. 837e197 btrfs: polish names of kmem caches by David Sterba · 12 years ago
  99. 9e8a4a8 Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag by Liu Bo · 12 years ago
  100. 74dd17f Btrfs: fix btrfs send for inline items and compression by Chris Mason · 12 years ago