SEARCH  

NEWS

2010.10.06:11:36:27
Nobel z fizyki za przełomowy materiał (wideo)
Szybsze komputery i przejrzyste ekrany dotykowe mogą pojawić się na rynku dzięki grafenowi. Jest to supermocny, cienki materiał odkryty w roku 2004. Wczoraj nagrodę Nobla z fizyki otrzymali Andriej Gejm i Konstantin Nowosiołow za przełomowe eksperymenty związane z grafenem.

 

191025074749_552360007490Tom Talpey
Signed-off-by: Tom Talpey <talpey@xxxxxxxxxx --- net/sunrpc/xprtrdma/transport.c | 2 +- net/sunrpc/xprtrdma/verbs.c | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 de

 
151927354313_523060007634Talpey Thomas
On Wed, 2008-10-08 at 11:47 -0400, Tom Talpey wrote: Internal RPC/RDMA structure updates in preparation for FRMR support. Signed-off-by: Tom Tucker <tom@xxxxxxxxxxxxxxxxxxxxx Signed-off-

 
120226224708_586760007368J Bruce Fields
On Wed, 2008-10-08 at 13:30 -0400, Talpey, Thomas wrote: At 01:23 PM 10/8/2008, Trond Myklebust wrote: On Wed, 2008-10-08 at 11:47 -0400, Tom Talpey wrote: Internal RPC/RDMA structure updat

 
147226554371_507360007681Tom Talpey
At 01:55 PM 10/8/2008, J. Bruce Fields wrote: On Wed, Oct 08, 2008 at 01:30:56PM -0400, Talpey, Thomas wrote: At 01:23 PM 10/8/2008, Trond Myklebust wrote: On Wed, 2008-10-08 at 11:47 -0400,

 
178027284357_564160007672Tom Talpey
Add defensive timeouts to wait_for_completion() calls in RDMA address resolution, and make them interruptible. Fix the timeout units to milliseconds (formerly jiffies) and move to private header. Si

 
145424334178_520260007723Talpey Thomas
On Wed, 2008-10-08 at 11:48 -0400, Tom Talpey wrote: The RPC/RDMA protocol allows clients and servers to avoid RDMA operations for data which is purely the result of XDR padding. On the client,

 
169324754458_500560007353Trond Myklebust
At transport creation, check for, and use, any local dma lkey. Then, check that the selected memory registration mode is in fact supported by the RDMA adapter selected for the mount. Fall back to bes

 
164029084976_534860007520Trond Myklebust
At 01:22 PM 10/8/2008, Trond Myklebust wrote: On Wed, 2008-10-08 at 11:47 -0400, Tom Talpey wrote: At transport creation, check for, and use, any local dma lkey. Then, check that the selected

 
171622464174_508760007514Tom Talpey
An RPC/RDMA client cannot retransmit on an unbroken connection, doing so violates its flow control with the server. Signed-off-by: Tom Talpey <talpey@xxxxxxxxxx --- net/sunrpc/xprtrdma/rpc_rdm

 
176820994241_512560007766Talpey Thomas
On Wed, 2008-10-08 at 11:47 -0400, Tom Talpey wrote: From: Tom Tucker <talpey@xxxxxxxxxx Now Im really confused! This logic sets the connection parameter that configures the local device

 
179821944199_597760007155Tom Talpey
Configure, detect and use "fastreg" support from IB/iWARP verbs layer to perform RPC/RDMA memory registration. Make FRMR the default memreg mode (will fall back if not supported by the sel

 
169920884631_515660007336Trond Myklebust
Most of the following patches are bugfixes: There are a couple of spin locking fixes to follow up the BKL removal. There are some attribute update fixups, mainly to make the spin locking more e

 
151027344243_548560007017Trond Myklebust
From: Denis V. Lunev <den@xxxxxxxxxx Unfortunately, BUG_ON(IS_ROOT(dentry)) can happen inside nfs_follow_mountpoint with NFS running Fedora 8 using a specific setup. rel="nofollow" bugzilla

 
100427994263_517960007583Trond Myklebust
From: Cedric Le Goater <clg@xxxxxxxxxx On a system with nfs mounts, if a task unshares its mount namespace, a oops can occur when the system is rebooted if the task is the last to unreference th

 
169326544682_593560007422Trond Myklebust
From: Denis V. Lunev <den@xxxxxxxxxx Replace NULL with ERR_PTR(-EINVAL). Signed-off-by: Denis V. Lunev <den@xxxxxxxxxx Signed-off-by: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx --- f

 
170125774617_590060007012Trond Myklebust
From: Steve Dickson <SteveD@xxxxxxxxxx This patch fixes a regression that was introduced by the string based mounts. nfs_mount() statically returns -EACCES for every error returned by the remot

 
105422524101_568560007195Trond Myklebust
From: Denis V. Lunev <den@xxxxxxxxxx Basically, try_module_get here are pretty useless. Any other module using this API will pin sunrpc in memory due using exported symbols. Signed-off-by: Deni

 
102129194930_526560007011Trond Myklebust
From: Denis V. Lunev <den@xxxxxxxxxx Basically, try_module_get here are pretty useless. Any other module using this API will pin sunrpc in memory due using exported symbols. Signed-off-by: Deni

 
128224094810_554660007696Trond Myklebust
From: Jeff Layton <jlayton@xxxxxxxxxx The fattrs used in the NFSv3 getacl/setacl calls are not being properly initialized. This occasionally causes nfs_update_inode to fall into NFSv4 specific c

 
112922814349_581260007128Trond Myklebust
From: Jeff Layton <jlayton@xxxxxxxxxx The fattrs used in the NFSv3 getacl/setacl calls are not being properly initialized. This occasionally causes nfs_update_inode to fall into NFSv4 specific c

 
123429174705_585160007257Trond Myklebust

 
186328714509_596560007919Trond Myklebust

 
115925764837_508860007241Trond Myklebust

 
110021234650_591160007238Trond Myklebust

 
160628004519_595660007736Trond Myklebust
Try to avoid taking and dropping the inode- i_lock more than once. Do so by moving the code in nfs_refresh_inode() that needs to be done under the spinlock into a function nfs_refresh_inode_locked(),

 
108328464652_578960007468Trond Myklebust
Try to avoid taking and dropping the inode- i_lock more than once. Do so by moving the code in nfs_refresh_inode() that needs to be done under the spinlock into a function nfs_refresh_inode_locked(),

 
104625594338_555660007893Trond Myklebust
From: J. Bruce Fields <bfields@xxxxxxxxxxxxxx Whoever wrote this had a bizarre allergy to for loops. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx Signed-off-by: Trond Myklebust &l

 
147426834469_531060007310Trond Myklebust
From: J. Bruce Fields <bfields@xxxxxxxxxxxxxx Whoever wrote this had a bizarre allergy to for loops. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx Signed-off-by: Trond Myklebust &l

 
155228724434_520160007104Trond Myklebust
Signed-off-by: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx --- net/sunrpc/rpcb_clnt.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/rpcb_clnt.c b/net/su

 
143923894904_595960007515Trond Myklebust
Signed-off-by: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx --- net/sunrpc/rpcb_clnt.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/rpcb_clnt.c b/net/su

 
169424284360_534660007055Trond Myklebust
Instead of causing umount requests to block on server- active_wq while the asynchronous sillyrename deletes are executing, we can use the sb- s_active counter to obtain a reference to the super_block

 
181422634615_515160007138Trond Myklebust
Instead of causing umount requests to block on server- active_wq while the asynchronous sillyrename deletes are executing, we can use the sb- s_active counter to obtain a reference to the super_block

 
104422924821_551460007592Trond Myklebust
Add the following NFS-specific mount options to the parser. -o lookupcache=all /* Default: cache positive & negative dentries */ -o lookupcach

 
182521544464_525860007247Trond Myklebust
Add the following NFS-specific mount options to the parser. -o lookupcache=all /* Default: cache positive & negative dentries */ -o lookupcach

 
136227954636_526660007981Trond Myklebust
If we believe that the attributes are old (see nfs_refresh_inode()), then we shouldnt force an update. Also ensure that we hold the inode- i_lock across attribute checks and the call to nfs_refresh_i

 
178124484408_514060007625Trond Myklebust
If we believe that the attributes are old (see nfs_refresh_inode()), then we shouldnt force an update. Also ensure that we hold the inode- i_lock across attribute checks and the call to nfs_refresh_i

 
119626084888_581260007706Trond Myklebust
If were merely checking the inode attributes because we suspect that the updated attributes returned by the RPC call are stale, then we shouldnt be doing weak cache consistency updates or clearing th

 
195028044999_577060007601Trond Myklebust
If were merely checking the inode attributes because we suspect that the updated attributes returned by the RPC call are stale, then we shouldnt be doing weak cache consistency updates or clearing th

 
136221424755_582660007110Trond Myklebust
Currently, if two processes are both trying to revalidate metadata for the same inode, they will find themselves being serialised. There is no good justification for this now that we have improved ou

 
107227644906_570960007659Trond Myklebust
Currently, if two processes are both trying to revalidate metadata for the same inode, they will find themselves being serialised. There is no good justification for this now that we have improved ou

 
168928104106_509760007901J Bruce Fields
On Tue, Oct 07, 2008 at 06:19:52PM -0400, Trond Myklebust wrote: Most of the following patches are bugfixes: There are a couple of spin locking fixes to follow up the BKL removal. There are

 
172221474508_561060007267J Bruce Fields
On Tue, Oct 07, 2008 at 06:19:52PM -0400, Trond Myklebust wrote: Most of the following patches are bugfixes: There are a couple of spin locking fixes to follow up the BKL removal. There are

 
131629084071_531460007389J Bruce Fields
This function is a little longer and more deeply nested than necessary. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx --- fs/nfs/nfs4namespace.c | 84 ++++++++++++++++++++++++++------

 
191520394531_567060007932J Bruce Fields
This function is a little longer and more deeply nested than necessary. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx --- fs/nfs/nfs4namespace.c | 84 ++++++++++++++++++++++++++------

 
178029394695_568560007725J Bruce Fields
We plan to use this function elsewhere. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx --- fs/nfs/internal.h | 18 ++++++++++++++++++ fs/nfs/super.c | 19 ------------------- 2 f

 
134323364535_545060007485J Bruce Fields
We plan to use this function elsewhere. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx --- fs/nfs/internal.h | 18 ++++++++++++++++++ fs/nfs/super.c | 19 ------------------- 2 f

 
135021554632_585860007591J Bruce Fields
On Wed, 2008-10-08 at 15:31 -0400, J. Bruce Fields wrote: On Tue, Oct 07, 2008 at 06:19:52PM -0400, Trond Myklebust wrote: Most of the following patches are bugfixes: There are a couple o

 
112520814498_519660007176J Bruce Fields
On Wed, 2008-10-08 at 15:31 -0400, J. Bruce Fields wrote: On Tue, Oct 07, 2008 at 06:19:52PM -0400, Trond Myklebust wrote: Most of the following patches are bugfixes: There are a couple o

 
158523094215_511660007081Steve Dickson
On Sat, Jun 07, 2008 at 01:53:02AM +0000, Richard A Nelson wrote: Package: nfs-common Version: 1:1.1.2-4 Severity: important In a fit of debugging spurious NFS problems I noticed this: # ps

 
104827594020_574460007668Tom Tucker
Do you still maintain the FAQ at nfs.sourceforge.net? In A7: "There are some minor interoperability issues when applications running on clients make use of some of the new features of NFS V