aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/uuid-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-5/+5
2020-12-08btrfs: remove unnecessary casts in printkDavid Sterba1-2/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-5/+1
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik1-0/+4
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov1-4/+49
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-1/+1
2019-04-29btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addNathan Chancellor1-1/+1
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi1-3/+3
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+2
2018-03-31btrfs: add define for oldest generationAnand Jain1-1/+1
2016-12-19btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian1-3/+1
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-2/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-4/+3
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-4/+6
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-12/+15
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana1-1/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-6/+7
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-5/+1
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens1-0/+123
2013-09-01Btrfs: introduce a tree for items that map UUIDs to somethingStefan Behrens1-0/+235