cvs commit: src/share/man/man4 ddb.4 src/sys/kern vfs_bio.c src/sys/ufs/ffs ffs_softdep.c ffs_vfsops.c

Konstantin Belousov kib at FreeBSD.org
Tue Sep 16 11:23:47 UTC 2008


kib         2008-09-16 11:19:38 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ddb.4 
    sys/kern             vfs_bio.c 
    sys/ufs/ffs          ffs_softdep.c ffs_vfsops.c 
  Log:
  SVN rev 183072 on 2008-09-16 11:19:38Z by kib
  
  Add the ffs structures introspection functions for ddb.
  Show the b_dep value for the buffer in the show buffer command.
  Add a comand to dump the dirty/clean buffer list for vnode.
  
  Reviewed by:    tegge
  Tested and used by:   pho
  MFC after:   1 month
  
  Revision  Changes    Path
  1.58      +20 -0     src/share/man/man4/ddb.4
  1.545     +25 -2     src/sys/kern/vfs_bio.c
  1.227     +30 -1     src/sys/ufs/ffs/ffs_softdep.c
  1.348     +35 -0     src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-src mailing list