- 08 Oct, 2003 6 commits
-
-
Stephen Lord authored
-
Stephen Lord authored
the online backup tools.
-
Stephen Lord authored
this correctly
-
Stephen Lord authored
-
ssh://lord@kernel.bkbits.net/xfs-2.6Stephen Lord authored
into penguin.americas.sgi.com:/src/lord/bitkeeper/xfs-2.6
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:159631a
-
- 07 Oct, 2003 34 commits
-
-
bk://kernel.bkbits.net/acme/ksyms-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Trond Myklebust authored
Convert them into structures
-
Trond Myklebust authored
- Hierarchy of state attached to nfs4_client in order to simplify state recovery. state_owners hang off nfs4_client, whereas state hangs off both open_owners and the nfs_inode. - Model tries to minimize the number of open_owners on the server by recycling unused open_owners into a pool. - NFSv4 state attached to file->private_data. Previously this was used by credentials (and still is for NFSv2/v3) Abstract out setup/release of struct file and nfs_page structure initialization in order to cope with these conflicting uses of private_data.
-
Trond Myklebust authored
a pointer to a filled nfs_write_data struct like we do for asynchronous function calls
-
Trond Myklebust authored
passing a pointer to a filled nfs_read_data structure (the same struct used by the asynchronous function calls)
-
Trond Myklebust authored
itself to the server once and once only. This patch ensures that we do this by sharing the local identifier struct nfs4_client among all mountpoints that talk to the same server/ip address.
-
Trond Myklebust authored
and didn't really relate to any of the RFCs. Replace with the more descriptive "nfs4_state_owner".
-
Trond Myklebust authored
superblock as a parameter instead of passing it in the form of a dentry.
-
Trond Myklebust authored
getattr "bitmap" was allocated on the stack. Make it use the bitmaps already allocated for that purpose in the nfs_fattr struct.
-
Trond Myklebust authored
slot table.
-
Trond Myklebust authored
NFSv4 idmapper. - Correct bugs in idmapper wait code. - Correct layering bugs in RPCSEC_GSS and idmapper - Ensure we advance the file pointer in case of partial reads/writes of a message on the pipes
-
Trond Myklebust authored
that it does not support a given program, version or procedure call.
-
Trond Myklebust authored
we inherit timeouts from previous requests. This means that we lengthen the window of time during which we accept updates to the RTO estimate if we see an update. Scheme proposed by Brian Mancuso, but it is standard for TCP congestion control implementations.
-
Linus Torvalds authored
-
Arnaldo Carvalho de Melo authored
This fixes asus_acpi.c when doing a modular build
-
Linus Torvalds authored
unconditional. Simplify the macros.
-
Randy Dunlap authored
Avoid "statement with no effect" warning by making the macro that doesn't do anything an inline function instead.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
670 -> 677 = Samuel 2 678 -> 67f = Ezra
-
Dave Jones authored
Group processor tables together correctly.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Preemptively stop some good intentioned janitor coming along and "fixing a typo".
-
Dave Jones authored
-
Dave Jones authored
The current tables we had have been confirmed as safe by VIA.
-
Dave Jones authored
Spotted by Pavel Machek.
-
Dave Jones authored
Hand-applying simple diffs considered harmful.
-
Dave Jones authored
More bits from Pavel. drv_* in oopses is pretty uninformative.
-
Dave Jones authored
Spotted by Pavel Machek.
-