freebsd-dev/sys/ufs/ffs
Kirk McKusick 8795189c98 Allow disk partitions associated with UFS read-only mounted
filesystems to be opened for writing. This functionality used to
be special-cased for just the root filesystem, but with this change
is now available for all UFS filesystems. This change is needed for
journaled soft updates recovery.

Discussed with: Jeff Roberson
2011-07-10 00:41:31 +00:00
..
ffs_alloc.c - Fix directory count rollbacks by passing the mode to the journal dep 2011-06-20 03:25:09 +00:00
ffs_balloc.c Use 'curthread_pflags' instead of 'thread_pflags' to signify that only 2011-07-09 15:16:07 +00:00
ffs_extern.h - Fix directory count rollbacks by passing the mode to the journal dep 2011-06-20 03:25:09 +00:00
ffs_inode.c Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this 2011-06-29 16:40:41 +00:00
ffs_rawread.c Put the general logic for being a CPU hog into a new function 2011-02-02 16:35:10 +00:00
ffs_snapshot.c Fixed dereference of a NULL pointer. 2011-06-18 21:10:03 +00:00
ffs_softdep.c - Speed up pendingblock processing again. Having too much delay between 2011-07-04 22:08:04 +00:00
ffs_subr.c - Merge soft-updates journaling from projects/suj/head into head. This 2010-04-24 07:05:35 +00:00
ffs_tables.c
ffs_vfsops.c Allow disk partitions associated with UFS read-only mounted 2011-07-10 00:41:31 +00:00
ffs_vnops.c Implement fully asynchronous partial truncation with softupdates journaling 2011-06-10 22:48:35 +00:00
fs.h Implement fully asynchronous partial truncation with softupdates journaling 2011-06-10 22:48:35 +00:00
softdep.h - Speed up pendingblock processing again. Having too much delay between 2011-07-04 22:08:04 +00:00