Displaying 18 results from an estimated 18 matches for "xis".
Did you mean:
is
2009 Aug 17
2
Polygon function
Dear all,
I would like to plot credible interval for a function estimate in R. I
would like to plot the credible intervals as shaded region using polygon
function. Does anyone ever used that? I tried several times but I could
not obtain the right figure.
xis=sort(xi,decreasing=TRUE)
plot(xi,fm)
polygon(c(xi,xis),c(f05m,f95m))
The above piece of code produces something else.
Many thanks in advance,
Aysun
2008 Oct 27
3
ocfs2: add security EA support v4
Hi,
I split the previous support security EA patch into four patches for
review. Them besed on joel's xattr-28 branch and tao's patch "Merge
xattr set transaction".
1: move new_inode out of the transaction.
2: add ocfs2_xattr_set_handle.
3: add security xattr APIs
4: add init_security in mknod.
Best regards,
tiger
2010 Mar 29
1
xyplot second y-xis and legend
Dear list,
I try to set a secondary y-axis in a lattice xyplot. This works. However, I
am unable to set a proper legend/key together with the 2nd y-axis under
general xyplot procedures. See example below.
The combination of the par.settings with simpleTheme and other settings
seems to go wrong.
I couldn't find a solution from previou...
2009 Feb 16
3
[PATCH 0/2] ocfs2: two fixes for xattr -v2
Hi,
I have fixed the problems in version 1 patches. These two patches based
on the latest main line kernel.
Thanks,
tiger
> For EAs data structure in inode/block are little different from them in
> bucket. These two patches try to make them same for the most part.
>
> The first patch set xh_free_start and xh_name_value_len when EAs in
> inode/block. xh_free_start is useful to
2009 Feb 11
2
[PATCH 0/2] ocfs2: two fixes for xattr
Hi,
For EAs data structure in inode/block are little different from them in
bucket. These two patches try to make them same for the most part.
The first patch set xh_free_start and xh_name_value_len when EAs in
inode/block. xh_free_start is useful to keep the minimum offset of the
xattr name/value. But xh_name_value_len is not very useful because we
don't have "hole" when EAs in
2009 Feb 16
1
[PATCH] ocfs2: Use the right access_* method in ctime update of xattr.
...f --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
index 915039f..e393315 100644
--- a/fs/ocfs2/xattr.c
+++ b/fs/ocfs2/xattr.c
@@ -2592,8 +2592,9 @@ static int __ocfs2_xattr_set_handle(struct inode *inode,
if (!ret) {
/* Update inode ctime. */
- ret = ocfs2_journal_access(ctxt->handle, inode, xis->inode_bh,
- OCFS2_JOURNAL_ACCESS_WRITE);
+ ret = ocfs2_journal_access_di(ctxt->handle, inode,
+ xis->inode_bh,
+ OCFS2_JOURNAL_ACCESS_WRITE);
if (ret) {
mlog_errno(ret);
goto out;
--
1.5.5
2010 Nov 10
3
Plot Axes
R community,
I am creating a bivariate return level plot by adding calculated return
period values as lines onto an existing plot using the following code with
the points representing the return periods.
plot(H2,D2,pch="+",axes=TRUE)
points(H.10,D.10, type="l",col="blue")
points(H.20,D.20, type="l",col="green")
points(H.50,D.50, type="l",col="red"...
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi,
These three patches fix the problems in the version two.
And them base on the Tao's patches:
ocfs2/xattr: xattr improvement
The first patch fix some problem in xattr code.
The second patch add security EA support.
The third patch add ACL support.
Best regards,
tiger
2012 Aug 07
1
lm with a single X and step with several Xi-s, beta coef. quite different:
...tiple reg is
implemented), 12 Xia-a remain in the final model where X1 is still
present, the X1 beta coefficient becomes = --0.43402 (se=0.06847)
I did not expect such a drastic change (4 times smaller) in the beta
coeff. from "lm" with X1 (bx1=-0.08) to "step" with final 12 Xis
including X1 (bx1=--0.43402).
I understand that step function is producing partial reg coeff, when all
other Xi-s are held constant, but is there any good reason why X1 in a
multivariate reg. can become so significant (from lm px1=0.00296 ** to
step px1=2.55e-10 ***)?
Some of the 44 Xi-s are c...
2011 Apr 06
0
mgp.axis.labels
Hello,
I am trying to use mgp.axis labels to locate the x-xis at a different
distance from the one specified for the y-axis. I know I could use other
functions such as mtext or axis. But I am curious to know about how to use
'mgp'axis.labels' from the Hmisc package. I tried following the example in the
documentation...
2006 Oct 19
0
(Slightly OT) Re: Win32 release coming?
...shaw at zedshaw.com> wrote:
>
> I got some stuff I planned on working on during rubyconf with the
> important people who can help. I''ll push out a 0.14 release at that time
> that has all the stuff.
Yay! 0.14! And us railsers know that the next version number after 0.14.xis
1.0. Can''t wait to have that!
Also, I think it was in a RoR podcast that DHH said that, in retrospect, he
wished he would have labelled Rails "1.0" a year before he did. If he had
done that, he reckoned that more people would have picked it up early, and
what is now 1.0 could...
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all,
So I have finally finished the v1 of reflink for ocfs2. It has some
bugs that I am still investigating, but the schema is almost there. So
I'd like to send it out first for review. And Tristan and I will
continue to work on the stability of the code.
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
For the design doc, please
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all,
Change from v1 to v2: bug fix and metadata/credits reservation
improvement.
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
For the design doc, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation
2008 Oct 28
14
[PATCH 0/13] ocfs2: xattr bucket API
When the extended attribute namespace grows to a b-tree, the leaf
clusters are organized by means of 'buckets'. Each bucket is 4K in
size, regardless of blocksize. Thus, a bucket may be made of more than
one block.
fs/ocfs2/xattr.c has a nice little abstraction to wrap this, struct
ocfs2_xattr_bucket. It contains a list of buffer_heads representing
these blocks, and there is even an
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all,
So I have finally finished the v3 of reflink for ocfs2. The biggest
change is that we support 64bit cluster offset now(Thank Mark and Joel
for it).
[View]
http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount
[Pull]
git://oss.oracle.com/git/tma/linux-2.6.git refcount
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from
struct inode. They are currently tied together pretty tightly.
Metadata reads happen via the ocfs2_read_blocks() functions, writes via
both jbd2 and ocfs2_write_blocks().
- Each inode has a cache of associated metadata blocks stored on its
ip_metadata_cache member. The ocfs2_read/write_blocks() functions
take a struct
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi,
This is the second batch of Ocfs2 patches intended for the merge window. The
1st batch were sent out previously:
http://lkml.org/lkml/2008/12/19/280
The bulk of this set is comprised of Jan Kara's patches to add quota support
to Ocfs2. Many of the quota patches are to generic code, which I carried to
make merging of the Ocfs2 support easier. All of the non-ocfs2 patches
should have
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...J#k#DNDLQ3(j>5J;j-NS<kwCZ8KhEd7JNUCZ_yrcoF5_S1iIJ?I
z<%$2XJy3|8=80me*Mt!0>XmGb3G`%=a5*@-Zp$SPn;YWc_~!=CAL(f1|GB|4QK9yj
z<cs at urQNp~AD8eKNzU}&@>E}!F+OID`mBo+BMzEIsx+{EQfXinj)Uk_0Ez~?{&2EA
zrNWX at 9UWf8euM6iHq{h38e!ig)rX3}Qf-JrKZMDRV0U{yf;nO3TNI-g-E$#FSkY|j
zRs%gIKRTJNZREPXiseHo;u at YgW3NaL^A88{I6F|O>1$Q0HT5=QHHO#{`Z|XPJ=Ux2
zZ2Csc{6ExdUUa=+ at gNsxZL)5e0H6}2cF{)r_CN$s*jOwXRx?OI%?F9vrf4M}_`%3u
zW-6s#GP$T<?=(#1#C6CXU&QNB?bf+<#UCy at J`ONQyDLj&ioxBsR|AOQ21p3G6dk0?
z_VC~m$%jW4{zp6PCqWFTOR*>G{!$3rM)YRszXBkWOO=Xyg_%RpEl(*4eJb8qR<k){
z)<a<;WUSWa^...