| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that `a_p' is always curproc by using a KASSERT(). |  mpi | 2020-10-07 | 1 | -1/+12 |
* | Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does. |  mpi | 2020-04-08 | 1 | -2/+3 |
* | Revert previous, syzkaller found a way to trigger the KASSERT(). |  mpi | 2020-03-31 | 1 | -12/+1 |
* | Document that `a_p' is always curproc by using a KASSERT(). |  mpi | 2020-03-30 | 1 | -1/+12 |
* | The v_inflight counter was added to mark vnodes that currently do an operation |  claudio | 2020-02-14 | 1 | -6/+2 |
* | Move the LK_DRAIN logic from VOP_LOCK() to vclean() the only caller of |  claudio | 2020-02-13 | 1 | -13/+1 |
* | Convert infinite sleeps to tsleep_nsec(9). |  mpi | 2019-12-08 | 1 | -2/+2 |
* | When a thread tries to exclusively lock a vnode, the same thread must |  anton | 2019-08-26 | 1 | -1/+13 |
* | Make VOP_ADVLOCK() safe to use without kernel lock |  visa | 2019-05-03 | 1 | -6/+2 |
* | if a write fails, we mark the buffer invalid and throw it away. this can |  tedu | 2019-02-17 | 1 | -2/+6 |
* | Drop redundant "node == parent node" checks from VOP_RMDIR() |  visa | 2018-06-21 | 1 | -1/+3 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -5/+3 |
* | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2018-02-10 | 1 | -23/+112 |
* | VOP_REALLOCBLKS() and related code is unused since the removal of |  natano | 2016-05-23 | 1 | -16/+1 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -3/+2 |
* | Use two 2q caches for the buffer cache, moving previously warm buffers from the |  beck | 2015-07-19 | 1 | -1/+5 |
* | Pass fflag to VOP_POLL so vfs fifo functions can get at the file |  millert | 2015-05-01 | 1 | -2/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Oops, missed the new #include when manually applying the diff from |  guenther | 2015-01-19 | 1 | -1/+3 |
* | Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic() |  guenther | 2015-01-19 | 1 | -5/+6 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -4/+2 |
* | back out the cache flipper temporarily to work out of tree. |  beck | 2013-07-09 | 1 | -6/+1 |
* | High memory page flipping for the buffer cache. |  beck | 2013-06-11 | 1 | -1/+6 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -3/+3 |
* | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, |  guenther | 2013-03-28 | 1 | -1/+21 |
* | rename VFSDEBUG to VFLCKDEBUG; |  thib | 2011-07-02 | 1 | -2/+2 |
* | Every single vop_default is set to eopnotsupp, so retire it |  thib | 2011-04-05 | 1 | -38/+72 |
* | Add $OpenBSD$ prompted by mikeb@ |  thib | 2010-09-08 | 1 | -0/+1 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -0/+595 |