search for: btrfs_set_lock_blocking_rw

Displaying 5 results from an estimated 5 matches for "btrfs_set_lock_blocking_rw".

2013 Apr 30
1
Panic while running defrag
I ran into a panic while running find -xdev | xargs brtfs fi defrag ''{}''. I don''t remember the exact command because the history was not saved. I also started and stopped it a few times however. The kernel logs were on a different filesystem. Here is the kern.log:http://fpaste.org/9383/36729191/ My setup is two 2TB hard drives in raid 1. They are both sata drives so
2013 Nov 18
0
btrfs goes read only after balance
...58311.402495] [<ffffffffa020d751>] ? btrfs_relocate_block_group+0x143/0x26a [btrfs] Nov 18 06:59:46 hsad-srv-03 kernel: [158311.402506] [<ffffffffa01ee006>] ? btrfs_relocate_chunk.isra.59+0x59/0x5fb [btrfs] Nov 18 06:59:46 hsad-srv-03 kernel: [158311.402516] [<ffffffffa01fb012>] ? btrfs_set_lock_blocking_rw+0xc9/0xdb [btrfs] Nov 18 06:59:46 hsad-srv-03 kernel: [158311.402523] [<ffffffffa01b1525>] ? btrfs_item_key_to_cpu+0x12/0x30 [btrfs] Nov 18 06:59:46 hsad-srv-03 kernel: [158311.402530] [<ffffffffa01b9188>] ? btrfs_previous_item+0x62/0xa2 [btrfs] Nov 18 06:59:46 hsad-srv-03 kernel: [1583...
2012 Dec 17
5
Feeback on RAID1 feature of Btrfs
...ck+0xf7/0x230 [btrfs] [ 804.910672] [<ffffffffa016752b>] push_leaf_right+0x11b/0x190 [btrfs] [ 804.910681] [<ffffffffa0167cb1>] split_leaf+0x621/0x740 [btrfs] [ 804.910690] [<ffffffffa0160d52>] ? leaf_space_used+0xd2/0x110 [btrfs] [ 804.910710] [<ffffffffa01b9455>] ? btrfs_set_lock_blocking_rw+0xb5/0x120 [btrfs] [ 804.910720] [<ffffffffa016894c>] btrfs_search_slot+0x89c/0x900 [btrfs] [ 804.910730] [<ffffffffa0169fcc>] btrfs_insert_empty_items+0x7c/0xe0 [btrfs] [ 804.910742] [<ffffffffa017c313>] insert_with_overflow+0x43/0x120 [btrfs] [ 804.910753] [<ffffffffa...
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
2012 Dec 13
22
[PATCH] Btrfs: fix a deadlock on chunk mutex
An user reported that he has hit an annoying deadlock while playing with ceph based on btrfs. Current updating device tree requires space from METADATA chunk, so we -may- need to do a recursive chunk allocation when adding/updating dev extent, that is where the deadlock comes from. If we use SYSTEM metadata to update device tree, we can avoid the recursive stuff. Reported-by: Jim Schutt