- 21 May, 2004 10 commits
-
-
Jon Krueger authored
without checking if there were any real blocks already in the speculative allocation area. This could result in an allocation that overlaps pre-allocated space. This would result in an ASSERT failure in debug kernels, or invalid output from xfs_bmap. The code will now only do speculative allocation if we are writing beyond the current allocation eof. SGI Modid: xfs-linux:xfs-kern:171163a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:171157a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171083a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171081a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:171047a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:171032a
-
Nathan Scott authored
done outside XFS. SGI Modid: xfs-linux:xfs-kern:170861a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:170858a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:170510a
-
Nathan Scott authored
-
- 20 May, 2004 5 commits
-
-
Nathan Scott authored
-
Nathan Scott authored
-
Trond Myklebust authored
The NFS readlink() methods all take a buffer length argument. Use that instead of assuming PAGE_SIZE... We need to return ENAMETOOLONG rather than EIO.
-
Neil Brown authored
Make sure NFS client doesn't see errors from mode setting on new symlinks. When nfsd creates a symlink, it tries to set the mode as the mode is carried in the NFS request and some filesystems store a mode. If the filesystem refuses to set the mode (e.g. -EOPNOTSUPP), this error should not be returned to the client.
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 19 May, 2004 25 commits
-
-
Mark Huth authored
-
Peter Martuccelli authored
-
David S. Miller authored
into nuts.davemloft.net:/disk1/BK/sparc-2.6
-
Patrick Finnegan authored
-
Vernon A. Fort authored
This adds support for the CP-104 Moxa Smartio serial cards. Just add the PCI ID information.
-
Zhenmin Li authored
-
David S. Miller authored
-
David S. Miller authored
-
Paul Mackerras authored
When the kmem_bufctl_t typedef got added to include/asm-ppc64/types.h, it got added outside the #ifndef __ASSEMBLY__ section, causing assembler errors. This patch, from David Gibson, moves it inside the #ifndef __ASSEMBLY__ region.
-
Greg Ungerer authored
Add newlines to some printk debug trace of comempci.c driver.
-
Greg Ungerer authored
Remove a lot of un-used and un-needed libgcc funstions from export list for m68knommu syms.
-
Greg Ungerer authored
Correct build lines for Motorola Dragonball 68x328 frame buffer driver. Patch from Georges Menie <georges@menie.org>
-
Greg Ungerer authored
Remove ColdFire specific code sections for atomic_add and atomc_sub. These are not needed, the m68k asm code for these functions is ColdFire clean.
-
Greg Ungerer authored
We should un-define all the x86 style IO routines when redefining local versions.
-
Greg Ungerer authored
Create init points for the Motorola Dragonball 68x328 frame buffer driver. Patch from Georges Menie <georges@menie.org>
-
Greg Ungerer authored
A couple of fixups for asm-m68knommu/bitops.h: . re-order definition of fls(), to be outside __KERNEL__ . add code for find_next_bit()
-
Greg Ungerer authored
Big cleanup of the Motorola DragonBall 68x328 frame buffer. It was quite broken before. Patch from Georges Menie <georges@menie.org>.
-
Greg Ungerer authored
Fix the cache flushing code for the ColdFire 5407 CPU. The cpushl instruction arguments are wrong, causing it to miss some cache lines.
-
Greg Ungerer authored
Added a nommu version of sysctl_max_map_count. Fix return value from do_munmap(), it should return 0 on success not EINVAL.
-
Andrew Morton authored
From: Neil Brown <neilb@cse.unsw.edu.au> Fix bug #2661 Raid currently calls ->unplug_fn under spin_lock_irqsave(), but unplug_fns can sleep. After a morning of scratching my head and trying to come up with some that does less locking, the following is the best I can come up with. I'm not proud of it but it should work. If I move "nr_pending" out or rdev into the per-personality structures (e.g. mirror_info), and if I had "atomic_inc_if_nonzero" I could do with without locking so much, but random atomic* functions don't seem trivial
-
bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Arjan van de Ven authored
spinlock_t *lp = &((struct netdev_private *)dev->priv)->lock; doesn't mix with spin_unlock_irqrestore(&lp, flags);
-
Andrew Morton authored
From: David Mosberger <davidm@napali.hpl.hp.com>
-
Andrew Morton authored
From: Martin Diehl <lists@mdiehl.de> There was a spin_unlock missing in the raw mode tx-completion path. Probably it slipped through because the raw mode stuff is never reached with my Actisys hardware.
-
Andrew Morton authored
From: Martin Schwidefsky <schwidefsky@de.ibm.com> Network driver changes: - iucv: Make grab_param function SMP safe. - lcs: Fix null-pointer dereference after unsuccessful set_online. - qeth: Fix kmalloc flags in qeth_alloc_reply. - qeth: Show broadcase capability also in route4/6 sysfs attributes. - qeth: Remove debug code. - qeth: Add option to qetharp user space interface to strip unused fields from query arp records. - qeth: Add shortcut in outbound path for HiperSockets. - qeth: Add more info to qeth_perf_stats. - qeth: Add support for direct SNMP interface to OSA express cards.
-