1. d85327b1 btrfs: prefetch chunk tree leaves at mount by David Sterba · 4 years, 7 months ago
  2. 49bac89 btrfs: add metadata_uuid to FS_INFO ioctl by Johannes Thumshirn · 4 years, 6 months ago
  3. 0fb408a btrfs: add filesystem generation to FS_INFO ioctl by Johannes Thumshirn · 4 years, 6 months ago
  4. 137c541 btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl by Johannes Thumshirn · 4 years, 6 months ago
  5. adca4d9 btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOT by Qu Wenruo · 4 years, 6 months ago
  6. c53e965 btrfs: qgroup: try to flush qgroup space when we get -EDQUOT by Qu Wenruo · 4 years, 6 months ago
  7. 263da81 btrfs: qgroup: allow to unreserve range without releasing other ranges by Qu Wenruo · 4 years, 7 months ago
  8. 48aaeeb btrfs: convert block group refcount to refcount_t by Josef Bacik · 4 years, 7 months ago
  9. 60f8667 btrfs: add multi-statement protection to btrfs_set/clear_and_info macros by Marcos Paulo de Souza · 4 years, 7 months ago
  10. 93c4c03 btrfs: remove fail label in check_compressed_csum by Nikolay Borisov · 4 years, 7 months ago
  11. b7d2083 btrfs: raid56: don't opencode swap() in __raid_recover_end_io by Nikolay Borisov · 4 years, 7 months ago
  12. 8302586 btrfs: raid56: use in_range where applicable by Nikolay Borisov · 4 years, 7 months ago
  13. bf28a60 btrfs: raid56: assign bio in while() when using bio_list_pop by Nikolay Borisov · 4 years, 7 months ago
  14. f90ae76 btrfs: raid56: remove redundant device check in rbio_add_io_page by Nikolay Borisov · 4 years, 7 months ago
  15. 608769a btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointers by Nikolay Borisov · 4 years, 7 months ago
  16. 3092c68 btrfs: sysfs: add bdi link to the fsid directory by Nikolay Borisov · 4 years, 7 months ago
  17. 5a9472f btrfs: increment corrupt device counter during compressed read by Nikolay Borisov · 4 years, 7 months ago
  18. 26056eab btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_read by Nikolay Borisov · 4 years, 7 months ago
  19. 814723e btrfs: increment device corruption error in case of checksum error by Nikolay Borisov · 4 years, 7 months ago
  20. 3eee86c btrfs: don't check for btrfs_device::bdev in btrfs_end_bio by Nikolay Borisov · 4 years, 7 months ago
  21. c31efbd btrfs: record btrfs_device directly in btrfs_io_bio by Nikolay Borisov · 4 years, 7 months ago
  22. 3526302 btrfs: streamline btrfs_get_io_failure_record logic by Nikolay Borisov · 4 years, 7 months ago
  23. 2279a27 btrfs: make get_state_failrec return failrec directly by Nikolay Borisov · 4 years, 7 months ago
  24. b90a4ab btrfs: remove deprecated mount option subvolrootid by David Sterba · 4 years, 7 months ago
  25. d801e7a btrfs: remove deprecated mount option alloc_start by David Sterba · 4 years, 7 months ago
  26. a93e016 btrfs: remove no longer needed use of log_writers for the log root tree by Filipe Manana · 4 years, 7 months ago
  27. 28a9579 btrfs: stop incremening log_batch for the log root tree when syncing log by Filipe Manana · 4 years, 7 months ago
  28. 5aa7d1a btrfs: only commit delayed items at fsync if we are logging a directory by Filipe Manana · 4 years, 7 months ago
  29. 8c8648d btrfs: only commit the delayed inode when doing a full fsync by Filipe Manana · 4 years, 7 months ago
  30. 2dfb1e4 btrfs: preallocate anon block device at first phase of snapshot creation by Qu Wenruo · 4 years, 7 months ago
  31. 082b6c9 btrfs: free anon block device right after subvolume deletion by Qu Wenruo · 4 years, 7 months ago
  32. 851fd73 btrfs: don't allocate anonymous block device for user invisible roots by Qu Wenruo · 4 years, 7 months ago
  33. 49e5fb4 btrfs: qgroup: export qgroups in sysfs by Qu Wenruo · 4 years, 7 months ago
  34. 06f67c4 btrfs: use __u16 for the return value of btrfs_qgroup_level() by Qu Wenruo · 4 years, 7 months ago
  35. cfdd459 btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  36. d909441 btrfs: make btrfs_set_inode_last_trans take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  37. 056d9be btrfs: make prealloc_file_extent_cluster take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  38. 65d87f7 btrfs: remove BTRFS_I calls in btrfs_writepage_fixup_worker by Nikolay Borisov · 4 years, 8 months ago
  39. e5b7231 btrfs: make btrfs_delalloc_reserve_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  40. 36ea6f3 btrfs: make btrfs_check_data_free_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  41. 86d5292 btrfs: make btrfs_delalloc_release_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  42. 25ce28c btrfs: make btrfs_free_reserved_data_space take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  43. 9db5d51 btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_info by Nikolay Borisov · 4 years, 8 months ago
  44. 7661a3e btrfs: make btrfs_qgroup_reserve_data take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  45. 088545f btrfs: make btrfs_dirty_pages take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  46. c2566f2 btrfs: make btrfs_set_extent_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  47. cd4c0bf94 btrfs: make writepage_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  48. d4580fe btrfs: make __extent_writepage_io take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  49. 9fc6f91 btrfs: make btrfs_new_extent_direct take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  50. 64f5418 btrfs: make btrfs_create_dio_extent take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  51. c1e0952 btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  52. 98456b9 btrfs: make btrfs_run_delalloc_range take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  53. 0c49422 btrfs: make need_force_cow take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  54. 808a129 btrfs: make inode_need_compress take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  55. 99c88dc btrfs: make inode_can_compress take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  56. 64e1db5 btrfs: make btrfs_cleanup_ordered_extents take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  57. b672b5c btrfs: make __endio_write_update_ordered take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  58. 7095821 btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  59. 751b643 btrfs: make cow_file_range_async take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  60. 968322c btrfs: make run_delalloc_nocow take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  61. 8ba96f3 btrfs: make fallback_to_cow take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  62. c553f94 btrfs: make insert_reserved_file_extent take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  63. 72b7d15 btrfs: make btrfs_qgroup_release_data take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  64. a0ff10d btrfs: make submit_compressed_extents take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  65. c7ee181 btrfs: make btrfs_submit_compressed_write take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  66. 4cc6120 btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  67. 6e26c44 btrfs: make cow_file_range take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  68. e7fbf60 btrfs: make btrfs_add_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  69. a034940 btrfs: make cow_file_range_inline take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  70. 8b8a979 btrfs: make btrfs_qgroup_free_data take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  71. 8769af9 btrfs: make __btrfs_qgroup_release_data take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  72. df2cfd1 btrfs: make qgroup_free_reserved_data take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  73. f0cdd15 btrfs: tracepoints: convert flush states to using EM macros by Nikolay Borisov · 4 years, 7 months ago
  74. c92bb30 btrfs: tracepoints: switch extent_io_tree_owner to using EM macro by Nikolay Borisov · 4 years, 7 months ago
  75. 1cb1f0b btrfs: tracepoints: fix qgroup reservation type printing by Nikolay Borisov · 4 years, 7 months ago
  76. 5bca2c9 btrfs: tracepoints: move FLUSH_ACTIONS define by Nikolay Borisov · 4 years, 7 months ago
  77. 0840dd2 btrfs: tracepoints: fix extent type symbolic name print by Nikolay Borisov · 4 years, 7 months ago
  78. 45e3186 btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flags by Nikolay Borisov · 4 years, 7 months ago
  79. 3502a8c btrfs: allow use of global block reserve for balance item deletion by David Sterba · 4 years, 7 months ago
  80. 38d37aa btrfs: refactor btrfs_check_can_nocow() into two variants by Qu Wenruo · 4 years, 7 months ago
  81. e4ecaf9 btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent() by Qu Wenruo · 4 years, 7 months ago
  82. 6d4572a btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation by Qu Wenruo · 4 years, 7 months ago
  83. b547a88 btrfs: start deprecation of mount option inode_cache by David Sterba · 4 years, 7 months ago
  84. a2570ef btrfs: remove unused btrfs_root::defrag_trans_start by David Sterba · 4 years, 7 months ago
  85. bab16e2 btrfs: don't use UAPI types for fiemap callback by David Sterba · 4 years, 7 months ago
  86. 5af9d6e btrfs: tests: remove if duplicate in __check_free_space_extents() by Denis Efremov · 4 years, 7 months ago
  87. 923eb52 btrfs: use free_root_extent_buffer to free root by Johannes Thumshirn · 4 years, 7 months ago
  88. 4e9d0d0 btrfs: use for loop in prealloc_file_extent_cluster by Nikolay Borisov · 4 years, 7 months ago
  89. 214e61d btrfs: perform data management operations outside of inode lock by Nikolay Borisov · 4 years, 7 months ago
  90. c171edd btrfs: remove hole check in prealloc_file_extent_cluster by Nikolay Borisov · 4 years, 7 months ago
  91. 906c448 btrfs: make __btrfs_drop_extents take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  92. bd242a0 btrfs: make btrfs_csum_one_bio takae btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  93. ad7ff17 btrfs: make extent_clear_unlock_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  94. 4b67c11 btrfs: make create_io_em take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  95. 7bfa953 btrfs: make btrfs_reloc_clone_csums take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  96. c350437 btrfs: make btrfs_lookup_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  97. 43c6984 btrfs: make get_extent_allocation_hint take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  98. da69fea btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  99. 3ef6414 btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 7 months ago
  100. cd8d39f4a btrfs: remove no longer used log_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 7 months ago