aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/uuid-tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-4/+3
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-4/+6
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-12/+15
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedGravatar Filipe Manana 1-1/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-6/+7
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardGravatar Filipe David Borba Manana 1-5/+1
2013-09-01Btrfs: check UUID tree during mount if requiredGravatar Stefan Behrens 1-0/+123
2013-09-01Btrfs: introduce a tree for items that map UUIDs to somethingGravatar Stefan Behrens 1-0/+235