1. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  2. 3189ff7 btrfs: btrfs_wait_tree_block_writeback can be void return by Jeff Layton · 8 years ago
  3. c6100a4 Btrfs: replace tree->mapping with tree->private_data by Josef Bacik · 8 years ago
  4. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  5. 0700cea btrfs: convert btrfs_root.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  6. 9ed5736 btrfs: constify input buffer of btrfs_csum_data by David Sterba · 8 years ago
  7. eece6a9 btrfs: merge two superblock writing helpers by David Sterba · 8 years ago
  8. 7c302b4 btrfs: remove unused parameter from clean_tree_block by David Sterba · 8 years ago
  9. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  10. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  11. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
  12. 0b5e3da btrfs: change btrfs_csum_final result param type to u8 by Domagoj Tršan · 8 years ago
  13. 62d1f9f btrfs: remove trivial helper btrfs_find_tree_block by David Sterba · 8 years ago
  14. c79a175 Btrfs: fix memory leak of block group cache by Liu Bo · 8 years ago
  15. 28687b9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  16. 35bbb97 btrfs: don't create or leak aliased root while cleaning up orphans by Jeff Mahoney · 8 years ago
  17. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  18. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  19. 7c0260e btrfs: tests, require fs_info for root by Jeff Mahoney · 8 years ago
  20. 81a75f6 btrfs: use bio fields for op and flags by Mike Christie · 8 years ago
  21. b9ef22d Btrfs: self-tests: Support non-4k page size by Feifei Xu · 8 years ago
  22. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  23. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  24. 4db8c52 btrfs: remove a trivial helper btrfs_set_buffer_uptodate by David Sterba · 9 years ago
  25. 29c36d7 Btrfs: add btrfs_read_dev_one_super() to read one specific SB by Anand Jain · 9 years ago
  26. 943c6e9 btrfs: Add raid56 support for updating by Zhao Lei · 9 years ago
  27. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  28. a83fffb btrfs: sink blocksize parameter to btrfs_find_create_tree_block by David Sterba · 10 years ago
  29. c0dcaa4 btrfs: sink blocksize parameter to reada_tree_block_flagged by David Sterba · 10 years ago
  30. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago
  31. 27b19cc Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  32. 97eb6b6 btrfs: use slab for end_io_wq structures by David Sterba · 10 years ago
  33. bfebd8b btrfs: use enum for wq endio metadata type by David Sterba · 10 years ago
  34. 0308af4 btrfs: remove unused parameter blocksize from btrfs_find_tree_block by David Sterba · 10 years ago
  35. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  36. 6197d86 btrfs: return void from readahead_tree_block by David Sterba · 10 years ago
  37. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  38. 8b110e3 Btrfs: implement repair function when direct read fails by Miao Xie · 10 years ago
  39. 3abdbd7 btrfs: make close_ctree return void by David Sterba · 10 years ago
  40. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 11 years ago
  41. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  42. c00869f Btrfs: fix oops caused by the space balance and dead roots by Miao Xie · 11 years ago
  43. b0feb9d Btrfs: introduce grab/put functions for the root of the fs/file tree by Miao Xie · 12 years ago
  44. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 12 years ago
  45. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 12 years ago
  46. b049668 Btrfs: cleanup unused arguments of btrfs_csum_data by Liu Bo · 12 years ago
  47. e75206c Btrfs: cleanup unused function by Liu Bo · 12 years ago
  48. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  49. b53d3f5 Btrfs: cleanup for btrfs_btree_balance_dirty by Liu Bo · 12 years ago
  50. 5af3e8c Btrfs: make filesystem read-only when submitting barrier fails by Stefan Behrens · 12 years ago
  51. 68ce968 Btrfs: remove superblock writing after fatal error by Stefan Behrens · 12 years ago
  52. 20897f5 Btrfs: added helper to create new trees by Arne Jansen · 13 years ago
  53. d07eb91 btrfs: Drop unused function btrfs_abort_devices() by Asias He · 13 years ago
  54. b9fab91 Btrfs: avoid sleeping in verify_parent_transid while atomic by Chris Mason · 13 years ago
  55. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 13 years ago
  56. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 13 years ago
  57. d5c13f9 btrfs: clean_tree_block should panic on observed memory corruption and return void by Jeff Mahoney · 13 years ago
  58. f84a8bd btrfs: take allocation of ->tree_root into open_ctree() by Al Viro · 13 years ago
  59. ad2b2c8 btrfs: make open_ctree() return int by Al Viro · 13 years ago
  60. 6f07e42 btrfs: sanitizing ->fs_info, part 4 by Al Viro · 13 years ago
  61. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  62. 01d658f Btrfs: make sure to flush queued bios if write_cache_pages waits by Chris Mason · 13 years ago
  63. ab0fff0 btrfs: add READAHEAD extent buffer flag by Arne Jansen · 14 years ago
  64. 85d4e46 Btrfs: make a lockdep class for each root by Chris Mason · 13 years ago
  65. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 14 years ago
  66. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 14 years ago
  67. f2a97a9 btrfs: remove all unused functions by David Sterba · 14 years ago
  68. 621496f btrfs: remove unused function prototypes by David Sterba · 14 years ago
  69. acce952 Btrfs: forced readonly mounts on errors by liubo · 14 years ago
  70. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 15 years ago
  71. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 15 years ago
  72. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 16 years ago
  73. 4008c04 Btrfs: make a lockdep class for the extent buffer locks by Chris Mason · 16 years ago
  74. 7237f18 Btrfs: fix tree logs parallel sync by Yan Zheng · 16 years ago
  75. a512bbf Btrfs: superblock duplication by Yan Zheng · 16 years ago
  76. c146afa Btrfs: mount ro and remount support by Yan Zheng · 16 years ago
  77. 4a69a41 Btrfs: Add ordered async work queues by Chris Mason · 16 years ago
  78. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  79. 4bef084 Btrfs: Tree logging fixes by Chris Mason · 16 years ago
  80. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  81. b64a285 Btrfs: Wait for async bio submissions to make some progress at queue time by Chris Mason · 16 years ago
  82. 777e6bd Btrfs: Transaction commit: don't use filemap_fdatawait by Chris Mason · 16 years ago
  83. 3f157a2 Btrfs: Online btree defragmentation fixes by Chris Mason · 16 years ago
  84. 89ce8a6 Add btrfs_end_transaction_throttle to force writers to wait for pending commits by Chris Mason · 16 years ago
  85. dfe2502 Btrfs: Add mount -o degraded to allow mounts to continue with missing devices by Chris Mason · 17 years ago
  86. 1259ab7 Btrfs: Handle write errors on raid1 and raid10 by Chris Mason · 17 years ago
  87. ca7a79a Btrfs: Pass down the expected generation number when reading tree blocks by Chris Mason · 17 years ago
  88. 44b8bd7 Btrfs: Create a work queue for bio writes by Chris Mason · 17 years ago
  89. f298446 Btrfs: Write out all super blocks on commit, and bring back proper barrier support by Chris Mason · 17 years ago
  90. 22c5994 Btrfs: Handle data block end_io through the async work queue by Chris Mason · 17 years ago
  91. 0999df5 Btrfs: Verify checksums on tree blocks found without read_tree_block by Chris Mason · 17 years ago
  92. 8a4b83c Btrfs: Add support for device scanning and detection ioctls by Chris Mason · 17 years ago
  93. 0b86a83 Btrfs: Add support for multiple devices per filesystem by Chris Mason · 17 years ago
  94. e2008b6 Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion by Chris Mason · 17 years ago
  95. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 17 years ago
  96. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 17 years ago
  97. ff79f81 Btrfs: Add back file data checksumming by Chris Mason · 17 years ago
  98. 6b80053 Btrfs: Add back the online defragging code by Chris Mason · 17 years ago
  99. db94535 Btrfs: Allow tree blocks larger than the page size by Chris Mason · 17 years ago
  100. 5f39d39 Btrfs: Create extent_buffer interface for large blocksizes by Chris Mason · 17 years ago