summaryrefslogtreecommitdiff
path: root/sys/dev/fss.c
AgeCommit message (Expand)Author
2005-04-17Support user controllable flags for the snapshot driver:hannken
2005-04-17When a snapshot gets unconfigured always clear `FSS_BS_ALLOC'.hannken
2005-02-27nuke trailing whitespaceperry
2005-02-09- Unlock backing store vnode in case of error.hannken
2004-10-29Move the inclusion of <sys/bufq.h> from fss.c to fssvar.h to makehannken
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-06-20- Add flag L_COWINPROGRESS to struct lwp to avoid recursion whenhannken
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
2004-01-10Allow vfs_write_suspend() to wait if the file system is alreadyhannken
2003-12-13Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of thehannken
2003-12-10The file system snapshot pseudo driver.hannken