summaryrefslogtreecommitdiff
path: root/sys/dev/fssvar.h
AgeCommit message (Expand)Author
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2014-02-28G/C sys/simplelock.h includesskrll
2011-11-29Complete backward compat with NetBSd 5.x: time_t changed size, so didbouyer
2011-11-29Fix FSSIOCSET50: needs to use the 5.0 struct fss_set, not the current one.bouyer
2011-02-24fss(4): Allow FSSIOCSET to set the initial flags. Add a new flaghannken
2010-04-05Remove unused fss_softc member sc_bs_size.hannken
2008-09-17Replace the fss unmount hook with a vfs_hook.hannken
2008-09-14Create fss(4) devices on first open and destroy on last close of anhannken
2008-09-12- Replace simple_lock/ltsleep/wakeup with mutex/cv.hannken
2008-09-11fss_copy_on_write(): return error if reading the snapshotted device failed.hannken
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-04sys/simplelock.h is required now.xtraeme
2007-10-07Update the file system copy-on-write handler.hannken
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Replace some uses of lockmgr() / simplelocks.ad
2006-03-14use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl().chs
2005-12-11merge ktrace-lwp.christos
2005-10-24Run all i/o from or to backing store through fss_bs_io().hannken
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-04-17Support user controllable flags for the snapshot driver:hannken
2005-02-27nuke trailing whitespaceperry
2004-10-29Move the inclusion of <sys/bufq.h> from fss.c to fssvar.h to makehannken
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-02-14Add a generic copy-on-write hook to add/remove functions that will behannken
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2004-01-11Update the file system snapshot driver:hannken
2003-12-10The file system snapshot pseudo driver.hannken