aboutsummaryrefslogtreecommitdiffstats
path: root/root-tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-21Btrfs-progs: free path if we don't find root itemRakesh Pandit1-4/+4
2013-10-24Btrfs-progs: just return -ENOENT if we don't find the root itemJosef Bacik1-1/+2
2013-09-03btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen1-27/+0
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-5/+5
2013-08-09Btrfs-progs: add missing path alloc return value checkFilipe David Borba Manana1-0/+2
2013-08-09Btrfs-progs: remove some dead/unbuilt codeEric Sandeen1-71/+0
2013-04-23btrfs-progs: update generation_v2 in btrfs_update_rootEric Sandeen1-0/+37
2013-04-23btrfs-progs: set generation_v2 any time we write a new rootEric Sandeen1-0/+5
2013-02-07btrfs-progs: code cleanup for root-tree.c/btrfs_del_rootWang Sheng-Hui1-8/+0
2013-02-07Btrfs-progs: return an error if we can't find an fs rootJosef Bacik1-1/+1
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-0/+50
2008-11-18Add disk format requirements for subvol backward and forward refsChris Mason1-1/+1
2008-04-01btrfs-progs: Fix printf format casting errorsAlex Chiang1-1/+4
2008-01-04Update btrfs-progs to match kernel sourcesYan1-31/+122
2007-10-15Allow large blocksChris Mason1-1/+1
2007-06-22disk format updates for finding dead rootsChris Mason1-1/+1
2007-06-12add GPLv2Chris Mason1-0/+18
2007-03-16transaction handles everywhereChris Mason1-10/+13
2007-03-15Use a chunk of the key flags to record the item type.Chris Mason1-1/+1
2007-03-14variable block size supportChris Mason1-2/+2
2007-03-13Change the super to point to a tree of trees to enable persistent snapshotsChris Mason1-0/+88