Searched hist:b02441999efcc6152b87cd58e7970bb7843f76cf (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
H A D | ordered-data.c | diff 931aa87791af46640a46b11fa503a119e36943ec Thu Nov 14 10:33:21 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: fix list delete warning when removing ordered root from the list
Commit b02441999efcc6152b87cd58e7970bb7843f76cf "Btrfs: don't wait for the completion of all the ordered extents" introduced a bug that broke the ordered root list: WARNING: CPU: 1 PID: 7119 at lib/list_debug.c:59 __list_del_entry+0x5a/0x98()
It is because we forgot to return the roots in the splice list to the ordered list of the fs. Fix it.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com> diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|
H A D | ordered-data.h | diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|
H A D | dev-replace.c | diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|
H A D | transaction.c | diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|
H A D | super.c | diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|
H A D | ioctl.c | diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|
H A D | extent-tree.c | diff b02441999efcc6152b87cd58e7970bb7843f76cf Mon Nov 04 16:13:25 CET 2013 Miao Xie <miaox@cn.fujitsu.com> Btrfs: don't wait for the completion of all the ordered extents
It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
|