Searched hist:bd647ce385ec110fe7796267b6555873e48e44eb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/tests/ |
H A D | btrfs-tests.c | diff bd647ce385ec110fe7796267b6555873e48e44eb Fri Jan 24 08:33:00 CST 2020 Josef Bacik <josef@toxicpanda.com> btrfs: add a leak check for roots
Now that we're going to start relying on getting ref counting right for roots, add a list to track allocated roots and print out any roots that aren't freed up at free_fs_info time.
Hide this behind CONFIG_BTRFS_DEBUG because this will just be used for developers to verify they aren't breaking things.
Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
/openbmc/linux/fs/btrfs/ |
H A D | disk-io.h | diff bd647ce385ec110fe7796267b6555873e48e44eb Fri Jan 24 08:33:00 CST 2020 Josef Bacik <josef@toxicpanda.com> btrfs: add a leak check for roots
Now that we're going to start relying on getting ref counting right for roots, add a list to track allocated roots and print out any roots that aren't freed up at free_fs_info time.
Hide this behind CONFIG_BTRFS_DEBUG because this will just be used for developers to verify they aren't breaking things.
Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.h | diff bd647ce385ec110fe7796267b6555873e48e44eb Fri Jan 24 08:33:00 CST 2020 Josef Bacik <josef@toxicpanda.com> btrfs: add a leak check for roots
Now that we're going to start relying on getting ref counting right for roots, add a list to track allocated roots and print out any roots that aren't freed up at free_fs_info time.
Hide this behind CONFIG_BTRFS_DEBUG because this will just be used for developers to verify they aren't breaking things.
Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | disk-io.c | diff bd647ce385ec110fe7796267b6555873e48e44eb Fri Jan 24 08:33:00 CST 2020 Josef Bacik <josef@toxicpanda.com> btrfs: add a leak check for roots
Now that we're going to start relying on getting ref counting right for roots, add a list to track allocated roots and print out any roots that aren't freed up at free_fs_info time.
Hide this behind CONFIG_BTRFS_DEBUG because this will just be used for developers to verify they aren't breaking things.
Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|