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