SEARCH  

NEWS

2010.10.06:11:36:28
Apple zapłaci 625,5 mln USD za naruszenie patentów?
Sąd uznał winę firmy Stevea Jobsa i nakazał jej wypłatę ogromnego odszkodowania. Ta jednak uważa, że racja jest po jej stronie i zapowiada dalszą walkę.

 

184620714620_512960007318Tom 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

 
106528514642_569360007478Talpey 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-

 
192526084538_546860007231J 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

 
181628874010_557660007871Tom 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,

 
125527544860_589960007916Tom 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

 
170229964988_532160007102Talpey 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,

 
163921904954_528160007002Trond 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

 
175928074610_529760007408Trond 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

 
152920904295_553960007771Tom 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

 
141029224524_526960007674Talpey 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

 
118525214670_517260007795Tom 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

 
127424814985_522760007867Trond 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

 
123025214674_584060007949Trond 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

 
124823474039_554460007706Trond 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

 
131422964627_583960007446Trond 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

 
151227504967_518260007809Trond 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

 
197721964290_596160007052Trond 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

 
182826544573_550260007391Trond 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

 
145127424738_549060007624Trond 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

 
119525994921_582260007485Trond 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

 
126829504234_523560007156Trond Myklebust

 
104421074352_533460007776Trond Myklebust

 
138628974429_595960007923Trond Myklebust

 
135028494665_508860007950Trond Myklebust

 
171325344548_563360007986Trond 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(),

 
111726254935_535260007066Trond 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(),

 
150829044173_586160007242Trond 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

 
163626244139_506560007537Trond 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

 
198929334386_565360007725Trond 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

 
160327334259_515060007616Trond 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

 
113624834240_507060007100Trond 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

 
113723434004_531160007242Trond 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

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

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

 
133921504135_559960007501Trond 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

 
121424374985_545460007820Trond 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

 
155426454163_555860007367Trond 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

 
180025094207_566660007112Trond 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

 
111424304007_549560007555Trond 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

 
189823854705_503360007006Trond 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

 
153421974443_551960007952J 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

 
133822054596_550160007552J 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

 
186825634061_507460007262J 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 ++++++++++++++++++++++++++------

 
118723434693_519460007738J 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 ++++++++++++++++++++++++++------

 
175027374122_545460007105J 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

 
146123034302_590460007954J 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

 
185621604159_545260007923J 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

 
100325294486_506560007715J 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

 
132727914057_501960007897Steve 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

 
175827354633_588060007402Tom 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