summaryrefslogtreecommitdiff
path: root/sys/fs/cd9660
AgeCommit message (Expand)Author
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-19blkoff() -> cd9660_blkoff()dholland
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-11-05Excise struct componentname from the namecache.dholland
2012-11-05Disentangle the namecache from the internals of namei.dholland
2012-07-22Move some the test for MAKEENTRY into the cache_enter(9). Make somermind
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-11-14VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()hannken
2011-09-27use ISO_MAXNAMLEN instead of NAME_MAXchristos
2011-09-27define and use ISO_MAXNAMLEN instead of MAXNAMLENchristos
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
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-26Drop two uses of disk label data.mlelstv
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-10-19Apply a similar fix for mount function from ffs_vfsops.c rev 1.186:tsutsui
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-01-22buildfix: re-adapt for major/minor returning 32bit value again.cegger
2009-01-11make this compilecegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-26Rototill all remaining file systems to use ubc_uiomove() insteadpooka
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-16Make sure all cached buffers with valid, not yet written data have beenhannken
2008-05-06PR kern/38141 lookup/vfs_busy acquire rwlock recursivelyad
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-05-03Convert cd9660 to attach as a module.ad
2008-04-30PR kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-02-27Convert to ansi definitions from old-style definitons.matt
2008-01-30PR kern/37706 (forced unmount of file systems is unsafe):ad
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-25Remove VOP_LEASE. Discussed on tech-kern.ad
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2008-01-17Fix dodgy tests of v_usecount.ad
2008-01-02Merge vmlocking2 to head.ad