summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/uuid-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-3/+3
* btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-1/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-5/+5
* btrfs: remove unnecessary casts in printkDavid Sterba2020-12-081-2/+1
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-5/+1
* btrfs: bail out of uuid tree scanning if we're closingJosef Bacik2020-03-231-0/+4
* btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov2020-03-231-4/+49
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-131-0/+2
* 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