Displaying 2 results from an estimated 2 matches for "__resolve_indirect_ref".
Did you mean:
__resolve_indirect_refs
2013 May 07
2
Kernel BUG: __tree_mod_log_rewind
...May 7 02:09:21 caper kernel: [ 726.752135] [<ffffffffa00ea5ef>]
tree_mod_log_rewind+0xdf/0x240 [btrfs]
May 7 02:09:21 caper kernel: [ 726.752237] [<ffffffffa00f25cb>]
btrfs_search_old_slot+0x4cb/0x670 [btrfs]
May 7 02:09:21 caper kernel: [ 726.752351] [<ffffffffa016d118>]
__resolve_indirect_ref+0xc8/0x150 [btrfs]
May 7 02:09:21 caper kernel: [ 726.752462] [<ffffffffa016d23e>]
__resolve_indirect_refs+0x9e/0x200 [btrfs]
May 7 02:09:21 caper kernel: [ 726.752573] [<ffffffffa016da3d>]
find_parent_nodes+0x45d/0x6b0 [btrfs]
May 7 02:09:21 caper kernel: [ 726.752684] [<ff...
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible
to limit subvolumes and any group of subvolumes and also to track the amount
of space that will get freed when deleting snapshots.
The current version is functionally incomplete, with the main missing feature
being the initial scan and rescan of an existing filesystem.
I put some effort into writing an introduction into