cf40e0 Merge branch 'users/nborisov/SLE15-SP2/for-next' into SLE15-SP2

Merged and Committed by Michal Kubecek 4 years ago
60 files changed. 12609 lines added. 37 lines removed.
patches.suse/0001-btrfs-block-group-Fix-a-memory-leak-due-to-missing-b.patch
file modified
+4 -9
patches.suse/0001-btrfs-qgroup-Always-free-PREALLOC-META-reserve-in-bt.patch
file modified
+17 -17
patches.suse/btrfs-account-for-trans_block_rsv-in-may_commit_transaction.patch
file added
+48
patches.suse/btrfs-add-a-flush-step-for-delayed-iputs.patch
file added
+71
patches.suse/btrfs-add-enospc-debug-messages-for-ticket-failure.patch
file added
+94
patches.suse/btrfs-add-space-reservation-tracepoint-for-reserved-bytes.patch
file added
+38
patches.suse/btrfs-allow-us-to-use-up-to-90-of-the-global-rsv-for-unlink.patch
file added
+33
patches.suse/btrfs-always-reserve-our-entire-size-for-the-global-reserve.patch
file added
+50
patches.suse/btrfs-change-the-minimum-global-reserve-size.patch
file added
+65
patches.suse/btrfs-do-not-account-global-reserve-in-can_overcommit.patch
file added
+86
patches.suse/btrfs-do-not-allow-reservations-if-we-have-pending-tickets.patch
file added
+62
patches.suse/btrfs-do-not-delete-mismatched-root-refs.patch
file added
+45
patches.suse/btrfs-do-not-leak-reloc-root-if-we-fail-to-read-the-fs-root.patch
file added
+37
patches.suse/btrfs-drop-log-root-for-dropped-roots.patch
file added
+86
patches.suse/btrfs-dump_space_info-when-encountering-total_bytes_pinned-0-at-umount.patch
file modified
+22 -11
patches.suse/btrfs-export-block-group-accounting-helpers.patch
file added
+103
patches.suse/btrfs-export-the-block-group-caching-helpers.patch
file added
+236
patches.suse/btrfs-export-the-caching-control-helpers.patch
file added
+183
patches.suse/btrfs-export-the-excluded-extents-helpers.patch
file added
+176
patches.suse/btrfs-factor-out-the-ticket-flush-handling.patch
file added
+109
patches.suse/btrfs-fix-invalid-removal-of-root-ref.patch
file added
+89
patches.suse/btrfs-fix-may_commit_transaction-to-deal-with-no-partial-filling.patch
file added
+62
patches.suse/btrfs-fix-race-leading-to-metadata-space-leak-after-task-received-signal.patch
file added
+177
patches.suse/btrfs-force-chunk-allocation-if-our-global-rsv-is-larger-than-metadata.patch
file added
+112
patches.suse/btrfs-improve-global-reserve-stealing-logic.patch
file added
+218
patches.suse/btrfs-introduce-an-evict-flushing-state.patch
file added
+194
patches.suse/btrfs-make-caching_thread-use-btrfs_find_next_key.patch
file added
+58
patches.suse/btrfs-migrate-inc-dec_block_group_ro-code.patch
file added
+477
patches.suse/btrfs-migrate-nocow-and-reservation-helpers.patch
file added
+251
patches.suse/btrfs-migrate-the-alloc_profile-helpers.patch
file added
+314
patches.suse/btrfs-migrate-the-block-group-caching-code.patch
file added
+999
patches.suse/btrfs-migrate-the-block-group-cleanup-code.patch
file added
+343
patches.suse/btrfs-migrate-the-block-group-lookup-code.patch
file added
+303
patches.suse/btrfs-migrate-the-block-group-read-creation-code.patch
file added
+1382
patches.suse/btrfs-migrate-the-block-group-ref-counting-stuff.patch
file added
+126
patches.suse/btrfs-migrate-the-block-group-removal-code.patch
file added
+1172
patches.suse/btrfs-migrate-the-block-group-space-accounting-helpers.patch
file added
+393
patches.suse/btrfs-migrate-the-chunk-allocation-code.patch
file added
+646
patches.suse/btrfs-migrate-the-dirty-bg-writeout-code.patch
file added
+1101
patches.suse/btrfs-move-basic-block_group-definitions-to-their-own-header.patch
file added
+566
patches.suse/btrfs-move-btrfs_add_free_space-out-of-a-header-file.patch
file added
+62
patches.suse/btrfs-only-check-priority-tickets-for-priority-flushing.patch
file added
+96
patches.suse/btrfs-only-reserve-metadata_size-for-inodes.patch
file added
+80
patches.suse/btrfs-refactor-priority_reclaim_metadata_space.patch
file added
+69
patches.suse/btrfs-refactor-the-ticket-wakeup-code.patch
file added
+163
patches.suse/btrfs-remove-orig_bytes-from-reserve_ticket.patch
file added
+70
patches.suse/btrfs-rename-btrfs_space_info_add_old_bytes.patch
file added
+65
patches.suse/btrfs-rename-the-btrfs_calc_-metadata_size-helpers.patch
file added
+310
patches.suse/btrfs-rework-arguments-of-btrfs_unlink_subvol.patch
file added
+147
patches.suse/btrfs-rework-wake_all_tickets.patch
file added
+109
patches.suse/btrfs-roll-tracepoint-into-btrfs_space_info_update-helper.patch
file added
+192
patches.suse/btrfs-run-btrfs_try_granting_tickets-if-a-priority-ticket-fails.patch
file added
+46
patches.suse/btrfs-stop-partially-refilling-tickets-when-releasing-space.patch
file added
+121
patches.suse/btrfs-temporarily-export-btrfs_get_restripe_target.patch
file added
+66
patches.suse/btrfs-temporarily-export-fragment_free_space.patch
file added
+72
patches.suse/btrfs-temporarily-export-inc_block_group_ro.patch
file added
+88
patches.suse/btrfs-unexport-the-temporary-exported-functions.patch
file added
+116
patches.suse/btrfs-unify-error-handling-for-ticket-flushing.patch
file added
+92
patches.suse/btrfs-use-btrfs_try_granting_tickets-in-update_global_rsv.patch
file added
+38
series.conf
file modified
+59 -0
    Merge branch 'users/nborisov/SLE15-SP2/for-next' into SLE15-SP2
    
    Pull btrfs fixes from Nikolay Borisov.
    
        
file modified
+59 -0