summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* MFC: r291527rmacklem2015-12-141-8/+18
* MFC: r291150rmacklem2015-12-052-7/+49
* MFC: r286790rmacklem2015-08-281-2/+5
* MFC: r286046rmacklem2015-08-011-1/+2
* MFC: r283753rmacklem2015-06-121-5/+12
* Add TUNABLE_INT() macros so that the tunables MFC'd fromrmacklem2015-06-121-0/+5
* MFC: r283635rmacklem2015-06-105-47/+96
* MFC r283600:kib2015-06-101-0/+10
* MFC: r281962rmacklem2015-05-021-1/+2
* MFC: r281628rmacklem2015-04-301-1/+1
* MFC: r281562rmacklem2015-04-301-1/+4
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r275897:kib2015-01-011-6/+6
* MFC: r276193rmacklem2014-12-312-33/+101
* MFC r273727:kib2014-11-031-3/+3
* MFC r273159:araujo2014-10-311-2/+14
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-0/+3
* MFC: r269771rmacklem2014-08-161-4/+3
* MFC r269347:kib2014-08-071-15/+8
* MFC: r268273rmacklem2014-08-031-2/+4
* MFC: r268115rmacklem2014-08-017-250/+1632
* MFC r268114:bdrewery2014-07-211-12/+9
* MFC: r267191rmacklem2014-06-101-7/+0
* MFC: r265252rmacklem2014-05-081-0/+3
* MFC: r264888rmacklem2014-05-081-0/+1
* MFC: r264845rmacklem2014-05-071-7/+6
* Fix NFS deadlock vulnerability. [SA-14:05]delphij2014-04-081-5/+20
* MFC r260229, r260258, r260367, r260390, r260459, r260648:mav2014-01-224-151/+108
* MFC r259877:mav2014-01-221-12/+20
* MFC r259765:mav2014-01-221-7/+11
* MFC: r259854rmacklem2014-01-012-4/+11
* MFC: r259845rmacklem2013-12-311-0/+37
* 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
OpenPOWER on IntegriCloud