Home
last modified time | relevance | path

Searched hist:"50 e4f8f4" (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_subr.cdiff 50e4f8f4 Fri Feb 10 07:49:37 GMT 2012 Matthew Dillon <dillon@apollo.backplane.com> hammer2 - wire in statfs/statvfs, add the chain structure, etc

* Wire mnt_stat and mnt_vstat. Currently dummy-up the values. This allows
the mount point to show up in 'df' output.

* Add the chain structure for upcoming directory search work. This
structure will also be used to track through indirect blocks. The
chain structure supplies the full blockref chain from an in-memory
structure to the root volume, allowing modifications to be properly
tracked.

* Move the volume header read to its own support procedure, it's going to
eventually be considerably more complex.

* Bring the hammer2_dirhash() procedure in from newfs_hammer2.
H A Dhammer2_vfsops.cdiff 50e4f8f4 Fri Feb 10 07:49:37 GMT 2012 Matthew Dillon <dillon@apollo.backplane.com> hammer2 - wire in statfs/statvfs, add the chain structure, etc

* Wire mnt_stat and mnt_vstat. Currently dummy-up the values. This allows
the mount point to show up in 'df' output.

* Add the chain structure for upcoming directory search work. This
structure will also be used to track through indirect blocks. The
chain structure supplies the full blockref chain from an in-memory
structure to the root volume, allowing modifications to be properly
tracked.

* Move the volume header read to its own support procedure, it's going to
eventually be considerably more complex.

* Bring the hammer2_dirhash() procedure in from newfs_hammer2.
H A Dhammer2.hdiff 50e4f8f4 Fri Feb 10 07:49:37 GMT 2012 Matthew Dillon <dillon@apollo.backplane.com> hammer2 - wire in statfs/statvfs, add the chain structure, etc

* Wire mnt_stat and mnt_vstat. Currently dummy-up the values. This allows
the mount point to show up in 'df' output.

* Add the chain structure for upcoming directory search work. This
structure will also be used to track through indirect blocks. The
chain structure supplies the full blockref chain from an in-memory
structure to the root volume, allowing modifications to be properly
tracked.

* Move the volume header read to its own support procedure, it's going to
eventually be considerably more complex.

* Bring the hammer2_dirhash() procedure in from newfs_hammer2.