aboutsummaryrefslogtreecommitdiff
path: root/sys/nlm
Commit message (Expand)AuthorAgeFilesLines
* nlm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-14/+8
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-1/+2
* Make nfslockd depend on xdr.Konstantin Belousov2020-04-231-0/+1
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-1/+1
* Remove stale FreeBSD_version checks.Warner Losh2020-03-011-10/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-7/+10
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-2/+2
* Use syscall_helper_register() to register syscalls and initialize thoughBrooks Davis2018-02-101-24/+13
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-4/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+3
* When sleeping waiting for either local or remote advisory lock,Konstantin Belousov2016-06-262-4/+13
* Remote and local adv lock servers might de-synchronize (the added commentKonstantin Belousov2016-06-191-1/+31
* After the vnode unlock, mount point might be destroyed immediately,Konstantin Belousov2016-06-181-5/+9
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-2/+1
* Avoid a possible heap overflow in our nlm code by limiting the numberSean Bruno2016-04-201-0/+6
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-1/+1
* Correct a typo in nlm_find_host_by_addr(): the intention of theXin LI2014-03-111-1/+1
* Intermittent crashes in the NLM (rpc.lockd) code during systemRick Macklem2013-09-061-75/+52
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-3/+0
* Fix grammar.Konstantin Belousov2012-08-161-1/+1
* Add a sysctl kern.pid_max, which limits the maximum pid the system isKonstantin Belousov2012-08-151-0/+1
* jwd@ reported a problem via email to freebsd-fs@ on Aug 25, 2011Rick Macklem2012-01-311-28/+46
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+3
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-032-6/+3
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-192-12/+7
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-241-2/+2
* Handle GRANTED_RES messages more gracefully: Send along a grant cookieZachary Loafman2009-10-073-18/+152
* unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENTYoshihiro Takahashi2009-10-031-13/+0
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-1/+5
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* Correct typo; errno => error.Ed Schouten2009-06-041-1/+1
* Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. ThisDoug Rabson2009-06-041-2/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-7/+5
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-1/+1
* Add a function to sys/nlm/nlm_prot_impl.c that returns a uniqueRick Macklem2009-05-212-0/+19
* Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev2009-05-091-1/+4
* Work around non-standard behaviour of rpcbind in some versions of Linux (FC4?).Doug Rabson2009-05-091-14/+17
* Use log(9) for debug and status messages and hide some of the details withDoug Rabson2009-05-081-68/+60
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-2/+3
* Don't call svc_freereq() before svc_freeargs().Doug Rabson2008-11-121-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-034-78/+121
* Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it withDoug Rabson2008-08-251-2/+2
* Add a missing return statement in nlm4_unlock_msg_4_svc which prevented itDoug Rabson2008-08-251-0/+1
* Fix an interop issue with Linux: If you do nothing but TCPDoug Rabson2008-08-131-54/+115
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+4
* Add module dependancy on nfs.Doug Rabson2008-07-031-0/+1