Age | Commit message (Expand) | Author |
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 |
2007-11-24 | Try a forced unmount if mount_mfs is killed with SIGKILL. | Marco Pfatschbacher |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-02-07 | grammar fix; from bret lambert | Jason McIntyre |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-03-28 | ANSIfy and deregister, no binary change. | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-03-06 | Use V_SAVE instead of hardcoding it, no binary change. | Pedro Martelletto |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-11 | revert part of previous. if mfs gets a signal, it doesn't attempt to | Ted Unangst |
2003-05-06 | attempt to put a process's cwd back in place after a forced umount. | Ted Unangst |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-06-21 | Remove pointless macro. | Artur Grabowski |
2002-05-13 | Protect calls to biodone with splbio. | Artur Grabowski |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-02-18 | fix possible panic on reboot for mfs mounted fs. | Eric Jackson |
2002-01-23 | minor cleanup I just happened to do when in this area. | Artur Grabowski |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |