1. 2236597 Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  2. 3a9508b btrfs: fix compile when block cgroups are not enabled by Chris Mason · 9 years ago
  3. d1b5c56 btrfs: Prevent from early transaction abort by Michal Hocko · 9 years ago
  4. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  5. da2f0f7 Btrfs: add support for blkio controllers by Chris Mason · 9 years ago
  6. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  7. 043cd04 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  8. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  9. 0d2b237 Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap by Josef Bacik · 9 years ago
  10. 0f31871 Btrfs: wake up extent state waiters on unlock through clear_extent_bits by Filipe Manana · 9 years ago
  11. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 9 years ago
  12. 062c19e Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON by Filipe Manana · 9 years ago
  13. 5d2361d Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent by Forrest Liu · 9 years ago
  14. 5ca64f4 btrfs: fix race on ENOMEM in alloc_extent_buffer by Omar Sandoval · 9 years ago
  15. 26e726a btrfs: incorrect handling for fiemap_fill_next_extent return by Chengyu Song · 9 years ago
  16. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  17. bcb7e44 Btrfs: just free dummy extent buffers by Josef Bacik · 9 years ago
  18. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  19. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 9 years ago
  20. 8d38633 page_writeback: put account_page_redirty() after set_page_dirty() by Konstantin Khebnikov · 9 years ago
  21. 289454a btrfs: clear bio reference after submit_one_bio() by Naohiro Aota · 10 years ago
  22. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  23. 9ee49a04 btrfs: switch extent_state state to unsigned by David Sterba · 10 years ago
  24. 6e1103a btrfs: fix state->private cast on 32 bit machines by Satoru Takeuchi · 10 years ago
  25. ce3e698 btrfs: sink parameter len to alloc_extent_buffer by David Sterba · 10 years ago
  26. 3f556f7 btrfs: unify extent buffer allocation api by David Sterba · 10 years ago
  27. 23d79d8 btrfs: use GFP_NOFS in __alloc_extent_buffer directly by David Sterba · 10 years ago
  28. c7bc631 Btrfs: avoid premature -ENOMEM in clear_extent_bit() by Filipe Manana · 10 years ago
  29. c8fd3de Btrfs: avoid returning -ENOMEM in convert_extent_bit() too early by Filipe Manana · 10 years ago
  30. e38e2ed Btrfs: make find_first_extent_bit be able to cache any state by Filipe Manana · 10 years ago
  31. 704de49 Btrfs: set page and mapping error on compressed write failure by Filipe Manana · 10 years ago
  32. bbf65cf Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  33. 656f30d Btrfs: be aware of btree inode write errors to avoid fs corruption by Filipe Manana · 10 years ago
  34. 8146502 Btrfs: fix crash of btrfs_release_extent_buffer_page by Liu Bo · 10 years ago
  35. 55e3bd2 Btrfs: add missing end_page_writeback on submit_extent_page failure by Filipe Manana · 10 years ago
  36. fb85fc9 btrfs: kill extent_buffer_page helper by David Sterba · 10 years ago
  37. a50924e btrfs: drop constant param from btrfs_release_extent_buffer_page by David Sterba · 10 years ago
  38. f612496 Btrfs: cleanup the read failure record after write or when the inode is freeing by Miao Xie · 10 years ago
  39. 8b110e3 Btrfs: implement repair function when direct read fails by Miao Xie · 10 years ago
  40. 1203b68 Btrfs: modify clean_io_failure and make it suit direct io by Miao Xie · 10 years ago
  41. ffdd201 Btrfs: modify repair_io_failure and make it suit direct io by Miao Xie · 10 years ago
  42. 2fe6303 Btrfs: split bio_readpage_error into several functions by Miao Xie · 10 years ago
  43. 454ff3d Btrfs: Cleanup unused variant and argument of IO failure handlers by Miao Xie · 10 years ago
  44. 6c387ab Btrfs: fix missing error handler if submiting re-read bio fails by Miao Xie · 10 years ago
  45. c1dc089 Btrfs: do file data check by sub-bio's self by Miao Xie · 10 years ago
  46. 23ea8e5 Btrfs: load checksum data once when submitting a direct read io by Miao Xie · 10 years ago
  47. dc046b1 Btrfs: make fiemap not blow when you have lots of snapshots by Josef Bacik · 10 years ago
  48. a583c02 Btrfs: cleanup the same name in end_bio_extent_readpage by Liu Bo · 10 years ago
  49. 27a3507 Btrfs: reduce size of struct extent_state by Filipe Manana · 10 years ago
  50. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  51. 1fb00cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  52. 38c1c2e Btrfs: fix crash on endio of reading corrupted block by Liu Bo · 10 years ago
  53. 2c91943 btrfs: Return right extent when fiemap gives unaligned offset and len. by Qu Wenruo · 10 years ago
  54. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  55. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  56. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 10 years ago
  57. 550ac1d btrfs: new function read_extent_buffer_to_user by Gerhard Heift · 11 years ago
  58. 859862d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  59. 40f7658 Btrfs: split up __extent_writepage to lower stack usage by Chris Mason · 10 years ago
  60. 0e378df Btrfs: cut down stack usage in btree_write_cache_pages by Chris Mason · 10 years ago
  61. 7d78874 Btrfs: fix double free in find_lock_delalloc_range by Chris Mason · 10 years ago
  62. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  63. 5dca6ee Btrfs: mark mapping with error flag to report errors to userspace by Liu Bo · 10 years ago
  64. 61391d5 Btrfs: fix hang on error (such as ENOSPC) when writing extent pages by Filipe Manana · 10 years ago
  65. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  66. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  67. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  68. c50d3e7 Btrfs: more efficient io tree navigation on wait_extent_bit by Filipe Manana · 10 years ago
  69. a26e8c9 Btrfs: don't clear uptodate if the eb is under IO by Josef Bacik · 10 years ago
  70. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  71. f2071b2 Btrfs: more efficient split extent state insertion by Filipe Manana · 10 years ago
  72. cbc0e92 Btrfs: remove unneeded field / smaller extent_map structure by Filipe Manana · 10 years ago
  73. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  74. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  75. f28491e Btrfs: move the extent buffer radix tree into the fs_info by Josef Bacik · 11 years ago
  76. 34b41ac Btrfs: use a bit to track if we're in the radix tree by Josef Bacik · 11 years ago
  77. a5dee37 Btrfs: deal with io_tree->mapping being NULL by Josef Bacik · 11 years ago
  78. 12cfbad Btrfs: more efficient extent state insertions by Filipe David Borba Manana · 11 years ago
  79. c42ac0b Btrfs: add missing extent state caching calls by Filipe David Borba Manana · 11 years ago
  80. 68ba990 Btrfs: fix extent boundary check in bio_readpage_error by Filipe David Borba Manana · 11 years ago
  81. 50892ba btrfs: remove unused variables from extent_io.c by Valentina Giusti · 11 years ago
  82. 5ee5406 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  83. c170bbb block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  84. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  85. 2c30c71 block: Convert various code to bio_for_each_segment() by Kent Overstreet · 11 years ago
  86. 33879d4 block: submit_bio_wait() conversions by Kent Overstreet · 11 years ago
  87. 908960c Btrfs: disable online raid-repair on ro mounts by Ilya Dryomov · 11 years ago
  88. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  89. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  90. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  91. 1877e1a btrfs: remove move_pages() by Zach Brown · 11 years ago
  92. 452c75c Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer case by Chandra Seetharaman · 11 years ago
  93. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  94. fe09e16 Btrfs: export btrfs space shared info to userspace by Liu Bo · 11 years ago
  95. d64dab90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  96. 7bf811a5 Btrfs: limit delalloc pages outside of find_delalloc_range by Josef Bacik · 11 years ago
  97. b208c2f btrfs: Fix crash due to not allocating integrity data for a bioset by Darrick J. Wong · 11 years ago
  98. 385fe0b Btrfs: fix crash of compressed writes by Liu Bo · 11 years ago
  99. 573aeca Btrfs: actually limit the size of delalloc range by Josef Bacik · 11 years ago
  100. 778746b Btrfs: PAGE_CACHE_SIZE is already unsigned long by Geert Uytterhoeven · 11 years ago