1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00
freebsd/sys/ufs/ffs
Kirk McKusick d716efa9f7 Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag
so that it is visible to userland programs. This change enables
the `mount' command with no arguments to be able to show if a
filesystem is mounted using journaled soft updates as opposed
to just normal soft updates.

Approved by: re (bz)
2011-07-24 18:27:09 +00:00
..
ffs_alloc.c Default debugging error messages to off for journaled soft updates sysctls. 2011-07-22 18:03:33 +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 an FFS specific mount option to allow a filesystem checker 2011-07-15 16:20:33 +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 Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag 2011-07-24 18:27:09 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag 2011-07-24 18:27:09 +00:00
ffs_vnops.c Implement fully asynchronous partial truncation with softupdates journaling 2011-06-10 22:48:35 +00:00
fs.h Add an FFS specific mount option to allow a filesystem checker 2011-07-15 16:20:33 +00:00
softdep.h - Speed up pendingblock processing again. Having too much delay between 2011-07-04 22:08:04 +00:00