summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/uuid-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-1/+1
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-1/+1
* btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addNathan Chancellor2019-04-291-1/+1
* btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-301-3/+3
* btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-301-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+2
* btrfs: add define for oldest generationAnand Jain2018-03-311-1/+1
* btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2016-12-191-3/+1
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-2/+2
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-4/+3
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-4/+6
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-12/+15
* Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana2014-09-171-1/+0
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-6/+7
* Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana2013-11-111-5/+1
* Btrfs: check UUID tree during mount if requiredStefan Behrens2013-09-011-0/+123
* Btrfs: introduce a tree for items that map UUIDs to somethingStefan Behrens2013-09-011-0/+235