| 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-23 | Revert previous. hashfree() just calls free() which handles NULL with |  krw | 1 | -7/+6 |
| 2020-06-23 | hashfree() doesn't like NULL, so check for NULL if NULL is a |  krw | 1 | -6/+7 |
| 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 | 4 | -12/+12 |
| 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 | 2 | -28/+28 |
| 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 | 2 | -5/+5 |
| 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 | 2 | -6/+4 |
| 2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 4 | -15/+13 |
| 2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 5 | -16/+15 |
| 2018-03-28 | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), |  visa | 2 | -4/+4 |
| 2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 4 | -8/+9 |
| 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 | 2 | -21/+19 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2 | -4/+2 |
| 2017-04-20 | Tweak lock inits to make the system runnable with witness(4) |  visa | 2 | -4/+4 |
| 2017-02-08 | Move a pointer deref to after a NULL test. |  jsg | 1 | -3/+2 |
| 2016-09-24 | use hashfree in fs code. from Mathieu - |  tedu | 1 | -6/+3 |
| 2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 1 | -7/+4 |
| 2016-09-07 | Remove usermount remnants. ok tedu |  natano | 2 | -26/+2 |
| 2016-09-02 | Variable 'imp' is set earlier in cd9660_mount() if it's needed (when |  tom | 1 | -2/+1 |
| 2016-08-25 | pool_setipl for udf |  dlg | 1 | -1/+4 |
| 2016-08-13 | Eliminate pointless casts to qaddr_t of a value being assigned to a void* |  guenther | 2 | -4/+4 |
| 2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a |  natano | 7 | -20/+20 |
| 2016-05-22 | When pulling an msdos formated umass stick during mount while the |  bluhm | 2 | -2/+6 |
| 2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, |  natano | 2 | -9/+9 |
| 2016-03-27 | When pulling and unmounting an umass USB stick, the file system |  bluhm | 2 | -7/+5 |
| 2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 6 | -20/+20 |
| 2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. |  bluhm | 2 | -5/+5 |
| 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-02-02 | Convert to uiomove(). From Martin Natano. |  stefan | 1 | -7/+6 |
| 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-23 | remove lockmgr_printinfo stubs. from Martin Natano |  tedu | 1 | -2/+1 |