search for: root_tree

Displaying 4 results from an estimated 4 matches for "root_tree".

2002 Apr 01
2
Newbie problems with isolinux
Hello everybody I would like to build a bootable CD from my running SuSE 7.3 Kernel 2.4.10. The goal is to have a prebuilt system on CD which would install everything from a compressed image on the same CD, some kind of an emergency or initial setup CD. So I startet with an directory called root_tree, placed the isolinux directory and the binaries there. I copied the initrd from the /boot directory and the Linux kernel image from /boot, rdev'ed the Linux image to load from /dev/scd0 and hoped I could get at least at a shell prompt that way. Unfortunately I get a kernel panic: VFS: unabl...
2013 Apr 11
0
[PATCH] Btrfs-progs: enhance 'btrfs subvolume list'
...) +{ + int i; + + for (i = 0; i < BTRFS_LIST_MAX; i++) + if (strcmp(field_name, all_field_items[i]) == 0) + return i; + return -1; +} + struct btrfs_list_comparer_set *btrfs_list_alloc_comparer_set(void) { struct btrfs_list_comparer_set *set; @@ -391,52 +490,70 @@ static struct root_info *root_tree_search(struct root_lookup *root_tree, return NULL; } -static int update_root(struct root_lookup *root_lookup, - u64 root_id, u64 ref_tree, u64 root_offset, u64 flags, - u64 dir_id, char *name, int name_len, u64 ogen, u64 gen, - time_t ot, void *uuid, void *puuid) +stati...
2013 Oct 18
11
[GIT PULL] Btrfs
Hi Linus, My for-linus branch has a one line fix: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus Sage hit a deadlock with ceph on btrfs, and Josef tracked it down to a regression in our initial rc1 pull. When doing nocow writes we were sometimes starting a transaction with locks held. Josef Bacik (1) commits (+1/-0): Btrfs: release path before starting
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com> (This patch is for the review/test not yet for the integration). Here is an implementation of the feature to add label to the subvolume and snapshots. Which would help sysadmin to better manager the subvol and snapshots. This can be done in two ways, one - using attr which is user land only changes but drawback is able to change the label