summaryrefslogtreecommitdiff
path: root/sys/dev/fssvar.h
AgeCommit message (Expand)Author
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