aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/uuid-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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