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