summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/uuid-tree.c
AgeCommit message (Expand)Author
2020-12-08btrfs: remove unnecessary casts in printkDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addNathan Chancellor
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: add define for oldest generationAnand Jain
2016-12-19btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens
2013-09-01Btrfs: introduce a tree for items that map UUIDs to somethingStefan Behrens