| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-24 | cd9660, mfs: do not hide generic vop functions behind #define |  semarie | 2 | -4/+3 |
| 2021-03-04 | Merge issignal() and CURSIG() in preparation for turning it mp-safe. |  mpi | 1 | -2/+2 |
| 2020-05-21 | Explicitly documents that `vop_kqfilter' isn't missing. |  mpi | 1 | -1/+2 |
| 2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. |  mpi | 1 | -2/+1 |
| 2020-02-14 | Call CURSIG() only once and pass that signal to the check in dounmount() |  claudio | 1 | -5/+5 |
| 2020-01-20 | struct vops is not modified during runtime so use const which moves each |  claudio | 2 | -4/+4 |
| 2019-12-26 | Convert struct vfsops initializer to C99 style. |  bluhm | 1 | -14/+14 |
| 2019-11-25 | Convert infinite sleeps to tsleep_nsec(9). |  mpi | 1 | -2/+2 |
| 2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 1 | -2/+3 |
| 2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 1 | -2/+2 |
| 2018-04-02 | Add size to free() |  dhill | 1 | -2/+2 |
| 2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 1 | -12/+8 |
| 2017-01-10 | Remove the unused olddp parameter from function dounmount(). |  bluhm | 1 | -2/+2 |
| 2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their |  guenther | 3 | -7/+7 |
| 2016-09-08 | move mfs_pri into tsleep so it's easy to see and it doesn't change |  tedu | 1 | -4/+2 |
| 2016-09-08 | delete useless comments, such as how KVA is mapped on HP |  tedu | 2 | -16/+2 |
| 2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, |  natano | 2 | -20/+3 |
| 2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 1 | -2/+2 |
| 2016-03-14 | Change a bunch of (<blah> *)0 to NULL. |  krw | 1 | -2/+2 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 2 | -5/+2 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -2/+2 |
| 2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis |  tedu | 1 | -8/+8 |
| 2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of |  jsing | 1 | -2/+4 |
| 2013-01-15 | Switch mfs to bufq. This simplifies the code, gives us queue limits for |  jsing | 3 | -54/+33 |
| 2012-12-29 | Keep mfs from potentially consuming the entire buffer cache if it gets |  beck | 3 | -4/+17 |
| 2012-09-10 | Cleanup VFS mount string handling: |  jsing | 1 | -9/+13 |
| 2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 1 | -3/+2 |
| 2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it |  thib | 1 | -2/+1 |
| 2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 3 | -51/+43 |
| 2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 3 | -43/+51 |
| 2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 3 | -51/+43 |
| 2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] |  jasper | 1 | -35/+35 |
| 2008-09-30 | Fix an occasional mfs-related panic on reboot in mfs_close. There's no |  millert | 1 | -7/+2 |
| 2008-05-08 | retire vn_default_error() and replace all instances |  thib | 1 | -2/+2 |
| 2008-05-03 | Introduce vop_generic_bmap(); use it where applicable. |  thib | 2 | -22/+3 |
| 2008-04-24 | remove useless defines for the vnode operations, and instead |  thib | 2 | -60/+27 |
| 2007-12-16 | fix remaining cases of potential concurrent mfs_buflist access; |  otto | 2 | -6/+15 |
| 2007-12-06 | solve the biggest problem with concurrent buflist access; makes mfs on |  otto | 2 | -4/+14 |
| 2007-12-04 | fix out of partition/memory bounds access when accessing blocks at the tail |  otto | 3 | -11/+15 |
| 2007-11-28 | g/c mfs_mountroot() and mfs_initminiroot(). We don't support root on |  millert | 3 | -93/+4 |
| 2007-11-24 | Try a forced unmount if mount_mfs is killed with SIGKILL. |  mpf | 1 | -2/+3 |
| 2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 1 | -41/+9 |
| 2007-02-07 | grammar fix; from bret lambert |  jmc | 1 | -2/+2 |
| 2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT |  sturm | 1 | -2/+2 |
| 2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs |  sturm | 1 | -2/+2 |
| 2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not |  sturm | 1 | -2/+2 |
| 2006-04-19 | Remove unused mount list simple_lock() goo |  pedro | 1 | -3/+3 |
| 2006-03-28 | ANSIfy and deregister, no binary change. |  pedro | 3 | -80/+51 |
| 2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer |  pedro | 1 | -4/+4 |
| 2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 1 | -4/+2 |