Age | Commit message (Expand) | Author |
2022-01-11 | spelling | Jonathan Gray |
2021-12-12 | Add vnode parameter to VOP_STRATEGY() | Visa Hankala |
2021-12-11 | Clarify usage of __EV_POLL and __EV_SELECT | Visa Hankala |
2021-10-19 | vnode: do not manipulate vnode lock directly | Sebastien Marie |
2021-10-02 | vfs: merge *_badop to vop_generic_badop | Sebastien Marie |
2021-03-24 | cd9660, mfs: do not hide generic vop functions behind #define | Sebastien Marie |
2021-03-05 | deregister | Jonathan Gray |
2021-03-05 | ansi | Jonathan Gray |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-06-23 | Revert previous. hashfree() just calls free() which handles NULL with | Kenneth R Westerback |
2020-06-23 | hashfree() doesn't like NULL, so check for NULL if NULL is a | Kenneth R Westerback |
2020-06-11 | Rename poll-compatibility flag to better reflect what it is. | Martin Pieuchot |
2020-06-08 | Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2). | Martin Pieuchot |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-02-27 | Remove unused "struct proc *" argument from the following functions: | Martin Pieuchot |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-01-20 | struct vops is not modified during runtime so use const which moves each | Claudio Jeker |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-26 | Convert struct vfsops initializer to C99 style. | Alexander Bluhm |
2019-08-05 | Allow concurrent reads of the f_offset field of struct file by | anton |
2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ | cheloha |
2019-07-12 | Revert anton@ changes about read/write unlocking | solene |
2019-07-10 | Make read/write of the f_offset field belonging to struct file MP-safe; | anton |
2019-01-20 | remove unused i_lockf member from struct iso_node; ok tedu@ visa@ | anton |
2018-09-26 | Move the allocating and freeing of mount points into | Visa Hankala |
2018-05-27 | Drop unnecessary `p' parameter from vget(9). | Visa Hankala |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-03-28 | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), | Visa Hankala |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-02-08 | Move a pointer deref to after a NULL test. | Jonathan Gray |
2016-09-24 | use hashfree in fs code. from Mathieu - | Ted Unangst |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-02 | Variable 'imp' is set earlier in cd9660_mount() if it's needed (when | Tom Cosgrove |
2016-08-25 | pool_setipl for udf | David Gwynne |
2016-08-13 | Eliminate pointless casts to qaddr_t of a value being assigned to a void* | Philip Guenther |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-05-22 | When pulling an msdos formated umass stick during mount while the | Alexander Bluhm |
2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, | Martin Natano |
2016-03-27 | When pulling and unmounting an umass USB stick, the file system | Alexander Bluhm |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |