First set of changes to support journalled dquot updates in XFS.
Plenty to do still, far from complete (panics alot less though).
Modid: 2.4.x-xfs:slinx:76496a
Date: Thu Oct 19 17:13:00 PDT 2000
Workarea: snort:/build4/nathans/quota-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
linux/Documentation/Configure.help - 1.62
- Add some text about XFS and quota.
linux/fs/Config.in - 1.42
- Add config option for XFS quota support.
linux/fs/dquot.c - 1.16
linux/fs/noquot.c - 1.5
- intercept quotactl commands for XFS quota manager & dispatch.
linux/fs/xfs/linux/Makefile - 1.26
- add xfs_quotactl.o.
linux/fs/xfs/linux/xfs_super.c - 1.96
- ensure dq_op is initialized.
linux/fs/xfs/xfs.h - 1.6
- add xqm.h, remove pseudo-inc version.
linux/fs/xfs/xfs_dquot.h - 1.17
- formatting changes, fix a debug macro.
linux/fs/xfs/xfs_qm.c - 1.56
- correct a comment, fix a debug macro.
linux/fs/xfs/xfs_qm_syscalls.c - 1.43
- remove IRIX-specificness from the quotactl interface, remove
unsupported stuff (stub routine), minor tidying.
linux/fs/xfs/xfs_quota.h - 1.22
- update interface to xfs_quotactl.
linux/fs/xfs/xfs_quota_priv.h - 1.14
- ensure vflag has purge bit set before attempting to purge- fixes a
panic on unmount with quota on.
linux/fs/xfs/xfsquotasstubs.c - 1.12
- update interface to xfs_quotactl.
linux/fs/xfs/linux/xfs_quotactl.c - 1.1
- wrap up Linux quotactl specifics before calling down into generic
XFS quota code.
linux/include/linux/xqm.h - 1.1
- XFS quota manager header - macros, ondisk types, etc. needed by
userspace and the kernel.
|