| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | put very expensive sanity checks of advisory locks under DIAGNOSTIC | Andriy Gapon | 2017-01-30 | 1 | -2/+2 |
* | Fix LINT building. | Sepherosa Ziehau | 2016-09-18 | 1 | -2/+4 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | When sleeping waiting for either local or remote advisory lock, | Konstantin Belousov | 2016-06-26 | 1 | -1/+3 |
* | sys/kern: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -10/+10 |
* | Improve style and fix a possible use-after-free case introduced in r268384 | Xin LI | 2015-01-10 | 1 | -1/+2 |
* | Correct the problem reported by test16 from | Konstantin Belousov | 2014-07-08 | 1 | -1/+9 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | In lf_iteratelocks_vnode, increment state->ls_threads around iterating | Konstantin Belousov | 2009-06-25 | 1 | -1/+10 |
* | Decrement state->ls_threads when vnode appeared to be doomed. | Konstantin Belousov | 2009-06-17 | 1 | -0/+2 |
* | Do not leak the state->ls_lock after VI_DOOMED check introduced | Konstantin Belousov | 2009-06-10 | 1 | -0/+1 |
* | The advisory lock may be activated or activated and removed during the | Konstantin Belousov | 2009-05-24 | 1 | -2/+15 |
* | In lf_purgelocks(), assert that state->ls_pending is empty after we | Konstantin Belousov | 2009-05-24 | 1 | -1/+3 |
* | In lf_advlockasync(), recheck for doomed vnode after the state->ls_lock | Konstantin Belousov | 2009-05-24 | 1 | -2/+17 |
* | Replace the while statement with the if for clarity. The loop body | Konstantin Belousov | 2009-05-24 | 1 | -1/+1 |
* | Remove unused variable. | Ganbold Tsagaankhuu | 2008-11-27 | 1 | -2/+1 |
* | Don't rely on the value of *statep without first taking the vnode interlock. | Doug Rabson | 2008-10-24 | 1 | -1/+4 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | Doug Rabson | 2008-06-26 | 1 | -26/+110 |
* | When blocking on an F_FLOCK style lock request which is upgrading a | Doug Rabson | 2008-05-09 | 1 | -11/+12 |
* | Fix compilation with LOCKF_DEBUG. | Doug Rabson | 2008-04-16 | 1 | -1/+1 |
* | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 1 | -1/+96 |
* | Don't try to use an SX lock while holding the vnode interlock. | Doug Rabson | 2008-04-01 | 1 | -5/+10 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -465/+1888 |
* | - Fix the last of the threading bugs that were introduced as far back as | Jeff Roberson | 2008-03-19 | 1 | -6/+12 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -3/+3 |
* | Do not call free() while holding vnode interlock. | Konstantin Belousov | 2007-08-07 | 1 | -27/+44 |
* | - Remove explicit Giant protection from lockf. Use the vnode interlock | Jeff Roberson | 2007-07-03 | 1 | -54/+56 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -8/+16 |
* | Print name of device instead of useless major/minor numbers. | Poul-Henning Kamp | 2005-03-29 | 1 | -3/+2 |
* | Fix a debug message to print a usable device name rather than useless | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+2 |
* | - Make lf_print static and move its prototype into kern_lockf.c | Jeff Roberson | 2005-01-25 | 1 | -18/+40 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
* | - Fix a bunch of casts to long which were truncating off_t's. | Maxime Henrion | 2002-11-07 | 1 | -17/+15 |
* | Remove a conditional #include <sys/kernel.h>, it is already | Maxime Henrion | 2002-09-14 | 1 | -1/+0 |
* | Add a #include for <sys/mount.h> | Poul-Henning Kamp | 2002-08-13 | 1 | -0/+1 |
* | More caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -3/+3 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -8/+8 |
* | make LOCKF_DEBUG kernel option work (sorta) | Alfred Perlstein | 2001-12-02 | 1 | -10/+26 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -13/+17 |
* | advlock: simplify overflow checks | Andrey A. Chernov | 2001-08-29 | 1 | -2/+2 |
* | Cosmetique & style fixes from bde | Andrey A. Chernov | 2001-08-26 | 1 | -5/+2 |
* | Remove extra check unneded now | Andrey A. Chernov | 2001-08-24 | 1 | -2/+0 |
* | Add yet one check for SEEK_END overflow | Andrey A. Chernov | 2001-08-23 | 1 | -1/+2 |