search for: reiser4_fs

Displaying 2 results from an estimated 2 matches for "reiser4_fs".

2007 Aug 15
0
[git patch] fstype support + minor stuff
hello hpa, rebased my branch, please pull latest git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks for the following shortlog maximilian attems (6): fstype: add squashfs v3 support reiser4_fs.h: add attribute packed to reiser4_master_sb fstype: add ext4 support .gitignore: add subdir specific entries usr/klibc/Kbuild: beautify klibc build fstype: add gfs2 support the diffstat is .gitignore | 2 usr/dash/.gitignore | 17...
2007 Aug 10
1
[git patch] klibc small features
...gitignore | 9 +++++++++ usr/include/pwd.h | 2 ++ usr/kinit/fstype/ext2_fs.h | 5 +++++ usr/kinit/fstype/ext3_fs.h | 5 +++++ usr/kinit/fstype/fstype.c | 18 ++++++++++++++++-- usr/kinit/fstype/fstype.h | 5 +---- usr/kinit/fstype/reiser4_fs.h | 31 +++++++++++++++++++++++++++++++ usr/kinit/fstype/reiserfs_fs.h | 5 +++++ usr/kinit/fstype/xfs_sb.h | 5 +++++ usr/utils/Kbuild | 4 +++- usr/utils/sync.c | 7 +++++++ 11 files changed, 89 insertions(+), 7 deletions(-) thanks -- maks ps ha...