NetBSD/sys/fs
reinoud 20846619eb Metadata partition (v2.50+) bugfix commit :
* fix copying of the extents of the metadata node to the metadatamirror node;
  it was not copying all extents.

* fix truncing metadata partition:
   * fix endian conversions
   * fix information length calculation so its truncated to the right length!

* allow for setting maximum extent length in extent merging. This is needed
  since extents in the metadata partition files are only to be in allocation
  unit sizes.

* adjust grow and shrink node to set the granularity of the maximum length of
  an extent when encountering a metadatafile or metadatamirror file.
2011-01-14 09:09:18 +00:00
..
adosfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
cd9660 Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
efs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
filecorefs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
hfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
msdosfs Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
nilfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
ntfs It makes no sense to call vget() with LK_RETRY. 2010-07-25 09:54:37 +00:00
ptyfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
puffs add advlock to puffs. ok pooka@ 2011-01-11 14:04:54 +00:00
smbfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
sysvbfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
tmpfs Add some support for unionfs (not built by default). It's still 2011-01-13 13:35:11 +00:00
udf Metadata partition (v2.50+) bugfix commit : 2011-01-14 09:09:18 +00:00
union Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
unionfs Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
Makefile Install ptyfs userspace header into user's space. 2010-06-14 14:40:47 +00:00
unicode.h