- 22 Aug, 2003 23 commits
-
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Linus Torvalds authored
of requiring users to select SCSI in order to see it.
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Linus Torvalds authored
From Christoph Hellwig
-
Rusty Russell authored
From David Mosberger: > We definitely are seeing some strange crashes in get_ksymbol_core(). > I think the reason is the lack of iterator initialization. Yes, looks good: reset the iterator at allocation.
-
Christoph Hellwig authored
Remove the PCMCIA release timer that got missed in earlier patch. This is required for successful compilation of the driver.
-
- 21 Aug, 2003 17 commits
-
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Trond Myklebust authored
nfsroot_mount().
-
Trond Myklebust authored
Problem analysis and fix provided by Andries Brouwer. Cleanup of nfs_lookup() by me...
-
Yoshinori Sato authored
o inline assembler funcs cleanup o machine depend header cleanup o interrupt management fix
-
Yoshinori Sato authored
o build script update o interrupt management fix o mtd support fix o signal handling fix
-
http://klibc.bkbits.net/early_userspaceLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
a valid SEP bit. The errata has it right: you have to have at least model 3, stepping 3. Not "model >= 3 or stepping >= 3". Fix the test accordingly.
-
Bryan O'Sullivan authored
into camp4.serpentine.com:/export/bos/bk/linux-early
-
Bryan O'Sullivan authored
-
Steve French authored
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Trond Myklebust authored
ESTALE errors.
-
Trond Myklebust authored
resent since you don't know whether the server is replying to the first or the second transmission. However we're currently setting the cutoff point to be the timeout of the first transmission. This patch moves the cutoff point to the actual start of the retransmission.
-
Trond Myklebust authored
in line with what is done for TCP. Signedness corrections when updating RTT. Be conservative when calculating RTO. Round up the residues.
-
Trond Myklebust authored
among other things, for the "soft" mount option.
-
Trond Myklebust authored
that call_encode() may cause rq_rcv_buf to be reset despite the fact that a reply might be delivered at any moment by a softirq. This typically results in 'NFS: server cheating in read reply' error messages. Solve by adding rq_private_buf, which is updated atomically from rq_rcv_buf.
-