aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* MFC 200084:John Baldwin2009-12-181-4/+3
* MFC r197525:Jaakko Heinonen2009-12-071-1/+1
* MFC 185586 (kan): Change nfsserver slightly so that it does not tripAndriy Gapon2009-07-011-7/+8
* MFC: Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-03-181-2/+2
* MFC r186165:Ken Smith2008-12-191-3/+6
* Merge r183809 from head to stable/7:Robert Watson2008-10-211-2/+2
* Merge r180131 from head to stable/7:Robert Watson2008-08-011-8/+3
* MFC rev. 1.182Konstantin Belousov2008-05-301-6/+2
* MFC rev. 1.181:Konstantin Belousov2008-05-301-0/+3
* MFC: nfs_srvsock.c rev. 1.106, 1.107Doug Rabson2008-03-301-4/+7
* MFC rev. 1.178:Konstantin Belousov2008-03-091-2/+6
* MFC rev 1.153 nfs_srvsubs.cRemko Lodder2008-02-101-1/+0
* Merge nfs.h:1.83, nfs_srvsubs.c:1.150 from HEAD to RELENG_7:Robert Watson2007-11-252-18/+0
* MFC: Add a -z flag to nfsstat which zeros the NFS statistics afterJohn Baldwin2007-10-261-1/+1
* MFC :Mohan Srinivasan2007-10-121-4/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-063-22/+4
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-272-12/+3
* Include priv.h to pick up suser(9) definitions, missed in an earlierRobert Watson2007-06-131-0/+1
* Init timespec to zero fo quiesce warnings.Matt Jacob2007-06-101-1/+1
* Remove MAC Framework access control check entry points made redundant withRobert Watson2007-04-221-8/+0
* Attempt to rationalize NFS privileges:Robert Watson2007-04-211-1/+1
* In nfsrv_rcv(), don't reacquire the nfs server lock until afterRobert Watson2007-04-151-1/+1
* - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'structJohn Baldwin2007-04-021-9/+12
* Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable isJohn Baldwin2007-03-261-0/+1
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.Jeff Roberson2007-03-177-644/+236
* Change these descriptions of memory types used in malloc(9), as theirWojciech A. Koszek2007-03-051-4/+3
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-3/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-151-6/+6
* Get the vfs giant lock before calling nfs_access.Mike Pritchard2007-02-131-3/+9
* The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c shouldHiroki Sato2007-01-022-1/+20
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-9/+13
* Push Giant a bit further off the NFS server in a number of straightRobert Watson2006-11-243-224/+297
* Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.Pawel Jakub Dawidek2006-11-201-5/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails.Konstantin Belousov2006-10-261-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-222-2/+4
* - Add a new function nfsrv_destroycache() to tear down the server requestJohn Baldwin2006-08-013-3/+17
* Use TAILQ_FOREACH_SAFE() in a couple of places.John Baldwin2006-08-012-5/+2
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-6/+3
* Size the NFS server dupreq cache on the basis of nmbclusters. On serversMohan Srinivasan2006-06-232-4/+22
* Temporary workaround to prevent leak of Giant from nfsd when callingKonstantin Belousov2006-06-052-0/+20
* Bump up the NFS server dupreq cache limit to 2K (from 64). With a smallMohan Srinivasan2006-04-251-1/+1
* Introduce a new MAC entry point for label initialization of the NFS daemon'sChristian S.J. Peron2006-04-061-0/+3
* rick says:Chuck Lever2006-04-021-0/+6
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().Jeff Roberson2006-03-312-2/+15
* - Reorder vrele calls after vput calls to prevent lock order reversalsJeff Roberson2006-03-121-26/+17
* When parsing an RPC request in nfsrv_dorec(), KASSERT that thereSimon L. B. Nielsen2006-03-081-0/+1
* Correct a remote kernel panic when processing zero-length RPC recordsSimon L. B. Nielsen2006-03-011-1/+1
* - Reorder calls to vrele() after calls to vput() when the vrele is aJeff Roberson2006-02-012-39/+38