aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/uuid-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-3/+3
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-1/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: drop the _nr from the item helpersGravatar Josef Bacik 1-5/+5
2020-12-08btrfs: remove unnecessary casts in printkGravatar David Sterba 1-2/+1
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-5/+1
2020-03-23btrfs: bail out of uuid tree scanning if we're closingGravatar Josef Bacik 1-0/+4
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateGravatar Nikolay Borisov 1-4/+49
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateGravatar Josef Bacik 1-0/+2
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemGravatar David Sterba 1-1/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemGravatar David Sterba 1-1/+1
2019-04-29btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addGravatar Nathan Chancellor 1-1/+1
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remGravatar Lu Fengqi 1-3/+3
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addGravatar Lu Fengqi 1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+2
2018-03-31btrfs: add define for oldest generationGravatar Anand Jain 1-1/+1
2016-12-19btrfs: return the actual error value from from btrfs_uuid_tree_iterateGravatar Pan Bian 1-3/+1
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