This incorporates the 32bit UID/GID VFS quota patch from Jan Kara,
and adds the extra quotactl patch for XFS support too. If you are
a quota user on ext2/ext3/ufs/udf, this affects you and you should
read the convertquota(1) man page.
If you have been using one of the SGI-modified Redhat releases that
we've put out in the past, and you use quota on ext2/ext3/ufs/udf,
then you are already running this code.
*** This change does not affect people using XFS quota at all. ***
I expect to incorporate a new set of changes from Jan sometime in
the next couple of weeks also. Jan's next patchset allows the two
VFS quota formats to coexist (ie. his new format as well as the one
in Linus' kernels) in the same kernel. There'll be some new config
options then, allowing support for either one or both formats to be
selected, and also allowing them to be built as modules. But thats
not quite ready yet - just an appetiser for Jan's current work.
cheers.
Date: Thu Feb 28 17:47:17 PST 2002
Workarea: snort.melbourne.sgi.com:/home/nathans/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: xfs-cmds:slinx:113039a
cmd/xfsmisc/quota-patch-2.4.17-3.diff - 1.1
- Jan Kara's 32 bit UID quota patch, now used in XFS kernel code also.
cmd/xfsmisc/README - 1.8
- Add several notes about the quota patches in this directory.
Modid: 2.4.x-xfs:slinx:113039b
linux/include/linux/quotaops.h - 1.12
linux/include/linux/quota.h - 1.8
linux/include/asm-sparc64/ioctls.h - 1.3
linux/include/asm-sparc/ioctls.h - 1.3
linux/include/asm-m68k/ioctls.h - 1.3
linux/include/asm-i386/ioctls.h - 1.3
linux/include/asm-alpha/ioctls.h - 1.5
linux/arch/sparc64/kernel/sys_sparc32.c - 1.41
linux/include/asm-sh/ioctls.h - 1.4
linux/arch/ia64/ia32/sys_ia32.c - 1.19
linux/include/asm-ia64/ioctls.h - 1.2
linux/include/asm-parisc/ioctls.h - 1.2
linux/include/asm-cris/ioctls.h - 1.2
linux/fs/ioctl.c - 1.12
linux/fs/inode.c - 1.61
- Modifications from Jan Kara's 32 bit UID quota patch.
linux/fs/super.c - 1.73
linux/fs/noquot.c - 1.8
linux/fs/dquot.c - 1.45
linux/fs/quota.c - 1.5
linux/include/linux/fs.h - 1.143
- Modifications from Jan Kara's 32 bit UID quota patch + XFS support.
|