summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Fix lock leak in purely hypothetical case of TCP connection without SVC_ACKmav2014-01-142-10/+12
* Fix off-by-one error in r260229.mav2014-01-071-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-034-152/+107
* Slightly simplify expiration logic introduced in r254337.mav2013-12-251-12/+20
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodermacklem2013-12-252-4/+11
* An intermittent problem with NFSv4 exporting of ZFS snapshots wasrmacklem2013-12-241-0/+37
* Fix RPC server threads file handle affinity to work better with ZFS.mav2013-12-231-7/+11
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+4
* Fix several performance related issues in the new NFS server'srmacklem2013-08-142-79/+221
* - Convert the bufobj lock to rwlock.jeff2013-05-311-1/+1
* Fix typo in comment.des2013-05-151-1/+1
* Fix a bug that allows NFS clients to issue READDIR on files.des2013-04-291-0/+2
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-172-2/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-175-6/+323
* MFCattilio2013-03-021-4/+4
|\
| * Merge Capsicum overhaul:pjd2013-03-021-4/+4
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
|/
* Further cleanups to use of timestamps in NFS:jhb2013-01-252-15/+4
* Make it possible to force async at server side on new NFS server, similardelphij2013-01-181-1/+12
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-15/+5
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-053-7/+7
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-7/+3
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-142-1/+43
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-201-2/+4
* Fix two cases in the new NFS server where a tsleep() isrmacklem2012-05-121-6/+9
* Use the common api helper routine instead of freeing the nameijwd2012-05-081-2/+1
* Fix a leak of namei lookup path buffers that occurs when armacklem2012-04-271-0/+4
* This change creates a new list of active vnodes associated withmckusick2012-04-201-0/+2
* The name caching changes of r230394 exposed an intermittent bugrmacklem2012-03-031-0/+1
* hrs@ reported a panic to freebsd-stable@ under the subject linermacklem2012-02-231-6/+5
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+1
* Delete a couple of out of date comments that are no longer true inrmacklem2012-02-161-5/+1
* Tai Horgan reported via email that there were two places inrmacklem2012-01-141-2/+2
* Patch the new NFS server in a manner analagous to r228520 for thermacklem2011-12-161-1/+7
* This patch adds a sysctl to the NFSv4 server which optionally disables thermacklem2011-12-041-1/+9
* Enhance the sequential access heuristic used to perform readahead in thejhb2011-12-011-52/+69
* This patch enables the new/default NFS server's use of sharedrmacklem2011-11-221-9/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix the NFS servers so that they can do a Lookup of "..",rmacklem2011-09-031-0/+1
* Fix the NFSv4 server so that it returns NFSERR_SYMLINK whenrmacklem2011-08-201-5/+4
* Fix a merge conflict.jonathan2011-08-161-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+9
* Fix an NFS server issue where it was not correctly setting the eof flag when azack2011-08-031-5/+5
* Fix rename in the new NFS server so that it does not require armacklem2011-07-311-4/+20
* Add DEXITCODE plumbing to NFS.zack2011-07-167-439/+684
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-162-4/+4
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-164-19/+19
OpenPOWER on IntegriCloud