Age | Commit message (Expand) | Author |
2022-06-26 | Remove unused VOP_POLL(). | Visa Hankala |
2021-12-12 | Add vnode parameter to VOP_STRATEGY() | Visa Hankala |
2021-10-20 | revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop | Sebastien Marie |
2021-10-19 | vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop | Sebastien Marie |
2021-10-04 | Use the fact the vnodes are locked when operations are inflight. | Claudio Jeker |
2021-04-28 | Introduce a global vnode_mtx and use it to make vn_lock() safe to be called | Claudio Jeker |
2020-10-07 | Document that `a_p' is always curproc by using a KASSERT(). | Martin Pieuchot |
2020-04-08 | Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does. | Martin Pieuchot |
2020-03-31 | Revert previous, syzkaller found a way to trigger the KASSERT(). | Martin Pieuchot |
2020-03-30 | Document that `a_p' is always curproc by using a KASSERT(). | Martin Pieuchot |
2020-02-14 | The v_inflight counter was added to mark vnodes that currently do an operation | Claudio Jeker |
2020-02-13 | Move the LK_DRAIN logic from VOP_LOCK() to vclean() the only caller of | Claudio Jeker |
2019-12-08 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-08-26 | When a thread tries to exclusively lock a vnode, the same thread must | anton |
2019-05-03 | Make VOP_ADVLOCK() safe to use without kernel lock | Visa Hankala |
2019-02-17 | if a write fails, we mark the buffer invalid and throw it away. this can | Ted Unangst |
2018-06-21 | Drop redundant "node == parent node" checks from VOP_RMDIR() | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2015-07-19 | Use two 2q caches for the buffer cache, moving previously warm buffers from the | Bob Beck |
2015-05-01 | Pass fflag to VOP_POLL so vfs fifo functions can get at the file | Todd C. Miller |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-19 | Oops, missed the new #include when manually applying the diff from | Philip Guenther |
2015-01-19 | Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic() | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2011-07-02 | rename VFSDEBUG to VFLCKDEBUG; | Thordur I. Bjornsson |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-09-08 | Add $OpenBSD$ prompted by mikeb@ | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |