1. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 12 years ago
  2. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  3. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  4. 355808c btrfs: ->submit_bio_hook error push-up by Jeff Mahoney · 13 years ago
  5. 200a5c1 btrfs: find_and_setup_root error push-up by Jeff Mahoney · 13 years ago
  6. d5c13f9 btrfs: clean_tree_block should panic on observed memory corruption and return void by Jeff Mahoney · 12 years ago
  7. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  8. a6b0d5c Btrfs: make sure we update latest_bdev by Chris Mason · 12 years ago
  9. 941b2dd btrfs: Sector Size check during Mount by Keith Mannthey · 13 years ago
  10. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  11. 0c4e538 btrfs: mask out gfp flags in releasepage by David Sterba · 12 years ago
  12. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  13. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  14. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 12 years ago
  15. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 12 years ago
  16. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 12 years ago
  17. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 12 years ago
  18. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 12 years ago
  19. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 12 years ago
  20. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 12 years ago
  21. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 12 years ago
  22. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 12 years ago
  23. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 12 years ago
  24. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 12 years ago
  25. b367e47 Btrfs: fix possible deadlock when opening a seed device by Li Zefan · 13 years ago
  26. f84a8bd btrfs: take allocation of ->tree_root into open_ctree() by Al Viro · 13 years ago
  27. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  28. be7e095 btrfs: merge free_fs_info() calls on fill_super failures by Al Viro · 13 years ago
  29. ad2b2c8 btrfs: make open_ctree() return int by Al Viro · 13 years ago
  30. e3029d9 btrfs: sanitizing ->fs_info, part 5 by Al Viro · 13 years ago
  31. 6f07e42 btrfs: sanitizing ->fs_info, part 4 by Al Viro · 13 years ago
  32. 38a77db btrfs: sanitizing ->fs_info, part 3 by Al Viro · 13 years ago
  33. 1233f54 btrfs: sanitizing ->fs_info, part 2 by Al Viro · 13 years ago
  34. 2eb34cd btrfs: sanitizing ->fs_info, part 1 by Al Viro · 13 years ago
  35. 98c7089 btrfs: preparation to fixing mount/umount race by Al Viro · 13 years ago
  36. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  37. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  38. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  39. c9a7fe9 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  40. 0dc3b84 Btrfs: fix num_workers_starting bug and other bugs in async thread by Josef Bacik · 13 years ago
  41. 986b11c Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer by Rafael J. Wysocki · 13 years ago
  42. af36d15 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  43. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  44. 32240a9 btrfs: mirror_num should be int, not u64 by Jan Schmidt · 13 years ago
  45. 387125f Btrfs: fix barrier flushes by Chris Mason · 13 years ago
  46. c1f4246 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  47. 586e46e Btrfs: close devices on all error paths in open_ctree() by Ilya Dryomov · 13 years ago
  48. 4d34b27 Btrfs: avoid null dereference and leaks when bailing from open_ctree() by Ilya Dryomov · 13 years ago
  49. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  50. 7c7e82a Btrfs: check for a null fs root when writing to the backup root log by Chris Mason · 13 years ago
  51. 306c8b6 Btrfs: stop the readahead threads on failed mount by Chris Mason · 13 years ago
  52. c674e04 Btrfs: fix extent_buffer leak in the metadata IO error handling by Chris Mason · 13 years ago
  53. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  54. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  55. 6d668dd Btrfs: make a delayed_block_rsv for the delayed item insertion by Josef Bacik · 13 years ago
  56. af31f5e Btrfs: add a log of past tree roots by Chris Mason · 13 years ago
  57. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  58. 01d658f Btrfs: make sure to flush queued bios if write_cache_pages waits by Chris Mason · 13 years ago
  59. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  60. 2bf6475 Btrfs: allow us to overcommit our enospc reservations by Josef Bacik · 13 years ago
  61. 300e4f8 Btrfs: put the block group cache after we commit the super by Josef Bacik · 13 years ago
  62. 37be25b Btrfs: kill the durable block rsv stuff by Josef Bacik · 13 years ago
  63. 4bb31e9 btrfs: hooks for readahead by Arne Jansen · 13 years ago
  64. 90519d6 btrfs: state information for readahead by Arne Jansen · 13 years ago
  65. ab0fff0 btrfs: add READAHEAD extent buffer flag by Arne Jansen · 13 years ago
  66. bb82ab8 btrfs: add an extra wait mode to read_extent_buffer_pages by Arne Jansen · 13 years ago
  67. 8ddc7d9 btrfs: add mirror_num to extent_read_full_page by Jan Schmidt · 13 years ago
  68. 2271220 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  69. 85d4e46 Btrfs: make a lockdep class for each root by Chris Mason · 13 years ago
  70. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  71. bab39bf Btrfs: use a worker thread to do caching by Josef Bacik · 13 years ago
  72. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  73. 35a30d7 btrfs: fix uninitialized return value by David Sterba · 13 years ago
  74. 9fe6a50 btrfs: Remove unused sysfs code by Maarten Lankhorst · 13 years ago
  75. 7585717 Btrfs: fix relocation races by Chris Mason · 13 years ago
  76. ac08aed Btrfs: check the return value from set_anon_super by Chris Mason · 13 years ago
  77. 0e73587 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linus by Chris Mason · 13 years ago
  78. 5be7675 btrfs: fix unlocked access of delalloc_inodes by David Sterba · 13 years ago
  79. 632dd77 btrfs: reinitialize scrub workers by Arne Jansen · 13 years ago
  80. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  81. 174ba50 Btrfs: use the device_list_mutex during write_dev_supers by Chris Mason · 13 years ago
  82. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  83. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  84. 1f78160 Btrfs: using rcu lock in the reader side of devices list by Xiao Guangrong · 13 years ago
  85. c9513ed Btrfs: fix the race between reading and updating devices by Xiao Guangrong · 13 years ago
  86. 0956c79 BTRFS: Remove unused node_lock by Andi Kleen · 13 years ago
  87. a4abeea Btrfs: kill trans_mutex by Josef Bacik · 13 years ago
  88. 7a7eaa4 Btrfs: take away the num_items argument from btrfs_join_transaction by Josef Bacik · 13 years ago
  89. 7126733 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  90. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  91. dcc6d07 Merge branch 'delayed_inode' into inode_numbers by Chris Mason · 13 years ago
  92. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  93. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  94. 7a36dde btrfs: use printk_ratelimited instead of printk_ratelimit by David Sterba · 13 years ago
  95. a2de733 btrfs: scrub by Arne Jansen · 13 years ago
  96. 182608c btrfs: remove old unused commented out code by David Sterba · 13 years ago
  97. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  98. ba14419 btrfs: drop gfp parameter from alloc_extent_buffer by David Sterba · 13 years ago
  99. f09d1f6 btrfs: drop gfp parameter from find_extent_buffer by David Sterba · 13 years ago
  100. 172ddd6 btrfs: drop gfp parameter from alloc_extent_map by David Sterba · 13 years ago