1. 5eecb9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  2. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 12 years ago
  3. 68310a5 Btrfs: restore restriper state on all mounts by Ilya Dryomov · 12 years ago
  4. 8874e81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  5. e18fca7 Btrfs: add a missing spin_lock by Josef Bacik · 12 years ago
  6. 718f58a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  7. 67cde34 Btrfs: destroy the items of the delayed inodes in error handling routine by Miao Xie · 12 years ago
  8. ed0eaa1 Btrfs: make sure that we've made everything in pinned tree clean by Liu Bo · 12 years ago
  9. 6e841e3 Btrfs: avoid memory leak of extent state in error handling routine by Liu Bo · 12 years ago
  10. 69e380d Btrfs: fix incompat flags setting by Li Zefan · 12 years ago
  11. 606686e Btrfs: use rcu to protect device->name by Josef Bacik · 12 years ago
  12. ee670f0a Btrfs: fix btrfs_destroy_marked_extents by Josef Bacik · 12 years ago
  13. d7096fc Btrfs: wake up transaction waiters when aborting a transaction by Josef Bacik · 12 years ago
  14. b939d1a Btrfs: fix locking in btrfs_destroy_delayed_refs by Josef Bacik · 12 years ago
  15. 51eab60 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  16. 1e20932 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  17. 733f4fb Btrfs: read device stats on mount, write modified ones during commit by Stefan Behrens · 12 years ago
  18. 442a4f6 Btrfs: add device counters for detected IO and checksum errors by Stefan Behrens · 12 years ago
  19. d07eb91 btrfs: Drop unused function btrfs_abort_devices() by Asias He · 12 years ago
  20. 8a35d95 Btrfs: fix how we deal with the orphan block rsv by Josef Bacik · 12 years ago
  21. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 12 years ago
  22. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 12 years ago
  23. f29021b Btrfs: add tree mod log to fs_info by Jan Schmidt · 12 years ago
  24. 5581a51 Btrfs: don't set for_cow parameter for tree block functions by Jan Schmidt · 12 years ago
  25. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  26. b9fab91 Btrfs: avoid sleeping in verify_parent_transid while atomic by Chris Mason · 12 years ago
  27. 5cf1ab5 Btrfs: always store the mirror we read the eb from by Josef Bacik · 12 years ago
  28. 8d082fb Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE by Liu Bo · 12 years ago
  29. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  30. 9c017ab btrfs: assignment in write_dev_flush() doesn't need two semi-colons by Jesper Juhl · 12 years ago
  31. bc3f116 Btrfs: update the checks for mixed block groups with big metadata blocks by Chris Mason · 12 years ago
  32. 3c4bb26 Btrfs: flush out and clean up any block device pages during mount by Chris Mason · 12 years ago
  33. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  34. 65139ed btrfs: disallow unequal data/metadata blocksize for mixed block groups by David Sterba · 13 years ago
  35. fcd1f065 Btrfs: enhance superblock sanity checks by David Sterba · 12 years ago
  36. ea46679 Btrfs: deal with read errors on extent buffers differently by Josef Bacik · 12 years ago
  37. f3f266a Btrfs: don't use threaded IO completion helpers for metadata writes by Chris Mason · 12 years ago
  38. 0b32f4b Btrfs: ensure an entire eb is written at once by Josef Bacik · 12 years ago
  39. 3083ee2 Btrfs: introduce free_extent_buffer_stale by Josef Bacik · 12 years ago
  40. 4f2de97a Btrfs: set page->private to the eb by Josef Bacik · 12 years ago
  41. 727011e Btrfs: allow metadata blocks larger than the page size by Chris Mason · 14 years ago
  42. 914b200 btrfs: Fix busyloop in transaction_kthread() by Jan Kara · 12 years ago
  43. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  44. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 12 years ago
  45. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  46. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  47. 355808c btrfs: ->submit_bio_hook error push-up by Jeff Mahoney · 13 years ago
  48. 200a5c1 btrfs: find_and_setup_root error push-up by Jeff Mahoney · 13 years ago
  49. d5c13f9 btrfs: clean_tree_block should panic on observed memory corruption and return void by Jeff Mahoney · 12 years ago
  50. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  51. a6b0d5c Btrfs: make sure we update latest_bdev by Chris Mason · 13 years ago
  52. 941b2dd btrfs: Sector Size check during Mount by Keith Mannthey · 13 years ago
  53. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  54. 0c4e538 btrfs: mask out gfp flags in releasepage by David Sterba · 13 years ago
  55. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  56. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  57. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 13 years ago
  58. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  59. d756bd2 Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration by Chris Mason · 13 years ago
  60. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 13 years ago
  61. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 13 years ago
  62. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 13 years ago
  63. 5964101 Btrfs: recover balance on mount by Ilya Dryomov · 13 years ago
  64. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 13 years ago
  65. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 13 years ago
  66. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 13 years ago
  67. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 13 years ago
  68. b367e47 Btrfs: fix possible deadlock when opening a seed device by Li Zefan · 13 years ago
  69. f84a8bd btrfs: take allocation of ->tree_root into open_ctree() by Al Viro · 13 years ago
  70. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  71. be7e095 btrfs: merge free_fs_info() calls on fill_super failures by Al Viro · 13 years ago
  72. ad2b2c8 btrfs: make open_ctree() return int by Al Viro · 13 years ago
  73. e3029d9 btrfs: sanitizing ->fs_info, part 5 by Al Viro · 13 years ago
  74. 6f07e42 btrfs: sanitizing ->fs_info, part 4 by Al Viro · 13 years ago
  75. 38a77db btrfs: sanitizing ->fs_info, part 3 by Al Viro · 13 years ago
  76. 1233f54 btrfs: sanitizing ->fs_info, part 2 by Al Viro · 13 years ago
  77. 2eb34cd btrfs: sanitizing ->fs_info, part 1 by Al Viro · 13 years ago
  78. 98c7089 btrfs: preparation to fixing mount/umount race by Al Viro · 13 years ago
  79. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  80. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  81. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  82. 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
  83. 0dc3b84 Btrfs: fix num_workers_starting bug and other bugs in async thread by Josef Bacik · 13 years ago
  84. 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
  85. af36d15 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  86. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  87. 32240a9 btrfs: mirror_num should be int, not u64 by Jan Schmidt · 13 years ago
  88. 387125f Btrfs: fix barrier flushes by Chris Mason · 13 years ago
  89. c1f4246 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  90. 586e46e Btrfs: close devices on all error paths in open_ctree() by Ilya Dryomov · 13 years ago
  91. 4d34b27 Btrfs: avoid null dereference and leaks when bailing from open_ctree() by Ilya Dryomov · 13 years ago
  92. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  93. 7c7e82a Btrfs: check for a null fs root when writing to the backup root log by Chris Mason · 13 years ago
  94. 306c8b6 Btrfs: stop the readahead threads on failed mount by Chris Mason · 13 years ago
  95. c674e04 Btrfs: fix extent_buffer leak in the metadata IO error handling by Chris Mason · 13 years ago
  96. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  97. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  98. 6d668dd Btrfs: make a delayed_block_rsv for the delayed item insertion by Josef Bacik · 13 years ago
  99. af31f5e Btrfs: add a log of past tree roots by Chris Mason · 13 years ago
  100. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago