Re: [patch]btrfs: finish read pages in the order they are submitted

2010-02-08 Thread Jens Axboe
On Wed, Feb 03 2010, Chris Mason wrote: On Wed, Feb 03, 2010 at 03:45:11PM +0800, Shaohua Li wrote: the endio is done at reverse order of bio vectors. That means for a sequential read, the page first submitted will finish last in a bio. Considering we will do checksum (making cache

Re: [PATCH]btrfs: Update existing btrfs_device for renaming device

2010-02-08 Thread TARUISI Hiroaki
Yes, exactly. I'll fix this. Thanks. Regards, taruisi (2010/02/09 14:23), Yang Hongyang wrote: TARUISI Hiroaki wrote: This patch updates device name in btrfs device. We can mount a device if its name are changed. Signed-off-by: TARUISI Hiroaki taruishi.hir...@jp.fujitsu.com ---

[PATCH v2]btrfs: Update existing btrfs_device for renaming device

2010-02-08 Thread TARUISI Hiroaki
This patch updates device name in btrfs device information. We can mount a device if its name are changed. Signed-off-by: TARUISI Hiroaki taruishi.hir...@jp.fujitsu.com --- fs/btrfs/volumes.c |7 +++ 1 file changed, 7 insertions(+) Index: b/fs/btrfs/volumes.c