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