kib 2008-05-30 12:27:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nfsservernfs_serv.c
Log:
MFC rev. 1.182
Change the fix in the rev. 1.178 to use nfsrv_lockedpair_nd().
Revision ChangesPath
1.174.2.4 +2 -6 src/sys/nf
kib 2008-05-30 12:25:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nfsservernfs_serv.c
Log:
MFC rev. 1.181:
Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten.
Revision ChangesPath
1.174.2.3 +3 -0
kib 2008-05-28 16:23:17 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Change the fix in the rev. 1.179 to use nfsrv_lockedpair_nd().
Tested by: pho
MFC after: 3 days
Revision ChangesPath
1.182 +2 -6 src/s
kib 2008-05-28 16:21:33 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten.
Reported by:Andrew Edwards
Tested by: pho
MFC after: 3 days
Revisio
kib 2008-03-09 13:55:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nfsservernfs_serv.c
Log:
MFC rev. 1.178:
Fix the Giant leak in the nfsrv_remove().
Revision ChangesPath
1.174.2.2 +6 -2 src/sys/nfsserver/nfs_serv.c
_
kib 2008-03-04 11:05:03 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Fix the Giant leak in the nfsrv_remove().
Reported by:pluknet
MFC after: 1 week
Revision ChangesPath
1.178 +6 -2 src/sys/nfsserver/nfs
mjacob 2007-06-10 04:42:20 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Init timespec to zero fo quiesce warnings.
Revision ChangesPath
1.173 +1 -1 src/sys/nfsserver/nfs_serv.c
__
On Monday 26 March 2007 11:15:08 am John Baldwin wrote:
> jhb 2007-03-26 15:14:58 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/nfsservernfs_serv.c
> Log:
> Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable is
> not used uninitialized
jhb 2007-03-26 15:14:58 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable is
not used uninitialized in 'nfsmout' if nfsm_srvmtofh() gets an internal
error.
CID:
mpp 2007-02-13 03:27:45 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Get the vfs giant lock before calling nfs_access.
Reviewed by:mohan
Revision ChangesPath
1.169 +9 -3 src/sys/nfsserver/nfs_serv.c
pjd 2006-12-02 09:02:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_2)
sys/nfsservernfs_serv.c
Log:
MFC:sys/nfsserver/nfs_serv.c1.167
Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.
Reviewed by:mohans
Requeste
pjd 2006-12-02 09:00:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsservernfs_serv.c
Log:
MFC:sys/nfsserver/nfs_serv.c1.167
Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.
Reviewed by:mohans
Requested
kib 2006-11-03 09:16:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsservernfs_serv.c
Log:
MFC rev. 1.166:
Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails.
Approved by:re (hrs)
Revision ChangesPath
kib 2006-10-26 12:41:53 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails.
Submitted by: Padma Bhooma
Reviewed by:bde
Approved by:pjd (mentor)
MFC after:
On Tue, Jun 13, 2006 at 05:02:28PM -0400, Rong-en Fan wrote:
> On 6/13/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> >On Tue, Jun 13, 2006 at 10:50:29AM +, Konstantin Belousov wrote:
> >> kib 2006-06-13 10:50:29 UTC
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
On 6/13/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
On Tue, Jun 13, 2006 at 10:50:29AM +, Konstantin Belousov wrote:
> kib 2006-06-13 10:50:29 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> sys/nfsservernfs_serv.c nfs_srvsubs.c
> Log:
On Tue, Jun 13, 2006 at 10:50:29AM +, Konstantin Belousov wrote:
> kib 2006-06-13 10:50:29 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> sys/nfsservernfs_serv.c nfs_srvsubs.c
> Log:
> MFC of the temporary fix for nfsd leaking GIANT
kib 2006-06-13 10:50:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsservernfs_serv.c nfs_srvsubs.c
Log:
MFC of the temporary fix for nfsd leaking GIANT.
src/sys/nfsserver/nfs_serv.c rev. 1.165
src/sys/nfsserver/nfs_srvsubs.c rev.
kib 2006-06-05 14:48:02 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c nfs_srvsubs.c
Log:
Temporary workaround to prevent leak of Giant from nfsd when calling
lookup().
Reviewed by:tegge
Tested by: "Arno J. Klaassen" , "Rong-en
F
jeff2006-03-13 03:06:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsservernfs_serv.c
Log:
MFC Revs 1.163, 1.162
VFS SMP fixes, stack api, softupdates fixes.
Sponsored by: Isilon Systems, Inc.
Approved by:re (scottl)
jeff2006-03-12 04:59:04 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
- Reorder vrele calls after vput calls to prevent lock order reversals
between leaf and directory locks.
Found by: kris
Sponsored by: Isilon Systems, I
trhodes 2006-01-23 21:06:22 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Revert my previous commit.
Proved I'm not that bright at times:jhb
Revision ChangesPath
1.160 +11 -0 src/sys/nfsserver/nfs_serv.c
_
On Mon, 23 Jan 2006 15:35:57 -0500
John Baldwin <[EMAIL PROTECTED]> wrote:
> On Monday 23 January 2006 15:06, Tom Rhodes wrote:
> > On Mon, 23 Jan 2006 14:59:22 -0500
> >
> > John Baldwin <[EMAIL PROTECTED]> wrote:
> > > On Monday 23 January 2006 14:28, Tom Rhodes wrote:
> > > > On Mon, 23 Jan 200
On Monday 23 January 2006 15:06, Tom Rhodes wrote:
> On Mon, 23 Jan 2006 14:59:22 -0500
>
> John Baldwin <[EMAIL PROTECTED]> wrote:
> > On Monday 23 January 2006 14:28, Tom Rhodes wrote:
> > > On Mon, 23 Jan 2006 13:56:16 -0500
> > >
> > > John Baldwin <[EMAIL PROTECTED]> wrote:
> > > > On Saturday
On Mon, 23 Jan 2006 14:59:22 -0500
John Baldwin <[EMAIL PROTECTED]> wrote:
> On Monday 23 January 2006 14:28, Tom Rhodes wrote:
> > On Mon, 23 Jan 2006 13:56:16 -0500
> >
> > John Baldwin <[EMAIL PROTECTED]> wrote:
> > > On Saturday 21 January 2006 07:10, Tom Rhodes wrote:
> > > > trhodes 2006
On Monday 23 January 2006 14:28, Tom Rhodes wrote:
> On Mon, 23 Jan 2006 13:56:16 -0500
>
> John Baldwin <[EMAIL PROTECTED]> wrote:
> > On Saturday 21 January 2006 07:10, Tom Rhodes wrote:
> > > trhodes 2006-01-21 12:10:33 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
>
On Mon, 23 Jan 2006 13:56:16 -0500
John Baldwin <[EMAIL PROTECTED]> wrote:
> On Saturday 21 January 2006 07:10, Tom Rhodes wrote:
> > trhodes 2006-01-21 12:10:33 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/nfsservernfs_serv.c
> > Log:
> > Remove some
On Saturday 21 January 2006 07:10, Tom Rhodes wrote:
> trhodes 2006-01-21 12:10:33 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/nfsservernfs_serv.c
> Log:
> Remove some dead code.
>
> Found with: Coverity Prevent(tm)
Are you going to revert this change giv
trhodes 2006-01-23 17:41:43 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Fix indentation.
Prodded by: stefanf, ru, njl (in that order)
Revision ChangesPath
1.159 +7 -7 src/sys/nfsserver/nfs_serv.c
__
On Sat, 2006-Jan-21 12:10:33 +, Tom Rhodes wrote:
>trhodes 2006-01-21 12:10:33 UTC
>
> FreeBSD src repository
>
> Modified files:
>sys/nfsservernfs_serv.c
> Log:
> Remove some dead code.
>
> Found with: Coverity Prevent(tm)
I'll put my $0.02 in and agree with Stefan
On Sat, 21 Jan 2006, Stefan Farfeleder wrote:
On Sat, Jan 21, 2006 at 12:10:33PM +, Tom Rhodes wrote:
trhodes 2006-01-21 12:10:33 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Remove some dead code.
Found with: Coverity Prevent(tm)
On Sat, Jan 21, 2006 at 12:10:33PM +, Tom Rhodes wrote:
> trhodes 2006-01-21 12:10:33 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/nfsservernfs_serv.c
> Log:
> Remove some dead code.
>
> Found with: Coverity Prevent(tm)
Hm, are you sure this chan
trhodes 2006-01-21 12:10:33 UTC
FreeBSD src repository
Modified files:
sys/nfsservernfs_serv.c
Log:
Remove some dead code.
Found with: Coverity Prevent(tm)
Revision ChangesPath
1.158 +7 -18 src/sys/nfsserver/nfs_serv.c
glebius 2005-11-25 14:32:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsservernfs_serv.c
Log:
MFC 1.157:
Keep locks consistent before goto.
Reported by:pho
Reviewed by:mohans
Revision ChangesPath
1.156.2.
34 matches
Mail list logo