- 08 Apr, 2003 28 commits
-
-
Alan Cox authored
(Again all DVB is Martin Hunold)
-
Alan Cox authored
-
Alan Cox authored
(Martin Hunold)
-
Alan Cox authored
-
Alan Cox authored
(Robert Hentosh & me)
-
Alan Cox authored
-
Alan Cox authored
(Stephan Maciej)
-
Alan Cox authored
(compatmac cleanup is all Adrian Bunk)
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(Bob Miller)
-
Alan Cox authored
-
Alan Cox authored
(Osamu Tomita)
-
Alan Cox authored
Fixes unknown symbol copy_.. in some builds
-
Alan Cox authored
-
Alan Cox authored
(Miles Bader)
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(Dave Jones)
-
Alan Cox authored
(Steve Cole and co)
-
Alan Cox authored
(Andi Kleen)
-
Alan Cox authored
-
Alan Cox authored
(Steven Cole)
-
Linus Torvalds authored
that we for the initial value ctually want to check only wrap-around in an "unsigned int".
-
Jens Axboe authored
I want to make blk_init_queue() zero the queue, so we don't get anymore nasty bugs with uninitialized variables. IDE is setting queuedata before init though.
-
Jens Axboe authored
The single missing bit, please add that as well. Was missed because this driver actually used elv_queue_empty, not blk_queue_empty.
-
- 07 Apr, 2003 2 commits
-
-
Linus Torvalds authored
gcc'ism, and even gcc can apparently get confused by it.
-
http://nfsclient.bkbits.net/linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 08 Apr, 2003 10 commits
-
-
Marius Aamodt Eriksen authored
mapper upcall mechanism.
-
Marius Aamodt Eriksen authored
unix-style uid/gids. Note that this makes use of the RPC client upcall mechanism (rpc_pipefs) to notify a userland daemon that does the actual mapping. The results are then cached in the kernel. The userland daemon can be downloaded from the CITI NFSv4 page at http://www.citi.umich.edu/projects/nfsv4/
-
Trond Myklebust authored
-
Trond Myklebust authored
-
Trond Myklebust authored
already open.
-
Trond Myklebust authored
-
Trond Myklebust authored
The resulting state is saved in the NFS-specific part of the struct inode. Initially we just start with 3 possible states: - open for read - open for write - open for read/write
-
Trond Myklebust authored
Split out the open() method for regular files from that of directories.
-
Trond Myklebust authored
-
Trond Myklebust authored
Tightens consistency checks on the process of reading the reply skb in the SunRPC client. Reject a reply if we didn't succeed in reading the entire skb.
-