| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-24 | cd9660, mfs: do not hide generic vop functions behind #define |  semarie | 1 | -27/+12 |
| 2021-03-05 | deregister |  jsg | 5 | -32/+32 |
| 2021-03-05 | ansi |  jsg | 8 | -202/+78 |
| 2020-12-25 | Refactor klist insertion and removal |  visa | 1 | -3/+3 |
| 2020-06-11 | Rename poll-compatibility flag to better reflect what it is. |  mpi | 1 | -2/+2 |
| 2020-06-08 | Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2). |  mpi | 1 | -1/+4 |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 1 | -3/+3 |
| 2020-02-27 | Remove unused "struct proc *" argument from the following functions: |  mpi | 1 | -3/+2 |
| 2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 1 | -4/+4 |
| 2020-01-20 | struct vops is not modified during runtime so use const which moves each |  claudio | 2 | -8/+8 |
| 2019-12-31 | Use C99 designated initializers with struct filterops. In addition, |  visa | 1 | -7/+21 |
| 2019-12-26 | Convert struct vfsops initializer to C99 style. |  bluhm | 1 | -14/+14 |
| 2019-08-05 | Allow concurrent reads of the f_offset field of struct file by |  anton | 1 | -2/+2 |
| 2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 1 | -2/+2 |
| 2019-07-12 | Revert anton@ changes about read/write unlocking |  solene | 1 | -2/+2 |
| 2019-07-10 | Make read/write of the f_offset field belonging to struct file MP-safe; |  anton | 1 | -2/+2 |
| 2019-01-20 | remove unused i_lockf member from struct iso_node; ok tedu@ visa@ |  anton | 1 | -2/+1 |
| 2018-09-26 | Move the allocating and freeing of mount points into |  visa | 1 | -3/+2 |
| 2018-05-27 | Drop unnecessary `p' parameter from vget(9). |  visa | 1 | -3/+2 |
| 2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 2 | -8/+7 |
| 2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 3 | -8/+8 |
| 2018-03-28 | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), |  visa | 1 | -2/+2 |
| 2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2 | -4/+5 |
| 2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 1 | -2/+2 |
| 2017-12-30 | Delete unnecessary <sys/file.h> includes |  guenther | 4 | -8/+4 |
| 2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 1 | -11/+8 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 2017-04-20 | Tweak lock inits to make the system runnable with witness(4) |  visa | 1 | -2/+2 |
| 2016-09-07 | Remove usermount remnants. ok tedu |  natano | 1 | -14/+1 |
| 2016-09-02 | Variable 'imp' is set earlier in cd9660_mount() if it's needed (when |  tom | 1 | -2/+1 |
| 2016-08-13 | Eliminate pointless casts to qaddr_t of a value being assigned to a void* |  guenther | 1 | -2/+2 |
| 2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a |  natano | 4 | -10/+11 |
| 2016-05-22 | When pulling an msdos formated umass stick during mount while the |  bluhm | 1 | -1/+3 |
| 2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, |  natano | 1 | -8/+5 |
| 2016-03-27 | When pulling and unmounting an umass USB stick, the file system |  bluhm | 1 | -3/+3 |
| 2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 4 | -11/+11 |
| 2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. |  bluhm | 1 | -3/+3 |
| 2016-03-14 | Change a bunch of (<blah> *)0 to NULL. |  krw | 1 | -2/+2 |
| 2016-03-07 | Sync no-argument function declaration and definition by adding (void). |  naddy | 1 | -2/+2 |
| 2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. |  natano | 1 | -2/+1 |
| 2016-01-19 | Convert min() and uiomovei() to ulmin() and uiomove(). |  stefan | 1 | -8/+8 |
| 2015-12-11 | implement kqfilter. copied from tmpfs (which I copied from ufs). |  tedu | 1 | -1/+105 |
| 2015-09-09 | Nuke some extraneous whitespace. |  krw | 1 | -43/+43 |
| 2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both |  guenther | 1 | -3/+4 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 6 | -12/+6 |
| 2015-02-10 | First step towards making uiomove() take a size_t size argument: |  miod | 1 | -4/+4 |
| 2015-01-09 | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt |  tedu | 1 | -2/+2 |
| 2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 6 | -7/+12 |
| 2014-11-18 | use siphash for key lookups in all the filesystem hashes. |  dlg | 1 | -2/+19 |
| 2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg |  tedu | 1 | -1/+2 |