NetBSD/sys/ufs/ffs
2012-01-29 00:58:13 +00:00
..
ffs_alloc.c Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
ffs_appleufs.c First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
ffs_balloc.c Try to keep snapshot indirect blocks contiguous. 2011-04-23 07:36:02 +00:00
ffs_bswap.c merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
ffs_extern.h Add mount -o extattr option to enable extended attributs (corrently only 2011-06-17 14:23:50 +00:00
ffs_inode.c converting readdir in ffs ext2fs from malloc(9) to kmem(9) 2012-01-27 19:22:48 +00:00
ffs_quota2.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ffs_snapshot.c As vnalloc() always allocates with PR_WAITOK there is no longer the need 2011-10-07 09:35:04 +00:00
ffs_subr.c fix sign-compare warnings 2011-08-14 12:37:09 +00:00
ffs_tables.c
ffs_vfsops.c use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC). 2012-01-29 00:58:13 +00:00
ffs_vnops.c Implement extended attribute listing for UFS1. 2011-06-27 16:34:47 +00:00
ffs_wapbl.c For update mounts the root vnode is already in use and we must not 2010-12-24 13:38:57 +00:00
fs.h merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
Makefile