1. ca5d2ba Btrfs: remove unused key assignment when doing a full send by Filipe Manana · 7 years ago
  2. 5cdc84b btrfs: drop extent_io_ops::set_range_writeback callback by David Sterba · 7 years ago
  3. 00032d3 btrfs: drop extent_io_ops::merge_bio_hook callback by David Sterba · 7 years ago
  4. 05912a3 btrfs: drop extent_io_ops::tree_fs_info callback by David Sterba · 7 years ago
  5. e288c08 btrfs: unify end_io callbacks of async_submit_bio by David Sterba · 7 years ago
  6. d7cbfaf btrfs: remove unused member async_submit_bio::bio_flags by David Sterba · 7 years ago
  7. d7e8555 btrfs: remove unused member async_submit_bio::fs_info by David Sterba · 7 years ago
  8. 315409b btrfs: validate type when reading a chunk by Gu Jinxiang · 7 years ago
  9. b0132a3 btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED by Nikolay Borisov · 7 years ago
  10. 07e21c4 btrfs: Document locking requirement via lockdep_assert_held by Nikolay Borisov · 7 years ago
  11. 55ac013 btrfs: rename btrfs_release_extent_buffer_page by David Sterba · 7 years ago
  12. d64766f btrfs: Refactor loop in btrfs_release_extent_buffer_page by Nikolay Borisov · 7 years ago
  13. b16d011 btrfs: Reword dodgy comments in alloc_extent_buffer by Nikolay Borisov · 7 years ago
  14. 28187ae btrfs: Simplify page unlocking in alloc_extent_buffer by Nikolay Borisov · 7 years ago
  15. 8b9b6f2 btrfs: scrub: cleanup the remaining nodatasum fixup code by Qu Wenruo · 7 years ago
  16. 46df06b btrfs: refactor block group replication factor calculation to a helper by David Sterba · 7 years ago
  17. 321a4bf btrfs: use the assigned fs_devices instead of the dereference by Anand Jain · 7 years ago
  18. 62088ca btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leaf by Lu Fengqi · 7 years ago
  19. a9377422 btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit by Lu Fengqi · 7 years ago
  20. 280f8bd btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups by Lu Fengqi · 7 years ago
  21. 8696d76 btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent by Lu Fengqi · 7 years ago
  22. deb4062 btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree by Lu Fengqi · 7 years ago
  23. 8d38d7e btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items by Lu Fengqi · 7 years ago
  24. a95f3aa btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent by Lu Fengqi · 7 years ago
  25. f0042d5 btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup by Lu Fengqi · 7 years ago
  26. 3efbee1 btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup by Lu Fengqi · 7 years ago
  27. 49a05ec btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup by Lu Fengqi · 7 years ago
  28. 39616c2 btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation by Lu Fengqi · 7 years ago
  29. 6b36f1a btrfs: qgroup: Drop fs_info parameter from __del_qgroup_relation by Lu Fengqi · 7 years ago
  30. 9f8a6ce btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation by Lu Fengqi · 7 years ago
  31. 2e980ac btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_status_item by Lu Fengqi · 7 years ago
  32. 3e07e9a btrfs: qgroup: Drop root parameter from update_qgroup_info_item by Lu Fengqi · 7 years ago
  33. ac8a866 btrfs: qgroup: Drop root parameter from update_qgroup_limit_item by Lu Fengqi · 7 years ago
  34. 6910461 btrfs: qgroup: Drop quota_root parameter from del_qgroup_item by Lu Fengqi · 7 years ago
  35. 99d7f09 btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_item by Lu Fengqi · 7 years ago
  36. 711169c btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_item by Lu Fengqi · 7 years ago
  37. fa59f27 btrfs: rename btrfs_parse_early_options by Anand Jain · 7 years ago
  38. c8389d4 btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inherit by Lu Fengqi · 7 years ago
  39. 031f24d btrfs: Use btrfs_mark_bg_unused to replace open code by Qu Wenruo · 7 years ago
  40. 2556fbb btrfs: Rewrite retry logic in do_chunk_alloc by Nikolay Borisov · 7 years ago
  41. dec59fa btrfs: use customized batch size for total_bytes_pinned by Ethan Lien · 7 years ago
  42. d814a49 btrfs: use correct compare function of dirty_metadata_bytes by Ethan Lien · 7 years ago
  43. 36350e9 btrfs: return device pointer from btrfs_scan_one_device by Gu Jinxiang · 7 years ago
  44. d64dcbd btrfs: make fs_devices a local variable in btrfs_parse_early_options by Gu Jinxiang · 7 years ago
  45. 81ffd56 btrfs: fix mount and ioctl device scan ioctl race by David Sterba · 7 years ago
  46. 399f7f4 btrfs: reorder initialization before the mount locks uuid_mutex by David Sterba · 7 years ago
  47. 5139cff btrfs: lift uuid_mutex to callers of btrfs_parse_early_options by David Sterba · 7 years ago
  48. f5194e3 btrfs: lift uuid_mutex to callers of btrfs_open_devices by David Sterba · 7 years ago
  49. 899f930 btrfs: lift uuid_mutex to callers of btrfs_scan_one_device by David Sterba · 7 years ago
  50. 7bcb816 btrfs: use device_list_mutex when removing stale devices by Anand Jain · 7 years ago
  51. fa6d2ae btrfs: rename local devices for fs_devices in btrfs_free_stale_devices( by Anand Jain · 7 years ago
  52. 9c6d173 btrfs: extend locked section when adding a new device in device_list_add by Anand Jain · 7 years ago
  53. 4306a97 btrfs: do btrfs_free_stale_devices outside of device_list_add by Anand Jain · 7 years ago
  54. 959b1c0 btrfs: close devices without offloading to a temporary list by Nikolay Borisov · 7 years ago
  55. 621567a btrfs: Remove unused function btrfs_account_dev_extents_size by Qu Wenruo · 7 years ago
  56. 93b9bcd btrfs: remove unused parameter from btrfs_parse_subvol_options by Gu Jinxiang · 7 years ago
  57. b4993e6 btrfs: fix in-memory value of total_devices after seed device deletion by Anand Jain · 7 years ago
  58. 340f1aa btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable by Nikolay Borisov · 7 years ago
  59. c7b562c btrfs: raid56: catch errors from full_stripe_write by David Sterba · 7 years ago
  60. 176571a btrfs: raid56: merge rbio_is_full helpers by David Sterba · 7 years ago
  61. a81b747 btrfs: raid56: use new helper for async_scrub_parity by David Sterba · 7 years ago
  62. e66d8d5 btrfs: raid56: use new helper for async_read_rebuild by David Sterba · 7 years ago
  63. cf6a4a7 btrfs: raid56: use new helper for async_rmw_stripe by David Sterba · 7 years ago
  64. ac63885 btrfs: raid56: add new helper for starting async work by David Sterba · 7 years ago
  65. ebcc326 btrfs: open-code bio_set_op_attrs by David Sterba · 7 years ago
  66. cc5e31a btrfs: switch types to int when counting eb pages by David Sterba · 7 years ago
  67. 8791d43 btrfs: use round_up wrapper in num_extent_pages by David Sterba · 7 years ago
  68. 65ad010 btrfs: pass only eb to num_extent_pages by David Sterba · 7 years ago
  69. d7f663f btrfs: prune unused includes by David Sterba · 7 years ago
  70. 69d2480 btrfs: use copy_page for copying pages instead of memcpy by David Sterba · 7 years ago
  71. 3ffbd68 btrfs: simplify pointer chasing of local fs_info variables by David Sterba · 7 years ago
  72. 3750851 btrfs: simplify some assignments of inode numbers by David Sterba · 7 years ago
  73. 8f6c72a Btrfs: free space cache: make sure there is always room for generation number by Zhihui Zhang · 7 years ago
  74. 694c51f btrfs: drop unnecessary variable in btrfs_init_new_device by Anand Jain · 7 years ago
  75. 5da54bc btrfs: use a temporary variable for fs_devices in btrfs_init_new_device by Anand Jain · 7 years ago
  76. 389305b btrfs: relocation: Only remove reloc rb_trees if reloc control has been initialized by Qu Wenruo · 7 years ago
  77. ba480dd btrfs: tree-checker: Detect invalid and empty essential trees by Qu Wenruo · 7 years ago
  78. fce466e btrfs: tree-checker: Verify block_group_item by Qu Wenruo · 7 years ago
  79. 6d8ff4e btrfs: annotate unlikely branches after V0 extent type removal by David Sterba · 7 years ago
  80. ba3c2b1 btrfs: Add graceful handling of V0 extents by Nikolay Borisov · 7 years ago
  81. a79865c btrfs: Remove V0 extent support by Nikolay Borisov · 7 years ago
  82. 4de426c btrfs: remove unnecessary curly braces in btrfs_get_acl by Chengguang Xu · 7 years ago
  83. dc7789e btrfs: avoid error code override in btrfs_get_acl by Chengguang Xu · 7 years ago
  84. 5ee552da btrfs: remove unnecessary -ERANGE check in btrfs_get_acl by Chengguang Xu · 7 years ago
  85. 7e35eab btrfs: replace empty string with NULL when getting attribute length in btrfs_get_acl by Chengguang Xu · 7 years ago
  86. ab3629e btrfs: return error instead of crash when detecting unexpected type in btrfs_get_acl by Chengguang Xu · 7 years ago
  87. af431dc btrfs: return EUCLEAN if extent_inline_ref type is invalid by Su Yue · 7 years ago
  88. e4af400 btrfs: Use iocb to derive pos instead of passing a separate parameter by Goldwyn Rodrigues · 7 years ago
  89. 893bf4b btrfs: print more details when checking tree block finds a problem by Su Yue · 7 years ago
  90. 7b4284d btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tree_ref by Nikolay Borisov · 7 years ago
  91. 4379444 btrfs: Don't remove block group that still has pinned down bytes by Qu Wenruo · 7 years ago
  92. bc931c0 btrfs: Refactor count handling in btrfs_unpin_free_ino by Geert Uytterhoeven · 7 years ago
  93. d3c6be6f btrfs: use timespec64 for i_otime by Arnd Bergmann · 7 years ago
  94. afd4851 btrfs: use monotonic time for transaction handling by Arnd Bergmann · 7 years ago
  95. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 7 years ago
  96. bc877d2 btrfs: Deduplicate extent_buffer init code by Nikolay Borisov · 7 years ago
  97. 9912bbf btrfs: check-integrity: Fix NULL pointer dereference for degraded mount by Qu Wenruo · 7 years ago
  98. 43a7e99 btrfs: Remove fs_info from btrfs_force_chunk_alloc by Nikolay Borisov · 7 years ago
  99. c83488a btrfs: Remove fs_info from btrfs_inc_block_group_ro by Nikolay Borisov · 7 years ago
  100. 61da2ab btrfs: Remove fs_info from btrfs_alloc_logged_file_extent by Nikolay Borisov · 7 years ago