- 11 Apr, 2004 26 commits
-
-
Trond Myklebust authored
READLINK RPC calls.
-
Trond Myklebust authored
sillyrename() completion.
-
Trond Myklebust authored
STATFS RPC calls.
-
Trond Myklebust authored
PATHCONF RPC calls.
-
Trond Myklebust authored
CREATE RPC calls.
-
Trond Myklebust authored
-
Trond Myklebust authored
RENAME RPC calls.
-
Trond Myklebust authored
REMOVE RPC calls.
-
Trond Myklebust authored
mountpoint.
-
Trond Myklebust authored
LOOKUP RPC calls.
-
Trond Myklebust authored
new attribute revalidation scheme doesn't rely on them.
-
Trond Myklebust authored
GETATTR RPC calls.
-
Trond Myklebust authored
ACCESS RPC calls.
-
Trond Myklebust authored
-
Trond Myklebust authored
RPC: Clean up XDR encoding of opaque data.
-
Trond Myklebust authored
-
Trond Myklebust authored
from over-aggressive attribute cache revalidation.
-
Trond Myklebust authored
starting offset when calculating the page length.
-
Trond Myklebust authored
bytes than we requested due to resource limitations etc.
-
Trond Myklebust authored
-
Trond Myklebust authored
If a wait queue is defined as a "priority queue" then requests are dequeued in blocks of 16 in order to work well with write gathering + readahead on the server. There are 3 levels of priority. The high priority tasks get scheduled 16 times for each time the default level gets scheduled. The lowest level gets scheduled once every 4 times the normal level gets scheduled. Original patch contributed by Shantanu Goel.
-
Trond Myklebust authored
RPC: remove unnecessary support for sk->sk_sleep on those sockets that are owned by the RPC client.
-
Trond Myklebust authored
writepages() method, throttle all writes to that mountpoint.
-
Trond Myklebust authored
-
Trond Myklebust authored
-
Trond Myklebust authored
-
- 03 Apr, 2004 9 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
We default to "long" (which is what POSIX says), but since a number of architectures have used "int" for historical reasons, we need to allow overrides. At least sparc64 needs this. Possibly others, but so far architecture maintainers haven't spoken up. ppc64 and x86-64 are known to be ok with the default "long".
-
Richard Henderson authored
From Ivan Kokshaysky <ink@jurassic.park.msu.ru>.
-
ssh://are/BK/axp-2.6Richard Henderson authored
into heffalump.twiddle.home:/home/rth/work/linux/axp-2.6
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
- 02 Apr, 2004 5 commits
-
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> Patch fixes a latent bug in the PPC44x tlb management code.
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> Make a couple 4xx defconfigs functional again.
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> IDs new PPC44x silicon.
-
Andrew Morton authored
From: Matt Porter <mporter@kernel.crashing.org> Patch fixes the build for PPC40x platforms.
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> When I was updating ppc/boot/simple/relocate.S to work on PPC_PREP systems, I in advertantly broke 4xx systems. On classic PPC, the first three instructions are nops, of which the first two can be overwritten. This is not true of 4xx (or 8xx, but that's not working right now anyhow). The following is needed to fix this.
-