- 07 Apr, 2003 1 commit
-
-
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.
-
- 07 Apr, 2003 16 commits
-
-
David S. Miller authored
-
Alan Cox authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:143647a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:143053a
-
Nathan Scott authored
for unwritten extent writes. SGI Modid: 2.5.x-xfs:slinx:143052a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:142797a
-
Christoph Hellwig authored
[XFS] remove busy inode check in the umount path - Linux checked it for us before calling into the filesystem. We're beyond the point of no return for umount anyway SGI Modid: 2.5.x-xfs:slinx:142731a
-
Linus Torvalds authored
-
Linus Torvalds authored
implies that it should vary between 0-7, not any further (the higher bits are done by updating current_vector by 8). This also means that we don't have any overflow condition.
-
Krzysztof Halasa authored
This version fixes: - missing rtnl_lock()/rtnl_unload() bug on unregister_hdlc_device - N2, C101: interrupt handler now works under high IRQ load from other devices (with previous versions, the IRQ processing for the card could sometimes stop after reaching "work limit") This is production-tested on devices I have access to (N2, C101, PC300, PCI200SYN).
-
Zwane Mwaikambo authored
This patch disables irqbalance and doesn't spawn a kernel thread for systems which run SMP kernels and only have one online cpu.
-
Jens Axboe authored
This finally kills of blk_queue_empty(). This is similar to the patch I recently sent to fix the SCSI logic as well. A lot of drivers are doing this in our core, mainly because that is the way they always did it: start_queue: if (blk_queue_empty(q)) return; rq = elv_next_request(q); if (!rq) return; Patch simply removes the blk_queue_empty() check, and adds a check for !rq return from elv_next_request() if the driver didn't already do that. Additionally, the AS io scheduler can return NULL from elv_next_request() if it thinks this is best. This way we are also prepared for that to work well. Patch was done by Nick Piggin.
-
Zwane Mwaikambo authored
Bug report from J Sanchez in #kernelnewbies
-
- 06 Apr, 2003 1 commit
-
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 07 Apr, 2003 2 commits
-
-
Dave Jones authored
-
Dave Jones authored
-
- 06 Apr, 2003 3 commits
-
-
Ingo Molnar authored
The problem with setiathome is that it displays something every now and then - so it gets a backboost from X, and hovers at a relatively high priority.
-
Zwane Mwaikambo authored
This comment seems to want to include SET_MODULE_OWNER as one of the deprecated facilities.
-
Dave Jones authored
Looks like a cut-n-paste thinko in the Kconfig file..
-
- 05 Apr, 2003 6 commits
-
-
Pete Zaitcev authored
-
Pete Zaitcev authored
-
Pete Zaitcev authored
-
Pete Zaitcev authored
-
Pete Zaitcev authored
-
Andi Kleen authored
Make it compile again and various cleanups and a few bug fixes. Only changes x86-64 specific files. Most of it are S3 suspend changes from Pavel and comment spelling fixes from Steven Cole. - Remove now obsolete check_cpu function - Fix sys_ioctl prototype - Small optimization - use SYSCALL for 32bit signal handling. - Fix S3 suspend handling and split into individual files like i386 (Pavel) - Merge from i386 (pci fixes etc.) - Set correct paging attributes for IOMMU aperture - Fix disable apic option
-
- 04 Apr, 2003 1 commit
-
-
Ulrich Drepper authored
The ipc multiplexer syscall on x86 currently returns EINVAL for a non-existing sub-opcode. This logical but is a problem with the introduction of new operations (like semtimedop). Now EINVAL can mean "no such operation" and "invalid parameter". To avoid such problems in future, could you apply the attached patch?
-