summaryrefslogtreecommitdiff
path: root/sys/fs/hfs
AgeCommit message (Expand)Author
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2013-10-18remove unused variableschristos
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2012-07-28Fix -fno-common found by building i386/conf/ALLmatt
2012-07-22Move some the test for MAKEENTRY into the cache_enter(9). Make somermind
2012-06-15Assert that out_hr is not NULL in hfslib_read_header_nodejoerg
2012-06-13Ensure that error is initialized in all code paths.joerg
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-28Include sys/malloc.h for MALLOC_DECLARE.joerg
2011-11-14VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()hannken
2011-11-13use getdisksize()christos
2011-09-27use NAME_MAX instead of MAXNAMLENchristos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-19Remove cache_purge(9) calls from reclamation routines in the file systems,rmind
2011-02-24simplify and avoid pointer gymnasticschristos
2011-02-24simplify and handle unaligned pointer access.christos
2011-02-10remove comments about needing to encode : since the on disk format doeschristos
2011-02-10PR/44523: Taylor R Campbell: mount_hfs badly handles file names with slasheschristos
2011-02-07Make this build.jakllsch
2011-02-07KNF, no functional changes intended.christos
2010-07-21Make holding v_interlock mandatory for callers of vget().hannken
2010-07-01Remove vlockmgr(). Generic vnode lock operations now use a rwlock locatedhannken
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-03-29Stop exposing fifofs internals and leave only fifo_vnodeop_p visible.pooka
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-03vrele, not vput for unlocked devvppooka
2009-11-27Yes, you need a VOP_UNLOCK() there.pooka
2009-11-27Fix another fine example of "if you make the kernel panic, it'spooka
2009-11-27Don't spam if mount fails due to invalid file system.pooka
2009-07-14Initialise the "fork" local variable in hfslib_get_file_extents().apb
2009-07-03Where possible, extract the file-system's access() routine to two internalelad
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2009-04-25Add genfs_can_mount() and use it to prevent some more code duplication ofelad
2009-03-27fix botch in previouspooka
2009-03-26pretend to do some sort of cleanup in error branchespooka
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-26Rototill all remaining file systems to use ubc_uiomove() insteadpooka
2008-11-16more <sys/buf.h> policepooka
2008-09-03Don't use unnamed structures.gmcgarry
2008-09-03Hack around zero vararg macro list on PCC.gmcgarry
2008-05-16Make sure all cached buffers with valid, not yet written data have beenhannken
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-01-30Replace struct lock on vnodes with a simpler lock object built onad
2008-01-28Fix some race conditions in rename.dholland
2008-01-25- Fix probelms with inode hash: make MPSAFE, don't allocate with held locks.ad