1. de02b9f Btrfs: fix data corruption when deduplicating between different files by Filipe Manana · 7 years ago
  2. d4682ba Btrfs: sync log after logging new name by Filipe Manana · 7 years ago
  3. 8ecebf4d Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on space by Robbie Ko · 7 years ago
  4. 39379fa btrfs: revert fs_devices state on error of btrfs_init_new_device by Naohiro Aota · 7 years ago
  5. 64f64f4 btrfs: Exit gracefully when chunk map cannot be inserted to the tree by Qu Wenruo · 7 years ago
  6. cf90d88 btrfs: Introduce mount time chunk <-> dev extent mapping check by Qu Wenruo · 7 years ago
  7. 7ef4951 btrfs: Verify that every chunk has corresponding block group at mount time by Qu Wenruo · 7 years ago
  8. 514c7dc btrfs: Check that each block group has corresponding chunk at mount time by Qu Wenruo · 7 years ago
  9. 22d3151 Btrfs: send, fix incorrect file layout after hole punching beyond eof by Filipe Manana · 7 years ago
  10. 672d599 btrfs: Use wrapper macro for rcu string to remove duplicate code by Misono Tomohiro · 7 years ago
  11. f5b3a41 btrfs: simplify btrfs_iget by Al Viro · 7 years ago
  12. 9bc2cef btrfs: lift make_bad_inode into btrfs_iget by Al Viro · 7 years ago
  13. 8d9e220 btrfs: simplify IS_ERR/PTR_ERR checks by Al Viro · 7 years ago
  14. 2e19f1f btrfs: btrfs_iget never returns an is_bad_inode inode by Al Viro · 7 years ago
  15. 1e7e1f9 btrfs: replace: Reset on-disk dev stats value after replace by Misono Tomohiro · 7 years ago
  16. 85c3954 btrfs: extent-tree: Remove unused __btrfs_free_block_rsv by Misono Tomohiro · 7 years ago
  17. afc6961 btrfs: backref: Use ERR_CAST to return error code by Misono Tomohiro · 7 years ago
  18. 5b7d687 btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvol by Lu Fengqi · 7 years ago
  19. 401b3b1 btrfs: Remove root parameter from btrfs_unlink_subvol by Lu Fengqi · 7 years ago
  20. 6025c19 btrfs: Remove fs_info from btrfs_add_root_ref by Lu Fengqi · 7 years ago
  21. 3ee1c55 btrfs: Remove fs_info from btrfs_del_root_ref by Lu Fengqi · 7 years ago
  22. ab9ce7d btrfs: Remove fs_info from btrfs_del_root by Lu Fengqi · 7 years ago
  23. 9add294 btrfs: Remove fs_info from btrfs_delete_delayed_dir_index by Lu Fengqi · 7 years ago
  24. 4465c8b btrfs: Remove fs_info from btrfs_insert_delayed_dir_index by Lu Fengqi · 7 years ago
  25. b585102 btrfs: extent-tree: remove unused member walk_control::for_reloc by David Sterba · 7 years ago
  26. 46b2f45 Btrfs: fix send failure when root has deleted files still open by Filipe Manana · 7 years ago
  27. 0d83639 Btrfs: fix mount failure after fsync due to hard link recreation by Filipe Manana · 7 years ago
  28. 4559b0a btrfs: don't leak ret from do_chunk_alloc by Josef Bacik · 7 years ago
  29. 84db5cc btrfs: merge free_fs_root helpers by David Sterba · 7 years ago
  30. 2ffad70 btrfs: constify strings passed to assertion helper by David Sterba · 7 years ago
  31. e9539cf btrfs: dev-replace: remove unused members of btrfs_dev_replace by David Sterba · 7 years ago
  32. e17385c btrfs: remove unused member btrfs_root::name by David Sterba · 7 years ago
  33. 616d374 btrfs: allow defrag on a file opened read-only that has rw permissions by Adam Borowski · 7 years ago
  34. 3c42769 Btrfs: fix btrfs_write_inode vs delayed iput deadlock by Josef Bacik · 7 years ago
  35. 97aff91 btrfs: Remove fs_info from btrfs_finish_chunk_alloc by Nikolay Borisov · 7 years ago
  36. f420879 btrfs: Remove fs_info form btrfs_free_chunk by Nikolay Borisov · 7 years ago
  37. 4f5ad7b btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev by Nikolay Borisov · 7 years ago
  38. d6507cf btrfs: Remove fs_info from btrfs_assign_next_active_device by Nikolay Borisov · 7 years ago
  39. 5495f19 btrfs: remove fs_info argument from update_dev_stat_item by Nikolay Borisov · 7 years ago
  40. 68a9db5 btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdev by Nikolay Borisov · 7 years ago
  41. 8e87e85 btrfs: Remove fs_info argument from btrfs_add_dev_item by Nikolay Borisov · 7 years ago
  42. 5e23a6f btrfs: extent-tree: Remove dead alignment check by Qu Wenruo · 7 years ago
  43. ca5d2ba Btrfs: remove unused key assignment when doing a full send by Filipe Manana · 7 years ago
  44. 5cdc84b btrfs: drop extent_io_ops::set_range_writeback callback by David Sterba · 7 years ago
  45. 00032d3 btrfs: drop extent_io_ops::merge_bio_hook callback by David Sterba · 7 years ago
  46. 05912a3 btrfs: drop extent_io_ops::tree_fs_info callback by David Sterba · 7 years ago
  47. e288c08 btrfs: unify end_io callbacks of async_submit_bio by David Sterba · 7 years ago
  48. d7cbfaf btrfs: remove unused member async_submit_bio::bio_flags by David Sterba · 7 years ago
  49. d7e8555 btrfs: remove unused member async_submit_bio::fs_info by David Sterba · 7 years ago
  50. 315409b btrfs: validate type when reading a chunk by Gu Jinxiang · 7 years ago
  51. b0132a3 btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED by Nikolay Borisov · 7 years ago
  52. 07e21c4 btrfs: Document locking requirement via lockdep_assert_held by Nikolay Borisov · 7 years ago
  53. 55ac013 btrfs: rename btrfs_release_extent_buffer_page by David Sterba · 7 years ago
  54. d64766f btrfs: Refactor loop in btrfs_release_extent_buffer_page by Nikolay Borisov · 7 years ago
  55. b16d011 btrfs: Reword dodgy comments in alloc_extent_buffer by Nikolay Borisov · 7 years ago
  56. 28187ae btrfs: Simplify page unlocking in alloc_extent_buffer by Nikolay Borisov · 7 years ago
  57. 8b9b6f2 btrfs: scrub: cleanup the remaining nodatasum fixup code by Qu Wenruo · 7 years ago
  58. 46df06b btrfs: refactor block group replication factor calculation to a helper by David Sterba · 7 years ago
  59. 321a4bf btrfs: use the assigned fs_devices instead of the dereference by Anand Jain · 7 years ago
  60. 62088ca btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leaf by Lu Fengqi · 7 years ago
  61. a9377422 btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit by Lu Fengqi · 7 years ago
  62. 280f8bd btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups by Lu Fengqi · 7 years ago
  63. 8696d76 btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent by Lu Fengqi · 7 years ago
  64. deb4062 btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree by Lu Fengqi · 7 years ago
  65. 8d38d7e btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items by Lu Fengqi · 7 years ago
  66. a95f3aa btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent by Lu Fengqi · 7 years ago
  67. f0042d5 btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup by Lu Fengqi · 7 years ago
  68. 3efbee1 btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup by Lu Fengqi · 7 years ago
  69. 49a05ec btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup by Lu Fengqi · 7 years ago
  70. 39616c2 btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation by Lu Fengqi · 7 years ago
  71. 6b36f1a btrfs: qgroup: Drop fs_info parameter from __del_qgroup_relation by Lu Fengqi · 7 years ago
  72. 9f8a6ce btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation by Lu Fengqi · 7 years ago
  73. 2e980ac btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_status_item by Lu Fengqi · 7 years ago
  74. 3e07e9a btrfs: qgroup: Drop root parameter from update_qgroup_info_item by Lu Fengqi · 7 years ago
  75. ac8a866 btrfs: qgroup: Drop root parameter from update_qgroup_limit_item by Lu Fengqi · 7 years ago
  76. 6910461 btrfs: qgroup: Drop quota_root parameter from del_qgroup_item by Lu Fengqi · 7 years ago
  77. 99d7f09 btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_item by Lu Fengqi · 7 years ago
  78. 711169c btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_item by Lu Fengqi · 7 years ago
  79. fa59f27 btrfs: rename btrfs_parse_early_options by Anand Jain · 7 years ago
  80. c8389d4 btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inherit by Lu Fengqi · 7 years ago
  81. 031f24d btrfs: Use btrfs_mark_bg_unused to replace open code by Qu Wenruo · 7 years ago
  82. 2556fbb btrfs: Rewrite retry logic in do_chunk_alloc by Nikolay Borisov · 7 years ago
  83. dec59fa btrfs: use customized batch size for total_bytes_pinned by Ethan Lien · 7 years ago
  84. d814a49 btrfs: use correct compare function of dirty_metadata_bytes by Ethan Lien · 7 years ago
  85. 36350e9 btrfs: return device pointer from btrfs_scan_one_device by Gu Jinxiang · 7 years ago
  86. d64dcbd btrfs: make fs_devices a local variable in btrfs_parse_early_options by Gu Jinxiang · 7 years ago
  87. 81ffd56 btrfs: fix mount and ioctl device scan ioctl race by David Sterba · 7 years ago
  88. 399f7f4 btrfs: reorder initialization before the mount locks uuid_mutex by David Sterba · 7 years ago
  89. 5139cff btrfs: lift uuid_mutex to callers of btrfs_parse_early_options by David Sterba · 7 years ago
  90. f5194e3 btrfs: lift uuid_mutex to callers of btrfs_open_devices by David Sterba · 7 years ago
  91. 899f930 btrfs: lift uuid_mutex to callers of btrfs_scan_one_device by David Sterba · 7 years ago
  92. 7bcb816 btrfs: use device_list_mutex when removing stale devices by Anand Jain · 7 years ago
  93. fa6d2ae btrfs: rename local devices for fs_devices in btrfs_free_stale_devices( by Anand Jain · 7 years ago
  94. 9c6d173 btrfs: extend locked section when adding a new device in device_list_add by Anand Jain · 7 years ago
  95. 4306a97 btrfs: do btrfs_free_stale_devices outside of device_list_add by Anand Jain · 7 years ago
  96. 959b1c0 btrfs: close devices without offloading to a temporary list by Nikolay Borisov · 7 years ago
  97. 621567a btrfs: Remove unused function btrfs_account_dev_extents_size by Qu Wenruo · 7 years ago
  98. 93b9bcd btrfs: remove unused parameter from btrfs_parse_subvol_options by Gu Jinxiang · 7 years ago
  99. b4993e6 btrfs: fix in-memory value of total_devices after seed device deletion by Anand Jain · 7 years ago
  100. 340f1aa btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable by Nikolay Borisov · 7 years ago