1. 815a51c Btrfs: dummy extent buffers for tree mod log by Jan Schmidt · 12 years ago
  2. 17de39a Btrfs: fix page leak when allocing extent buffers by Josef Bacik · 12 years ago
  3. 5cf1ab5 Btrfs: always store the mirror we read the eb from by Josef Bacik · 12 years ago
  4. cdc6a39 Btrfs: avoid possible use-after-free in clear_extent_bit() by Li Zefan · 12 years ago
  5. 8e52acf Btrfs: retrurn void from clear_state_bit by Li Zefan · 12 years ago
  6. e627ee7 Btrfs: check return value of bio_alloc() properly by Tsutomu Itoh · 12 years ago
  7. d95603b Btrfs: fix uninit variable in repair_eb_io_failure by Chris Mason · 12 years ago
  8. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  9. ea46679 Btrfs: deal with read errors on extent buffers differently by Josef Bacik · 12 years ago
  10. a098d8e Btrfs: loop waiting on writeback by Chris Mason · 12 years ago
  11. 0b32f4b Btrfs: ensure an entire eb is written at once by Josef Bacik · 12 years ago
  12. 5df4235 Btrfs: introduce mark_extent_buffer_accessed by Josef Bacik · 12 years ago
  13. 3083ee2 Btrfs: introduce free_extent_buffer_stale by Josef Bacik · 12 years ago
  14. 115391d Btrfs: only use the existing eb if it's count isn't 0 by Josef Bacik · 12 years ago
  15. 4f2de97a Btrfs: set page->private to the eb by Josef Bacik · 12 years ago
  16. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  17. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  18. 3fbe5c0 btrfs: split extent_state ops by Jeff Mahoney · 12 years ago
  19. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  20. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  21. 355808c btrfs: ->submit_bio_hook error push-up by Jeff Mahoney · 13 years ago
  22. 3444a97 btrfs: Factor out tree->ops->merge_bio_hook call by Jeff Mahoney · 13 years ago
  23. 6763af8 btrfs: Remove set bits return from clear_extent_bit by Jeff Mahoney · 12 years ago
  24. c2d904e btrfs: Catch locking failures in {set,clear,convert}_extent_bit by Jeff Mahoney · 13 years ago
  25. 5065319 Btrfs: clear the extent uptodate bits during parent transid failures by Chris Mason · 12 years ago
  26. 692e575 Btrfs: be less strict on finding next node in clear_extent_bit by Liu Bo · 12 years ago
  27. 9d47c76 Btrfs: kick out redundant stuff in convert_extent_bit by Liu Bo · 12 years ago
  28. 0449314 Btrfs: skip states when they does not contain bits to clear by Liu Bo · 12 years ago
  29. 285190d Btrfs: check return value of lookup_extent_mapping() correctly by Tsutomu Itoh · 12 years ago
  30. 013bd4c Btrfs: fix return value check of extent_io_ops by Tsutomu Itoh · 12 years ago
  31. 87826df btrfs: delalloc for page dirtied out-of-band in fixup worker by Jeff Mahoney · 12 years ago
  32. 8bedd51 Btrfs: Check for NULL page in extent_range_uptodate by Mitch Harder · 12 years ago
  33. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 12 years ago
  34. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 12 years ago
  35. 5b25f70 Btrfs: add nested locking mode for paths by Arne Jansen · 13 years ago
  36. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  37. 1cf4ffd Btrfs: drop spin lock when memory alloc fails by Liu Bo · 13 years ago
  38. f4a8e65 Btrfs: fix meta data raid-repair merge problem by Jan Schmidt · 13 years ago
  39. 4d479cf Btrfs: sectorsize align offsets in fiemap by Josef Bacik · 13 years ago
  40. 32240a9 btrfs: mirror_num should be int, not u64 by Jan Schmidt · 13 years ago
  41. 745c4d8 btrfs: Fix up 32/64-bit compatibility for new ioctls by Jeff Mahoney · 13 years ago
  42. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  43. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  44. bf0da8c Btrfs: ClearPageError during writepage and clean_tree_block by Chris Mason · 13 years ago
  45. 01d658f Btrfs: make sure to flush queued bios if write_cache_pages waits by Chris Mason · 13 years ago
  46. fee187d Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC by Liu Bo · 13 years ago
  47. 462d6fa Btrfs: introduce convert_extent_bit by Josef Bacik · 13 years ago
  48. 9e48710 Btrfs: skip looking for delalloc if we don't have ->fill_delalloc by Josef Bacik · 13 years ago
  49. 4bb31e9 btrfs: hooks for readahead by Arne Jansen · 13 years ago
  50. bb82ab8 btrfs: add an extra wait mode to read_extent_buffer_pages by Arne Jansen · 13 years ago
  51. 4a54c8c btrfs: Moved repair code from inode.c to extent_io.c by Jan Schmidt · 13 years ago
  52. 8ddc7d9 btrfs: add mirror_num to extent_read_full_page by Jan Schmidt · 13 years ago
  53. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  54. 0d10ee2 Btrfs: don't call writepages from within write_full_page by Josef Bacik · 13 years ago
  55. 69261c4 Btrfs: clean up for find_first_extent_bit() by Xiao Guangrong · 13 years ago
  56. ded91f0 Btrfs: clean up for wait_extent_bit() by Xiao Guangrong · 13 years ago
  57. 3150b69 Btrfs: clean up for insert_state() by Xiao Guangrong · 13 years ago
  58. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  59. 2271220 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  60. ff95acb Merge branch 'integration' into for-linus by Chris Mason · 13 years ago
  61. 19b6caf Btrfs: reduce extent_state lock contention for metadata by Chris Mason · 13 years ago
  62. bd68151 Btrfs: switch the btrfs tree locks to reader/writer by Chris Mason · 13 years ago
  63. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  64. f7aaa06 Btrfs: tag pages for writeback in sync by Josef Bacik · 13 years ago
  65. df98b6e Btrfs: fix how we merge extent states and deal with cached states by Josef Bacik · 13 years ago
  66. d46db3d writeback: make writeback_control.nr_to_write straight by Wu Fengguang · 13 years ago
  67. e6ece70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  68. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  69. a0c3061 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  70. c309df0 Btrfs: return -ENOMEM in clear_extent_bit by Chris Mason · 13 years ago
  71. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  72. 90a887c btrfs: add cleancache support by Dan Magenheimer · 13 years ago
  73. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  74. c7f895a Btrfs: fix unsafe usage of merge_state by Xiao Guangrong · 13 years ago
  75. 8233767 Btrfs: allocate extent state and check the result properly by Xiao Guangrong · 13 years ago
  76. af60bed Btrfs: set range_start to the right start in count_range_bits by Josef Bacik · 13 years ago
  77. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  78. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  79. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  80. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  81. ba14419 btrfs: drop gfp parameter from alloc_extent_buffer by David Sterba · 13 years ago
  82. f09d1f6 btrfs: drop gfp parameter from find_extent_buffer by David Sterba · 13 years ago
  83. f993c88 btrfs: drop unused argument from extent_io_tree_init by David Sterba · 13 years ago
  84. c704005 btrfs: unify checking of IS_ERR and null by David Sterba · 13 years ago
  85. 306e16c btrfs: rename variables clashing with global function names by David Sterba · 13 years ago
  86. 019793b Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  87. 43e817a btrfs: fix wrong allocating flag when reading page by Itaru Kitayama · 13 years ago
  88. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  89. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  90. 0d39920 Btrfs end_bio_extent_readpage should look for locked bits by Chris Mason · 13 years ago
  91. 109b36a Btrfs: make uncache_state unconditional by Chris Mason · 13 years ago
  92. 507903b btrfs: using cached extent_state in set/unlock combinations by Arne Jansen · 13 years ago
  93. 3387206 btrfs: properly handle overlapping areas in memmove_extent_buffer by Sergei Trofimovich · 13 years ago
  94. 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
  95. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  96. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  97. 85026533 Btrfs: return error if the range we want to map is bogus by Josef Bacik · 13 years ago
  98. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  99. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  100. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago