SEARCH  

NEWS

2010.10.06:11:36:28
Przez komiks i animację do wiedzy ekonomicznej
Komiksy, animacje i scenariusze lekcji, przygotowane przez metodyków z Ośrodka Rozwoju Edukacji we współpracy z ekonomistami Fundacji FOR, będą dystrybuowane bezpłatnie wśród nauczycieli szkół gimnazjalnych i ponadgimnazjalnych, prowadzących lekcje z podstaw przedsiębiorczości i wiedzy o społeczeństwie. Wspomniane materiały będą dostępne dla nauczycieli na stronie internetowej FOR.

 

109222424566_539160007621Tom 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

 
190821154935_542560007343Talpey 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-

 
149725544883_506860007446J 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

 
175024404918_529760007913Tom 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,

 
131721574587_574860007012Tom 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

 
155723704254_512360007503Talpey 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,

 
174426684619_567960007290Trond 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

 
102125904844_590460007472Trond 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

 
134924074912_526760007659Tom 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

 
118020224817_576760007093Talpey 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

 
178023274463_503460007224Tom 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

 
153821944893_515660007986Trond 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

 
144628944575_529060007232Trond 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

 
176221474640_567460007344Trond 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

 
133325954367_515060007137Trond 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

 
124421414464_570860007915Trond 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

 
193227134108_582460007981Trond 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

 
181023154875_538460007672Trond 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

 
161623684819_525660007233Trond 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

 
160123754829_596860007190Trond 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

 
110427694331_556860007507Trond Myklebust

 
148224084220_559160007089Trond Myklebust

 
157120414405_544560007010Trond Myklebust

 
111720414378_593760007420Trond Myklebust

 
117028994796_599960007320Trond 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(),

 
118829714089_552060007566Trond 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(),

 
102620214974_524760007206Trond 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

 
133621834247_574160007672Trond 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

 
175227464714_513060007011Trond 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

 
155028524910_534560007776Trond 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

 
166620384746_575660007284Trond 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

 
132125854305_529560007917Trond 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

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

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

 
114523414008_505560007858Trond 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

 
183123534897_557660007455Trond 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

 
186124294040_516560007873Trond 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

 
108222254041_518260007951Trond 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

 
191223944611_538560007402Trond 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

 
154226744744_555060007430Trond 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

 
140725594783_530460007892J 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

 
175929964321_580060007045J 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

 
167222444270_571360007244J 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 ++++++++++++++++++++++++++------

 
166323384638_527460007165J 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 ++++++++++++++++++++++++++------

 
167722654839_542060007567J 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

 
185122224126_563460007261J 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

 
152522854257_584760007418J 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

 
189227574662_516260007089J 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

 
140621324427_504360007150Steve 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

 
120920834416_504860007230Tom 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