1. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  2. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 11 years ago
  3. a71754f Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate by Josef Bacik · 11 years ago
  4. 8d599ae btrfs: add debug check for extent_io range alignment by David Sterba · 11 years ago
  5. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  6. 130901b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  7. c5cb6a0 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next by Chris Mason · 11 years ago
  8. 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 11 years ago
  9. 17a5adc btrfs: do away with non-whole_page extent I/O by Alexandre Oliva · 11 years ago
  10. a52f4cd Btrfs: fix off-by-one in fiemap by Liu Bo · 11 years ago
  11. 983a5f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  12. 4107488 btrfs: use unsigned long type for extent state bits by David Sterba · 11 years ago
  13. f7a52a4 btrfs: remove unused gfp mask parameter from release_extent_buffer callchain by David Sterba · 11 years ago
  14. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  15. 6d49ba1 btrfs: move leak debug code to functions by Eric Sandeen · 11 years ago
  16. fd8b2b6 Btrfs: cleanup destroy_marked_extents by Josef Bacik · 11 years ago
  17. d4c7ca8 Btrfs: use REQ_META for all metadata IO by Josef Bacik · 11 years ago
  18. e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 11 years ago
  19. 6b67a32 Btrfs: pass NULL instead of 0 by Liu Bo · 11 years ago
  20. 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
  21. 4adaa61 Btrfs: fix race between mmap writes and compression by Chris Mason · 11 years ago
  22. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  23. 180e001 btrfs: fixup/remove module.h usage as required by Paul Gortmaker · 11 years ago
  24. b8dae31 btrfs: use only inline_pages from extent buffer by David Sterba · 11 years ago
  25. fda2832 btrfs: cleanup for open-coded alignment by Qu Wenruo · 11 years ago
  26. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 11 years ago
  27. c8f2f24 Btrfs: remove unused extent io tree ops V2 by Josef Bacik · 11 years ago
  28. e2d8452 Btrfs: use percpu counter for dirty metadata count by Miao Xie · 12 years ago
  29. 4eee4fa Btrfs: use wrapper page_offset by Miao Xie · 12 years ago
  30. 242e18c Btrfs: reduce lock contention on extent buffer locks by Chris Mason · 12 years ago
  31. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  32. 64a1670 Btrfs: add rw argument to merge_bio_hook() by David Woodhouse · 15 years ago
  33. 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
  34. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  35. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  36. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  37. f48d427 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  38. 84167d1 Btrfs: Fix wrong error handling code by Stefan Behrens · 12 years ago
  39. 7205542 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  40. f60b1b4 Btrfs: fix page leakage by Josef Bacik · 12 years ago
  41. 4804b38 Btrfs: do not warn_on when we cannot alloc a page for an extent buffer by Josef Bacik · 12 years ago
  42. edd33c9 Btrfs: don't bug on enomem in readpage by Josef Bacik · 12 years ago
  43. 479ed9a btrfs: move inline function code to header file by Robin Dong · 12 years ago
  44. 7a2d6a6 Btrfs: remove unnecessary IS_ERR in bio_readpage_error() by Tsutomu Itoh · 12 years ago
  45. e613887 Btrfs: cache extent state when writing out dirty metadata pages by Josef Bacik · 12 years ago
  46. de0022b Btrfs: do not async metadata csumming in certain situations by Josef Bacik · 12 years ago
  47. b5bae26 Btrfs: fix race when getting the eb out of page->private by Josef Bacik · 12 years ago
  48. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  49. be3940c btrfs: Kill some bi_idx references by Kent Overstreet · 12 years ago
  50. 837e197 btrfs: polish names of kmem caches by David Sterba · 12 years ago
  51. 9e8a4a8 Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag by Liu Bo · 12 years ago
  52. 74dd17f Btrfs: fix btrfs send for inline items and compression by Chris Mason · 12 years ago
  53. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  54. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  55. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  56. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  57. 67c9684 Btrfs: improve multi-thread buffer read by Liu Bo · 12 years ago
  58. 51561ff Btrfs: lock the transition from dirty to writeback for an eb by Josef Bacik · 12 years ago
  59. 594831c Btrfs: fix potential race in extent buffer freeing by Josef Bacik · 12 years ago
  60. e64860a Btrfs: don't return true in releasepage unless we actually freed the eb by Josef Bacik · 12 years ago
  61. d5b025d btrfs read error corrected message floods the console during recovery by Anand Jain · 12 years ago
  62. 10983f2 Btrfs: fix typo in convert_extent_bit by Liu Bo · 12 years ago
  63. 7fd1a3f Btrfs: hold a ref on the inode during writepages by Josef Bacik · 12 years ago
  64. 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 12 years ago
  65. 1e20932 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  66. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 12 years ago
  67. d1ac6e4 Btrfs: use fastpath in extent state ops as much as possible by Liu Bo · 12 years ago
  68. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 12 years ago
  69. d7dbe9e Btrfs: fix compile warnings in extent_io.c by Josef Bacik · 12 years ago
  70. 815a51c Btrfs: dummy extent buffers for tree mod log by Jan Schmidt · 12 years ago
  71. fd5e62a Btrfs: remove the useless assignment to *entry in function tree_insert of file extent_io.c by Wang Sheng-Hui · 12 years ago
  72. 477d7ea Btrfs: fix the comment for find_first_extent_bit by Wang Sheng-Hui · 12 years ago
  73. 39bab87 Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_extent_pages by Wang Sheng-Hui · 12 years ago
  74. 1b303fc Btrfs: cleanup the comment for clear_state_bit in extent_io.c by Wang Sheng-Hui · 12 years ago
  75. 271fd5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  76. 17de39a Btrfs: fix page leak when allocing extent buffers by Josef Bacik · 12 years ago
  77. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  78. 5cf1ab5 Btrfs: always store the mirror we read the eb from by Josef Bacik · 12 years ago
  79. cdc6a39 Btrfs: avoid possible use-after-free in clear_extent_bit() by Li Zefan · 12 years ago
  80. 8e52acf Btrfs: retrurn void from clear_state_bit by Li Zefan · 12 years ago
  81. 659e45d Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  82. e627ee7 Btrfs: check return value of bio_alloc() properly by Tsutomu Itoh · 12 years ago
  83. d95603b Btrfs: fix uninit variable in repair_eb_io_failure by Chris Mason · 12 years ago
  84. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  85. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  86. ea46679 Btrfs: deal with read errors on extent buffers differently by Josef Bacik · 12 years ago
  87. a098d8e Btrfs: loop waiting on writeback by Chris Mason · 12 years ago
  88. 0b32f4b Btrfs: ensure an entire eb is written at once by Josef Bacik · 12 years ago
  89. 5df4235 Btrfs: introduce mark_extent_buffer_accessed by Josef Bacik · 12 years ago
  90. 3083ee2 Btrfs: introduce free_extent_buffer_stale by Josef Bacik · 12 years ago
  91. 115391d Btrfs: only use the existing eb if it's count isn't 0 by Josef Bacik · 12 years ago
  92. 4f2de97a Btrfs: set page->private to the eb by Josef Bacik · 12 years ago
  93. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  94. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  95. 3fbe5c0 btrfs: split extent_state ops by Jeff Mahoney · 12 years ago
  96. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  97. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  98. 355808c btrfs: ->submit_bio_hook error push-up by Jeff Mahoney · 13 years ago
  99. 3444a97 btrfs: Factor out tree->ops->merge_bio_hook call by Jeff Mahoney · 13 years ago
  100. 6763af8 btrfs: Remove set bits return from clear_extent_bit by Jeff Mahoney · 12 years ago