Age | Commit message (Expand) | Author |
2024-10-18 | Put the bowels of the various VOP_PRINT routines under | Miod Vallat |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-12 | Ensure that file names passed back by readdir do not include a '/' | Claudio Jeker |
2024-05-13 | vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part | Sebastien Marie |
2024-05-12 | vfs: struct vops: show all members, even if NULL | Sebastien Marie |
2024-04-13 | correct indentation | Jonathan Gray |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-01-11 | spelling | Jonathan Gray |
2021-12-12 | Add vnode parameter to VOP_STRATEGY() | 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-01-20 | struct vops is not modified during runtime so use const which moves each | Claudio Jeker |
2019-12-26 | Convert struct vfsops initializer to C99 style. | Alexander Bluhm |
2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ | cheloha |
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-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-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-02-02 | Convert to uiomove(). From Martin Natano. | Stefan Kempf |
2015-09-23 | remove lockmgr_printinfo stubs. from Martin Natano | Ted Unangst |
2015-08-31 | Use PR_WAITOK to indicate that pools are not used in interrupt context | Mark Kettenis |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-18 | use siphash for key lookups in all the filesystem hashes. | David Gwynne |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-14 | Zero out dirent structures that will be copied out to avoid leaking garbage | Philip Guenther |
2013-09-22 | On return, uio_offset needs to be set to the offset of the first entry | Philip Guenther |
2013-09-17 | KNF - extraneous blank line snuck in during last commit | Mike Larkin |
2013-08-30 | Fix handling of getdents() against UDF filesystems: d_off must be the | Philip Guenther |
2013-08-16 | int overflow in sector calculation, broke UDF reads past 2GB. Diff promotes | Mike Larkin |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |