Age | Commit message (Expand) | Author |
2024-10-18 | Put the bowels of the various VOP_PRINT routines under | Miod Vallat |
2024-10-17 | Shortcut cursig when called during sleep setup. | Claudio Jeker |
2024-04-16 | Call bufq_destroy() in mfs_reclaim() before freeing the mfsnode. | Claudio Jeker |
2022-06-26 | Remove unused VOP_POLL(). | Visa Hankala |
2022-02-14 | Introduce a signal context that is used to pass signal related information | Claudio Jeker |
2021-12-12 | Use vnode parameter instead of vfinddev() in mfs_strategy() | Visa Hankala |
2021-10-15 | vnode: remove vop_generic_{,is,un}lock stub functions | Sebastien Marie |
2021-10-08 | curproc can't be NULL here. So simplify code accordingly. | Claudio Jeker |
2021-10-05 | For now the signal returned in cursig() is only set in p_siglist. | Claudio Jeker |
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-04 | Merge issignal() and CURSIG() in preparation for turning it mp-safe. | Martin Pieuchot |
2020-05-21 | Explicitly documents that `vop_kqfilter' isn't missing. | Martin Pieuchot |
2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. | Martin Pieuchot |
2020-02-14 | Call CURSIG() only once and pass that signal to the check in dounmount() | Claudio Jeker |
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-11-25 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ | cheloha |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-04-02 | Add size to free() | David Hill |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-01-10 | Remove the unused olddp parameter from function dounmount(). | Alexander Bluhm |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-09-08 | move mfs_pri into tsleep so it's easy to see and it doesn't change | Ted Unangst |
2016-09-08 | delete useless comments, such as how KVA is mapped on HP | Ted Unangst |
2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, | Martin Natano |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis | Ted Unangst |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-01-15 | Switch mfs to bufq. This simplifies the code, gives us queue limits for | Joel Sing |
2012-12-29 | Keep mfs from potentially consuming the entire buffer cache if it gets | Bob Beck |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2008-09-30 | Fix an occasional mfs-related panic on reboot in mfs_close. There's no | Todd C. Miller |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-05-03 | Introduce vop_generic_bmap(); use it where applicable. | Thordur I. Bjornsson |
2008-04-24 | remove useless defines for the vnode operations, and instead | Thordur I. Bjornsson |
2007-12-16 | fix remaining cases of potential concurrent mfs_buflist access; | Otto Moerbeek |
2007-12-06 | solve the biggest problem with concurrent buflist access; makes mfs on | Otto Moerbeek |
2007-12-04 | fix out of partition/memory bounds access when accessing blocks at the tail | Otto Moerbeek |
2007-11-28 | g/c mfs_mountroot() and mfs_initminiroot(). We don't support root on | Todd C. Miller |