- 22 May, 2004 7 commits
-
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:172110a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:172042a
-
Nathan Scott authored
is in error state. SGI Modid: xfs-linux:xfs-kern:172041a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171990a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171825a
-
Jon Krueger authored
stripe width sized chunks. A new fstab/mount option, "swalloc" has been defined. If specified when mounting a striped file system, allocation requests will be rounded up to a stripe width if the file size is >= stripe width, and the data is being appended to eof. The 'swalloc' option is "off" by default. SGI Modid: xfs-linux:xfs-kern:171710a
-
Felix Blyakher authored
All speculative preallocations should be done from xfs_iomap_write_delay. SGI Modid: xfs-linux:xfs-kern:171620a
-
- 21 May, 2004 16 commits
-
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171591a
-
Nathan Scott authored
flags/casts). SGI Modid: xfs-linux:xfs-kern:171452a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171451a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:171450a
-
Nathan Scott authored
the kmem_alloc() to fail. SGI Modid: xfs-linux:xfs-kern:171201a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:171167a
-
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 12 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>
-