summaryrefslogtreecommitdiff
path: root/sys/fs/unionfs
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-11-05Excise struct componentname from the namecache.dholland
2012-11-05Fix build of fs/unionfs (the extra unused copy of onionfs) for thedholland
2012-07-22Move some the test for MAKEENTRY into the cache_enter(9). Make somermind
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-01-02Remove the special refcount behavior (adding an extra reference to thedholland
2010-11-30Abolish the SAVENAME and HASBUF flags. There is now always a buffer,dholland
2010-11-30Abolish struct componentname's cn_pnbuf. Use the path buffer in thedholland
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-06-24Clean up vnode lock operations:hannken
2010-06-18Remove the concept of recursive vnode locks by eliminatinghannken
2010-06-06Change layered file systems to always pass the locking VOP's down to thehannken
2010-03-02Don't generate unused fs_thefs.h headers.pooka
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bcmp -> memcmpcegger
2008-12-05PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo...ad
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-13mnt_data is a pointer, set it to NULL not 0 when we're finished with it.simonb
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-02-18A port of FreeBSD's updated unionfs. This is a work in progress. Inad