1. 2dbe0c7 btrfs: use BLK_STS defines where needed by Anand Jain · 7 years ago
  2. 2b902df btrfs: fix use of error or warning for missing device by Anand Jain · 7 years ago
  3. 5a2b8e6 btrfs: declare btrfs_report_missing_device() static by Anand Jain · 7 years ago
  4. 45dbdbc btrfs: fix EIO misuse to report missing degraded option by Anand Jain · 7 years ago
  5. adfb69a btrfs: add_missing_dev() should return the actual error by Anand Jain · 7 years ago
  6. f851689 Btrfs: remove nr_async_bios by Liu Bo · 7 years ago
  7. 7132a26 btrfs: error out if btrfs_attach_transaction() fails by Anand Jain · 7 years ago
  8. d31c32f btrfs: fix BUG_ON in btrfs_init_new_device() by Anand Jain · 7 years ago
  9. 0af2c4b btrfs: undo writable superblocke when sprouting fails by Anand Jain · 7 years ago
  10. 1efb72a btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunk by Nikolay Borisov · 7 years ago
  11. c9162bd Btrfs: make some volumes.c functions static by Omar Sandoval · 7 years ago
  12. 219d33b Btrfs: remove batch plug in run_scheduled_IO by Liu Bo · 7 years ago
  13. 5ba88cd Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  14. bd7d63c Btrfs: use btrfs_op instead of bio_op in __btrfs_map_block by Liu Bo · 7 years ago
  15. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  16. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  17. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  18. 58efbc9 Btrfs: fix blk_status_t/errno confusion by Omar Sandoval · 7 years ago
  19. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  20. b5d9071 btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extent by Nikolay Borisov · 7 years ago
  21. 0ca00af btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extent by Nikolay Borisov · 7 years ago
  22. 408fbf1 btrfs: Remove extraneous chunk_objectid variable by Nikolay Borisov · 7 years ago
  23. 0174484 btrfs: Remove chunk_objectid argument from btrfs_make_block_group by Nikolay Borisov · 7 years ago
  24. 0ce1dd2 btrfs: Remove redundant setting of uuid in btrfs_block_header by Nikolay Borisov · 7 years ago
  25. db7c942 btrfs: Remove unused sectorsize variable from struct map_lookup by Nikolay Borisov · 7 years ago
  26. 44880fd btrfs: use appropriate define for the fsid by Anand Jain · 7 years ago
  27. 9f6d251 btrfs: use named constant for bdev blocksize by David Sterba · 8 years ago
  28. 35c7010 btrfs: refactor find_device helper by David Sterba · 8 years ago
  29. 2dfeca9 btrfs: merge alloc_device helpers by David Sterba · 8 years ago
  30. e4ff5fb btrfs: Remove unused parameters from volume.c functions by Nikolay Borisov · 8 years ago
  31. 110840b btrfs: Remove unused variables by Nikolay Borisov · 8 years ago
  32. 500ceed btrfs: Remove find_raid56_stripe_len by Nikolay Borisov · 8 years ago
  33. c550245 btrfs: Enhance message when a device is missing during mount by Qu Wenruo · 8 years ago
  34. bc3cce2 btrfs: Cleanup num_tolerated_disk_barrier_failures by Qu Wenruo · 8 years ago
  35. 21634a1 btrfs: Introduce a function to check if all chunks a OK for degraded rw mount by Qu Wenruo · 8 years ago
  36. 69f03f1 btrfs: Prevent possible ERR_PTR() dereference by Nikolay Borisov · 8 years ago
  37. f148ef4 btrfs: Be explicit about usage of min() by Nikolay Borisov · 8 years ago
  38. e5600fd btrfs: Use explicit round_down call rather than open-coding it by Nikolay Borisov · 8 years ago
  39. ebcc930 btrfs: convert while loop to list_for_each_entry by Nikolay Borisov · 8 years ago
  40. 0a2a133 Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  41. 0e4324a btrfs: round down size diff when shrinking/growing device by Nikolay Borisov · 7 years ago
  42. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  43. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  44. e0ae999 btrfs: preallocate device flush bio by David Sterba · 8 years ago
  45. 7dfb8be btrfs: Round down values which are written for total_bytes_size by Nikolay Borisov · 8 years ago
  46. 0d0c71b btrfs: obsolete and remove mount option alloc_start by David Sterba · 8 years ago
  47. 6165572 btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdev by David Sterba · 8 years ago
  48. 8b6c1d5 btrfs: sink gfp parameter to btrfs_bio_clone by David Sterba · 8 years ago
  49. 3aa8e07 btrfs: btrfs_bio_clone never fails, skip error handling by David Sterba · 8 years ago
  50. 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 8 years ago
  51. a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 8 years ago
  52. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  53. 9bcaaea btrfs: fix the gfp_mask for the reada_zones radix tree by Chris Mason · 8 years ago
  54. e884f4f btrfs: use q which is already obtained from bdev_get_queue by Anand Jain · 8 years ago
  55. 42c61ab Btrfs: switch to div64_u64 if with a u64 divisor by Liu Bo · 8 years ago
  56. 825ad4c btrfs: drop redundant parameters from btrfs_map_sblock by David Sterba · 8 years ago
  57. 171938e btrfs: track exclusive filesystem operation in flags by David Sterba · 8 years ago
  58. cc8385b btrfs: preallocate radix tree node for readahead by David Sterba · 8 years ago
  59. 539b50d Btrfs: convert BUG_ON to WARN_ON by Liu Bo · 8 years ago
  60. 2b19a1f Btrfs: helper for ops that requires full stripe by Liu Bo · 8 years ago
  61. 6fad823 Btrfs: do not add extra mirror when dev_replace target dev is not available by Liu Bo · 8 years ago
  62. 73c0f22 Btrfs: handle operations for device replace separately by Liu Bo · 8 years ago
  63. 5ab5609 Btrfs: introduce a function to get extra mirror from replace by Liu Bo · 8 years ago
  64. 0b3d4cd Btrfs: separate DISCARD from __btrfs_map_block by Liu Bo · 8 years ago
  65. 592d92e Btrfs: create a helper for getting chunk map by Liu Bo · 8 years ago
  66. 490b54d btrfs: convert extent_map.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  67. 140475a btrfs: convert btrfs_bio.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  68. 1450612 btrfs: fix a bogus warning when converting only data or metadata by Adam Borowski · 8 years ago
  69. 4b31ac4 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  70. a967efb Btrfs: fix potential use-after-free for cloned bio by Liu Bo · 8 years ago
  71. bbe08c0 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  72. fa25299 btrfs: handle allocation error in update_dev_stat_item by David Sterba · 8 years ago
  73. da353f6 btrfs: constify device path passed to relevant helpers by David Sterba · 8 years ago
  74. 9003ed1 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  75. e4a4dce btrfs: remove unused parameter from init_first_rw_device by David Sterba · 8 years ago
  76. 72b468c btrfs: remove unused parameter from __btrfs_alloc_chunk by David Sterba · 8 years ago
  77. efa7c9f block: Get rid of blk_get_backing_dev_info() by Jan Kara · 8 years ago
  78. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  79. 3444136 btrfs: opencode chunk locking, remove helpers by David Sterba · 8 years ago
  80. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  81. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  82. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  83. 3796d33 btrfs: root->fs_info cleanup, lock/unlock_chunks by Jeff Mahoney · 9 years ago
  84. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  85. fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 9 years ago
  86. 5112feb btrfs: btrfs_init_new_device should use fs_info->dev_root by Jeff Mahoney · 9 years ago
  87. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
  88. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
  89. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  90. d24ee97 btrfs: use new helpers to set uuids in eb by David Sterba · 8 years ago
  91. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  92. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  93. 67f055c btrfs: use op_is_sync to check for synchronous requests by Christoph Hellwig · 8 years ago
  94. 19c4d2f Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs" by Chris Mason · 8 years ago
  95. 0ccd052 btrfs: fix a possible umount deadlock by Anand Jain · 8 years ago
  96. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  97. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  98. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  99. cea67ab btrfs: clean the old superblocks before freeing the device by Jeff Mahoney · 8 years ago
  100. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago