aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Add support for the ModeSetMasked attribute to the NFSv4.1 server.Rick Macklem2019-04-192-4/+39
* Replace "vp" with NULL to make the code more readable.Rick Macklem2019-04-191-1/+1
* Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes.Rick Macklem2019-04-191-1/+1
* Add support for INET6 addresses to the kernel code that dumps open/lock state.Rick Macklem2019-04-132-93/+327
* Drop unused 'p' argument to nfsv4_strtogid().Edward Tomasz Napierala2019-03-121-2/+2
* Drop unused 'p' argument to nfsv4_strtouid().Edward Tomasz Napierala2019-03-121-2/+2
* Don't pass td to nfsvno_open().Edward Tomasz Napierala2019-03-042-2/+3
* Don't pass td to nfsvno_createsub().Edward Tomasz Napierala2019-03-042-2/+3
* Don't pass td to nfsd_fhtovp(), it's unused.Edward Tomasz Napierala2019-03-043-13/+9
* Push down the thread argument in NFS server code, using curthreadEdward Tomasz Napierala2019-03-043-246/+280
* Push down td in nfsrvd_dorpc() - make it use curthread insteadEdward Tomasz Napierala2019-03-042-6/+11
* nfs: Zero the buffers exported by NFSSVC_DUMPCLIENTS and DUMPLOCKS.Mark Johnston2019-01-211-4/+2
* Fix the NFSv4 server to obey vfs.nfsd.nfs_privport.Rick Macklem2018-12-201-2/+2
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-3/+2
* Improve sanity checking for the dircount hint argument toRick Macklem2018-11-201-0/+6
* r304026 added code that started statistics gathering for an operationRick Macklem2018-11-201-5/+5
* nfsrvd_readdirplus: for some errors, do not fail the entire requestAndriy Gapon2018-10-221-10/+31
* Fix the pNFS server's reporting of disk space usage for the "#<path>" case.Rick Macklem2018-10-091-5/+22
* Fix LORs between vn_start_write() and vn_lock() in nfsrv_copymr().Rick Macklem2018-08-181-18/+26
* Fix LORs between vn_start_write() and vn_lock() in the pNFS server.Rick Macklem2018-08-173-53/+54
* Don't set a file's size for the MDS file of a pNFS service.Rick Macklem2018-08-171-2/+26
* Assorted fixes to handling of LayoutRecall callbacks, mostly error handling.Rick Macklem2018-08-081-43/+51
* Copy all bits of a file handle in case there is padding in the structure.Rick Macklem2018-08-052-5/+5
* Silence newer gcc warnings.Rick Macklem2018-07-293-3/+3
* Modify the NFSv4.1 server so that it allows ReclaimComplete as done by ESXi 6.7.Rick Macklem2018-07-282-7/+18
* Modify the reasons for not issuing a delegation in the NFSv4.1 server.Rick Macklem2018-07-162-14/+22
* Ignore the cookie verifier for NFSv4.1 when the cookie is 0.Rick Macklem2018-07-111-4/+2
* Add support for a "forced" pnfsdskill to the pNFS server kernel code.Rick Macklem2018-07-092-10/+18
* Fix the kernel part of pnfsdscopymr() to handle holes in the file being copied.Rick Macklem2018-07-082-3/+20
* Fix handling of the hybrid DS case for a pNFS server.Rick Macklem2018-07-071-33/+64
* Change the pNFS server so that it does not disable a mirrored DS forRick Macklem2018-07-061-2/+3
* Fix the pNFS server so that it handles the "#mds_path" check for mirrors.Rick Macklem2018-07-041-2/+2
* Add an optional feature to the pNFS server.Rick Macklem2018-07-022-31/+174
* Fix the pNFS server for a case where mirror level equals number of DSs.Rick Macklem2018-06-291-4/+21
* Add a counter to limit the number of disabled DSs for a mirrored pNFS MDS.Rick Macklem2018-06-221-3/+14
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-126-159/+5067
* Revert r334586 since I now think __unused is the better way to handle this.Rick Macklem2018-06-041-6/+1
* Fix a gcc8 warning about a write only variable.Rick Macklem2018-06-031-1/+6
* Add the BindConnectiontoSession operation to the NFSv4.1 server.Rick Macklem2018-06-013-6/+130
* Strengthen locking for the NFSv4.1 server DestroySession operation.Rick Macklem2018-05-301-2/+17
* Add a missing nfsrv_freesession() call for an unlikely failure case.Rick Macklem2018-05-171-2/+3
* End grace for the NFSv4 server if all mounts do ReclaimComplete.Rick Macklem2018-05-151-2/+50
* Fix the eir_server_scope reply argument for NFSv4.1 ExchangeID.Rick Macklem2018-05-131-3/+3
* Fix a slow leak of session structures in the NFSv4.1 server.Rick Macklem2018-05-131-1/+13
* The NFSv4.1 server should return NFSERR_BACKCHANBUSY instead of NFS_OK.Rick Macklem2018-05-131-1/+1
* Add support for the TestStateID operation to the NFSv4.1 server.Rick Macklem2018-05-113-1/+71
* Revert r333183, since I am not sure that just initializing theRick Macklem2018-05-021-2/+0
* Add two missing LIST_INIT()s.Rick Macklem2018-05-021-0/+2
* Fix OpenDowngrade for NFSv4.1 if a client sets the OPEN_SHARE_ACCESS_WANT* bits.Rick Macklem2018-04-191-2/+4
* nfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macrosConrad Meyer2018-01-252-7/+9