search for: uchida

Displaying 18 results from an estimated 18 matches for "uchida".

2007 Jul 30
0
[PATCH][1/4][IOMGR] I/O request Manager body
...d no pending_request variables (Namely, out of request), * after freed pending_request variables and * starting/stopping virtual block devices(threads). And, iomgr provides the total number of pending requests in blkback and blktap. -------------------------------------------------- Satoshi UCHIDA NEC Corporation, Japan # HG changeset patch # User s-uchida@ap.jp.nec.com # Date 1184302359 -32400 # Node ID aee77a9230c1b19873e60761d080af517bbfb189 # Parent e64625df946b81ac1a5f8be7c5d0ae2aad618d7c [IOMGR] Add I/O request management framework. This is body for I/O request management....
2007 Jun 05
0
[PATCH][XENTOP][4/4] Display blktap statistics.
This patch make xentop output statistics about both blkback and blktap. And, xentop also display back-end driver type in detail view mode. # HG changeset patch # User s-uchida@ap.jp.nec.com # Date 1180665749 -32400 # Node ID 1b36d6f6c7a98728382de93ee23c8c97b0b95dbd # Parent 1768a89bb87824249827d935d7803d8193bdeb05 XENTOP: Displaying blktap information. Signed-off-by: Satoshi UCHIDA <s-uchida@ap.jp.nec.com> diff -r 1768a89bb878 -r 1b36d6f6c7a9 tools/xenstat/xento...
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups, and improves old version. Improvements are as following. * Modularizing our new CFQ scheduler. The expanded CFQ scheduler is registered/unregistered as new I/O elevator scheduler called "cfq-cgroups". By this, the traditional CFQ scheduler, which does not handle cgroups, and our new CFQ
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups, and improves old version. Improvements are as following. * Modularizing our new CFQ scheduler. The expanded CFQ scheduler is registered/unregistered as new I/O elevator scheduler called "cfq-cgroups". By this, the traditional CFQ scheduler, which does not handle cgroups, and our new CFQ
2008 Oct 31
0
[PATCH][cfq-cgroups] Interface for parameter of cfq driver data
This patch add a interface for parameter of cfq driver data. Signed-off-by: Satoshi UCHIDA <s-uchida at ap.jp.nec.com> --- block/cfq-cgroup.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 58 insertions(+), 1 deletions(-) diff --git a/block/cfq-cgroup.c b/block/cfq-cgroup.c index 4938fa0..776874d 100644 --- a/block/cfq-cgroup.c +++ b/block/cfq-cgro...
2008 Oct 29
0
[PATCH][cfq-cgroups] Introduce cgroups structure with ioprio entry.
This patch introcude cfq_cgroup structure which is type for group control within expanded CFQ scheduler. In addition, the cfq_cgroup structure has "ioprio" entry which is preference of group for I/O. Signed-off-by: Satoshi UCHIDA <s-uchida at ap.jp.nec.com> --- block/cfq-cgroup.c | 148 +++++++++++++++++++++++++++++++++++++++++ include/linux/cgroup_subsys.h | 6 ++ 2 files changed, 154 insertions(+), 0 deletions(-) diff --git a/block/cfq-cgroup.c b/block/cfq-cgroup.c index aaa00ef..733980d 100644 ---...
2011 May 12
1
Slow reading speed over RDMA
...ion on what's going on (configuration files, setup, etc, etc). Thanks in advance, Daniel ????????????????????????? ?SkillUpJapan Corporation ?Research and Development Office Senior Researcher Engineer ?Daniel Pereira?d.pereira at skillupjapan.co.jp ?Tokyo, Shinjuku, Takadanobaba 1-24-16 Uchida Building 1st Floor ?TEL:03-5287-4087?FAX:03-5287-4135 http://www.skillupjapan.co.jp/ ?????????????????????????
2005 Jul 23
2
link_stat
...9;t use rsyncd.conf file, because I think it runs as non daemon process. This is a single command for back-up: rsync -auzv -e ssh --delete --exclude=".*" --exclude="~*" /work/data my.remote.domain:/ftproot/friday >> friday.log Any comment would be appreciated. A. Uchida Error message: > rsync: link_stat "/home/auser/my.remote.domain:/ftproot/friday" > failed: No such file or directory (2) > rsync: link_stat "/home/auser/>>" failed: No such file or directory > (2) > done > ERROR: destination must be a directory when...
2008 Nov 07
0
[PATCH][cfq-cgroups] Introduce ioprio class for top layer.
This patch introduces iprio class for cfq data control layer. By applying this patch, controller can also handle the RT/IDLE properties among groups. Signed-off-by: Satoshi UCHIDA <s-uchida at ap.jp.nec.com> --- block/cfq-cgroup.c | 344 +++++++++++++++++++++++++------------------ include/linux/cfq-iosched.h | 1 + 2 files changed, 203 insertions(+), 142 deletions(-) diff --git a/block/cfq-cgroup.c b/block/cfq-cgroup.c index bb8cb6f..993a3b6 100644 ---...
2008 Nov 07
0
[PATCH][cfq-cgroups] Introduce ioprio class for top layer.
This patch introduces iprio class for cfq data control layer. By applying this patch, controller can also handle the RT/IDLE properties among groups. Signed-off-by: Satoshi UCHIDA <s-uchida at ap.jp.nec.com> --- block/cfq-cgroup.c | 344 +++++++++++++++++++++++++------------------ include/linux/cfq-iosched.h | 1 + 2 files changed, 203 insertions(+), 142 deletions(-) diff --git a/block/cfq-cgroup.c b/block/cfq-cgroup.c index bb8cb6f..993a3b6 100644 ---...
2006 Jun 21
0
[PATCH 0/3] ADD Virtual Block Device requests information.
...ts around VBD back driver. This function is also useful to implement the I/O resource management mechanism. The series of patch enables you to get the statistical information of VBD behavior through /proc/xen/vbd and display the information by xentop. I appreciate any comments. Thanks, Satoshi UCHIDA _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 28
0
[PATCH 0/2] Display VBD information ver.2
...et through sysfs which is locale in /sys/devices/xen-backed/vbd-x-xxxx, by previous patch. In this patch series, libxenstat collects these information and xentop display tem. The change from ver.1 is only libxenstat in order to handle sysfs information. I appreciate any comments. Thanks Satoshi UCHIDA. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 30
0
[PATCH][BLKBACK] Clean code by VBD_SHOW macro in xenbus.c
...device_create_file'' and ''device_remove_file'' function can be inserted into ''xenvbd_sysfs_addif'' and ''xenvbd_sysfs_delif functions'' too. So, this patch transfer code based on above reasons. Thereby, code will be clear. Thanks, Satoshi UCHIDA _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 30
0
[PATCH 0/2][Resend] Display VBD information by xentop. ver.2
...et through sysfs which is locale in /sys/devices/xen-backed/vbd-x-xxxx, by previous patch. In this patch series, libxenstat collects these information and xentop display tem. The change from ver.1 is only libxenstat in order to handle sysfs information. I appreciate any comments. Thanks Satoshi UCHIDA. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Mar 08
0
[patch] small fix for memory information
...ot. In because that -xen0 kernel is upload many modules, then above functions is handled. But, In -xenU kernel, not. This patch is to update totalram_pages at also init function. However, If it is correct that current_pages is equal to totalram_pages, should it unify these variables? Thank you, UCHIDA _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jun 05
0
[PATCH][XENTOP][0/4] Display blktap statistics.
...20537 WR: 9600 FC6PVM2 --b--- 63 0.1 131072 12.8 131072 12.8 2 1 19 30 1 0 20490 9847 0 VBD BlkBack 51712 [ca: 0] OO: 0 RD: 20490 WR: 9847 -------------------------------------------------- Satoshi UCHIDA NEC Corporation, Japan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 20
4
[PATCH O/4] BIO tracking take2
...I/Os. I ported the previous version to linux-2.6.26-rc2-mm1. This makes dm-ioband -- I/O bandwidth controller -- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find the owner cgroup of each request. It is also possible that OpenVz team and NEC Uchida-san team working on the CFQ scheduler use this functionality to control asynchronous I/Os with a little enhancement. You have to apply the patch dm-ioband v1.0.0 before applying this series of patches, which can be found at: http://people.valinux.co.jp/~ryov/dm-ioband And you have to select the...
2008 May 20
4
[PATCH O/4] BIO tracking take2
...I/Os. I ported the previous version to linux-2.6.26-rc2-mm1. This makes dm-ioband -- I/O bandwidth controller -- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find the owner cgroup of each request. It is also possible that OpenVz team and NEC Uchida-san team working on the CFQ scheduler use this functionality to control asynchronous I/Os with a little enhancement. You have to apply the patch dm-ioband v1.0.0 before applying this series of patches, which can be found at: http://people.valinux.co.jp/~ryov/dm-ioband And you have to select the...