1. 228a73a btrfs: introduce new ioctl to unregister a btrfs device by Anand Jain · 6 years ago
  2. 09ba3bc btrfs: merge btrfs_find_device and find_device by Anand Jain · 6 years ago
  3. e4319cd btrfs: refactor btrfs_find_device() take fs_devices as argument by Anand Jain · 6 years ago
  4. 7b41ba7 btrfs: remove btrfs_bio_end_io_t by Johannes Thumshirn · 6 years ago
  5. b3a0dd5 btrfs: replace btrfs_io_bio::end_io with a simple helper by David Sterba · 6 years ago
  6. 31feccc btrfs: remove redundant csum buffer in btrfs_io_bio by David Sterba · 6 years ago
  7. f89e09c btrfs: add helper to describe block group flags by Anand Jain · 6 years ago
  8. d1a6300 btrfs: add members to fs_devices to track fsid changes by Nikolay Borisov · 6 years ago
  9. 7239ff4 btrfs: Introduce support for FSID change without metadata rewrite by Nikolay Borisov · 6 years ago
  10. b50836e btrfs: introduce nparity raid_attr by Hans van Kranenburg · 6 years ago
  11. 60ca842 Btrfs: rename and export get_chunk_map by Omar Sandoval · 7 years ago
  12. a27a94c btrfs: Make btrfs_find_device_by_devspec return btrfs_device directly by Nikolay Borisov · 6 years ago
  13. 6c05040 btrfs: Make btrfs_find_device_missing_or_by_path return directly a device by Nikolay Borisov · 6 years ago
  14. cf90d88 btrfs: Introduce mount time chunk <-> dev extent mapping check by Qu Wenruo · 6 years ago
  15. 97aff91 btrfs: Remove fs_info from btrfs_finish_chunk_alloc by Nikolay Borisov · 6 years ago
  16. 4f5ad7b btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev by Nikolay Borisov · 6 years ago
  17. d6507cf btrfs: Remove fs_info from btrfs_assign_next_active_device by Nikolay Borisov · 6 years ago
  18. 68a9db5 btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdev by Nikolay Borisov · 6 years ago
  19. 46df06b btrfs: refactor block group replication factor calculation to a helper by David Sterba · 6 years ago
  20. 36350e9 btrfs: return device pointer from btrfs_scan_one_device by Gu Jinxiang · 7 years ago
  21. 621567a btrfs: Remove unused function btrfs_account_dev_extents_size by Qu Wenruo · 7 years ago
  22. fce466e btrfs: tree-checker: Verify block_group_item by Qu Wenruo · 7 years ago
  23. c216b20 btrfs: Remove fs_info from btrfs_alloc_chunk by Nikolay Borisov · 7 years ago
  24. 6fcf6e2 btrfs: remove redundant btrfs_balance_control::fs_info by David Sterba · 7 years ago
  25. 63a9c7b btrfs: Remove devid parameter from btrfs_rmap_block by Nikolay Borisov · 7 years ago
  26. f9fbcaa btrfs: move btrfs_raid_mindev_errorvalues to btrfs_raid_attr table by Anand Jain · 7 years ago
  27. 41a6e89 btrfs: move btrfs_raid_group values to btrfs_raid_attr table by Anand Jain · 7 years ago
  28. ed23467 btrfs: move btrfs_raid_type_names values to btrfs_raid_attr table by Anand Jain · 7 years ago
  29. d48f39d btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static by David Sterba · 7 years ago
  30. a425f9d btrfs: export and rename free_device by David Sterba · 7 years ago
  31. c4babc5 btrfs: rename struct btrfs_fs_devices::list by Anand Jain · 7 years ago
  32. 9888c34 btrfs: replace GPL boilerplate by SPDX -- headers by David Sterba · 7 years ago
  33. 9b99b11 btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids by Anand Jain · 7 years ago
  34. ffc5a37 btrfs: add (the only possible) __exit annotation by David Sterba · 7 years ago
  35. 3e72ee8 btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index() by Qu Wenruo · 7 years ago
  36. e9b919b btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_used by Nikolay Borisov · 7 years ago
  37. 15fc128 btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume() by Anand Jain · 7 years ago
  38. 3cbf26d btrfs: Remove unused readahead spinlock by Matthew Wilcox · 7 years ago
  39. cadbc0a btrfs: rename btrfs_device::scrub_device to scrub_ctx by Anand Jain · 7 years ago
  40. 6528b99 btrfs: factor btrfs_check_rw_degradable() to check given device by Anand Jain · 7 years ago
  41. 1c3063b btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT by Anand Jain · 7 years ago
  42. 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
  43. e6e674b btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING by Anand Jain · 7 years ago
  44. e12c962 btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA by Anand Jain · 7 years ago
  45. ebbede4 btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE by Anand Jain · 7 years ago
  46. 38b5f68 btrfs: drop btrfs_device::can_discard to query directly by Anand Jain · 7 years ago
  47. ac244ef btrfs: Remove unused function by Nikolay Borisov · 7 years ago
  48. 4660c49 btrfs: Remove redundant memory barrier in dev stats by Nikolay Borisov · 7 years ago
  49. 9deae96 btrfs: Fix memory barriers usage with device stats counters by Nikolay Borisov · 7 years ago
  50. 9f5316c Btrfs: free btrfs_device in place by Liu Bo · 7 years ago
  51. 5a2b8e6 btrfs: declare btrfs_report_missing_device() static by Anand Jain · 7 years ago
  52. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  53. 58efbc9 Btrfs: fix blk_status_t/errno confusion by Omar Sandoval · 7 years ago
  54. db7c942 btrfs: Remove unused sectorsize variable from struct map_lookup by Nikolay Borisov · 7 years ago
  55. e4ff5fb btrfs: Remove unused parameters from volume.c functions by Nikolay Borisov · 7 years ago
  56. c550245 btrfs: Enhance message when a device is missing during mount by Qu Wenruo · 8 years ago
  57. 21634a1 btrfs: Introduce a function to check if all chunks a OK for degraded rw mount by Qu Wenruo · 8 years ago
  58. e0ae999 btrfs: preallocate device flush bio by David Sterba · 8 years ago
  59. fa1bcbe btrfs: document mandatory order of bio in btrfs_io_bio by David Sterba · 8 years ago
  60. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 8 years ago
  61. 401b41e btrfs: add framework to handle device flush error as a volume by Anand Jain · 8 years ago
  62. 13e88e1 btrfs: delete unused member nobarriers by Anand Jain · 8 years ago
  63. 825ad4c btrfs: drop redundant parameters from btrfs_map_sblock by David Sterba · 8 years ago
  64. 592d92e Btrfs: create a helper for getting chunk map by Liu Bo · 8 years ago
  65. 140475a btrfs: convert btrfs_bio.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  66. da353f6 btrfs: constify device path passed to relevant helpers by David Sterba · 8 years ago
  67. 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
  68. 3444136 btrfs: opencode chunk locking, remove helpers by David Sterba · 8 years ago
  69. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  70. 3796d33 btrfs: root->fs_info cleanup, lock/unlock_chunks by Jeff Mahoney · 9 years ago
  71. fb45625 btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere by Jeff Mahoney · 9 years ago
  72. 5112feb btrfs: btrfs_init_new_device should use fs_info->dev_root by Jeff Mahoney · 9 years ago
  73. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
  74. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
  75. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  76. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  77. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  78. 81a75f67 btrfs: use bio fields for op and flags by Mike Christie · 9 years ago
  79. b3d3fa5 btrfs: update __btrfs_map_block for REQ_OP transition by Mike Christie · 9 years ago
  80. 680834c Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  81. 36fac9e Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  82. 3d8da67 Btrfs: fix divide error upon chunk's stripe_len by Liu Bo · 9 years ago
  83. 88acff6 btrfs: cleanup assigning next active device with a check by Anand Jain · 9 years ago
  84. 04cd01d btrfs: uapi/linux/btrfs.h migration, move balance flags by Jeff Mahoney · 9 years ago
  85. 5c5c0df btrfs: rename btrfs_find_device_by_user_input by David Sterba · 9 years ago
  86. 621292b btrfs: introduce raid-type to error-code table, for minimum device constraint by David Sterba · 9 years ago
  87. 6b526ed btrfs: introduce device delete by devid by Anand Jain · 9 years ago
  88. 24e0474 btrfs: create helper btrfs_find_device_by_user_input() by Anand Jain · 9 years ago
  89. 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
  90. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  91. afa427c Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  92. 87ad58c btrfs: make btrfs_close_one_device static by David Sterba · 9 years ago
  93. da02c68 btrfs: fix clashing number of the enhanced balance usage filter by David Sterba · 9 years ago
  94. b66d62b btrfs: add balance filters limits, stripes and usage to supported mask by David Sterba · 9 years ago
  95. bc30946 btrfs: extend balance filter usage to take minimum and maximum by David Sterba · 9 years ago
  96. dee32d0 btrfs: add balance filter for stripes by Gabríel Arthúr Pétursson · 9 years ago
  97. 12907fc btrfs: extend balance filter limit to take minimum and maximum by David Sterba · 9 years ago
  98. 849ef92 btrfs: check unsupported filters in balance arguments by David Sterba · 9 years ago
  99. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  100. 8789f4f btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures() by Zhao Lei · 9 years ago