NetBSD/sys/fs/msdosfs
hannken 8c21bc6224 Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
- Not enabled by default. Needs kernel option FFS_SNAPSHOT.
- Change parameters of ffs_blkfree.
- Let the copy-on-write functions return an error so spec_strategy
    may fail if the copy-on-write fails.
- Change genfs_*lock*() to use vp->v_vnlock instead of &vp->v_lock.
- Add flag B_METAONLY to VOP_BALLOC to return indirect block buffer.
- Add a function ffs_checkfreefile needed for snapshot creation.
- Add special handling of snapshot files:
    Snapshots may not be opened for writing and the attributes are read-only.
    Use the mtime as the time this snapshot was taken.
    Deny mtime updates for snapshot files.
- Add function transferlockers to transfer any waiting processes from
  one lock to another.
- Add vfsop VFS_SNAPSHOT to take a snapshot and make it accessible through
  a vnode.
- Add snapshot support to ls, fsck_ffs and dump.

Welcome to 2.0F.

Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-05-25 14:54:55 +00:00
..
Makefile
TODO
bootsect.h Consistently use "bsBPB" as the struct member for the BIOS parameter block. 2003-10-06 02:21:47 +00:00
bpb.h add bpbReserved fields 2003-10-08 04:11:43 +00:00
denode.h
direntry.h
fat.h
files.msdosfs
msdosfs_conv.c
msdosfs_denode.c Explicitly call pool_init() (and pool_destroy()) when being built as 2004-05-20 05:39:34 +00:00
msdosfs_fat.c Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
msdosfs_lookup.c
msdosfs_vfsops.c Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
msdosfs_vnops.c caddr_t -> void * and removal of some more casts. 2004-05-12 02:07:37 +00:00
msdosfsmount.h Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00