public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Xuan Baldauf <xuan--lkml@baldauf.org>
To: Urban Widmark <urban@teststation.com>
Cc: linux-kernel@vger.kernel.org, "James H. Puttick" <james.puttick@kvs.com>
Subject: Re: [PATCH][RFT] smbfs bugfixes for 2.4.4
Date: Wed, 23 May 2001 00:57:47 +0200	[thread overview]
Message-ID: <3B0AEEEA.225A0940@baldauf.org> (raw)
In-Reply-To: <Pine.LNX.4.30.0105230009160.23340-100000@cola.teststation.com>



Urban Widmark wrote:

> On Mon, 21 May 2001, Xuan Baldauf wrote:
>
> > That is annoying, because it heavily slows down bulk transfers of small
> > writes, like automatically unzipping a new mozilla build from the linux box to
> > the windows box. Every write of say 100 bytes is implemented as
> >
> > send write req
> > recv write ack
> > send flush req
> > sync to disk (on the windows machine)
> > recv flush ack
>
> The only other way I have found so far to get it to return the right file
> size is to do a "seek-to-end". That still means an extra SMB but it avoids
> the very painful "sync to disk".
>
> Fortunately the seek is only necessary when refreshing inode info, on a
> "win95" server, on a file that is open and that we have written to.

Maybe it is also a workaround for the problem where changes on the windows side are not reflected?

>
>
> This should be significantly better, but still works with my testcases.
> patch vs 2.4.5-pre4, please test.
>
> /Urban
>

[...patch...]

Is it possible to resend the patch in mime format or publish it somewhere accessible by an URL? Netscape Messenger
creates spaces everywhere where tabs should be :-(

Xuân.



  reply	other threads:[~2001-05-22 22:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-02 21:59 [PATCH][RFT] smbfs bugfixes for 2.4.4 Urban Widmark
2001-05-06  0:14 ` Xuan Baldauf
2001-05-06 10:16   ` Urban Widmark
2001-05-07 17:44   ` Linus Torvalds
2001-05-08 20:43     ` Urban Widmark
2001-05-08 22:02       ` James H. Puttick
2001-05-21 11:00       ` Xuan Baldauf
2001-05-21 18:03         ` Urban Widmark
2001-05-22 22:25         ` Urban Widmark
2001-05-22 22:57           ` Xuan Baldauf [this message]
2001-05-22 23:12             ` Urban Widmark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B0AEEEA.225A0940@baldauf.org \
    --to=xuan--lkml@baldauf.org \
    --cc=james.puttick@kvs.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=urban@teststation.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox