des 2008-08-05 10:25:55 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
SVN rev 181327 on 2008-08-05 10:25:55Z by des
Whitespace, prototypes
Revision ChangesPath
1.98 +27 -88src/sys/ufs/ufs/ufs_quota.c
___
obrien 2008-03-01 18:35:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/ufs/ufs ufs_quota.c
Log:
Sync with HEAD - remove unneeded cases.
Revision ChangesPath
1.74.2.10 +5 -5 src/sys/ufs/ufs/ufs_quota.c
_
kib 2007-02-15 09:24:58 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Style(9).
Revision ChangesPath
1.90 +11 -5 src/sys/ufs/ufs/ufs_quota.c
___
cvs-all@freebsd.org mailing lis
mpp 2007-02-04 06:46:57 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
If quotacheck or edquota reset the block or inode grace time for
a user or group, when the kernel first sees this, it will update
the grace time value. However, it ne
On Thu, 01-Feb-2007 at 19:06:32 -0600, Mike Pritchard wrote:
> On Fri, Feb 02, 2007 at 03:34:15AM +1100, Bruce Evans wrote:
> > On Thu, 1 Feb 2007, Mike Pritchard wrote:
> >
> > >mpp 2007-02-01 01:01:57 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
> > > sys/ufs/ufs
On Fri, Feb 02, 2007 at 03:34:15AM +1100, Bruce Evans wrote:
> On Thu, 1 Feb 2007, Mike Pritchard wrote:
>
> >mpp 2007-02-01 01:01:57 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/ufs/ufs ufs_quota.c
> > Log:
> > Disallow negative UIDs when processing quotac
On Thu, 1 Feb 2007, Mike Pritchard wrote:
mpp 2007-02-01 01:01:57 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Disallow negative UIDs when processing quotactl options.
Er, uids are unsigned, so they cannot be negative.
The function actually
mpp 2007-02-01 01:01:57 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Disallow negative UIDs when processing quotactl options.
Revision ChangesPath
1.88 +5 -0 src/sys/ufs/ufs/ufs_quota.c
delphij 2007-01-20 13:54:28 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Fix build. chkdquot() should not return anything.
Revision ChangesPath
1.87 +1 -1 src/sys/ufs/ufs/ufs_quota.c
__
kris2006-04-26 01:23:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_1)
sys/ufs/ufs ufs_quota.c
Log:
MFC: r1.78 and r1.79; fix locking assertions
Approved by:re
Revision ChangesPath
1.74.2.2.2.1 +4 -2 src/sys/ufs/
kris2006-04-26 01:23:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/ufs/ufs ufs_quota.c
Log:
MFC: r1.78 and r.179; fix locking assertions
Approved by:re
Revision ChangesPath
1.74.2.3 +4 -2 src/sys/ufs/ufs/ufs_qu
jeff2006-03-13 03:08:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/ufs/ufs ufs_quota.c
Log:
MFC Revs 1.81, 1.80
VFS SMP fixes, stack api, softupdates fixes.
Sponsored by: Isilon Systems, Inc.
Approved by:re (scottl)
R
jeff2006-02-22 06:12:53 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
- Using LK_NOWAIT in qsync() can get us into infinite loop situations that
lead to deadlocks. Remove it.
MFC After: 1 week
Revision ChangesPath
rwatson 2006-02-12 13:20:06 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
In quotaoff(), lock the vnode instead of asserting it when manipulating
v_vflags.
MFC after: 1 week
Submitted by: Antoine Brodin
Revision Changes
On Sun, 12 Feb 2006, Attila Nagy wrote:
Robert Watson wrote:
Modified files:
sys/ufs/ufs ufs_quota.c Log:
Instead of asserting the vnode lock before manipulating v_vflag, acquire
it and drop it afterwards.
Found by: kris
MFC after: 1 week
Revision Chan
Hello,
Robert Watson wrote:
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Instead of asserting the vnode lock before manipulating v_vflag, acquire
it and drop it afterwards.
Found by: kris
MFC after: 1 week
Revision ChangesPath
1.78 +2 -
rwatson 2006-02-11 21:09:27 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_quota.c
Log:
Instead of asserting the vnode lock before manipulating v_vflag, acquire
it and drop it afterwards.
Found by: kris
MFC after: 1 week
Revision Cha
17 matches
Mail list logo