OpenBSD CVS

src/sys/ufs/ufs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / ufs / ufs


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dinode.h  1.19   4 years  otto   Make generation numbers unsigned and fill them using a random number from the ra...
[TXT] dir.h  1.13   5 months  guenther   Delete support for FFS filesystems before the in-inode symlink optimization. As...
[TXT] dirhash.h  1.8   2 years  jsg   spelling ok jmc@
[TXT] inode.h  1.54   4 months  beck   Remove Softdep. Softdep has been a no-op for some time now, this removes it to ...
[TXT] quota.h  1.12   10 years  guenther   (Re)define the quota file format to be independent of time_t; changing the layou...
[TXT] ufs_bmap.c  1.37   2 years  visa   Add vnode parameter to VOP_STRATEGY() Pass the device vnode as a parameter to V...
[TXT] ufs_dirhash.c  1.43   5 months  guenther   Delete support for FFS filesystems before the in-inode symlink optimization. As...
[TXT] ufs_extern.h  1.40   4 weeks  jsg   remove prototypes with no matching function ok mpi@
[TXT] ufs_ihash.c  1.26   2 years  semarie   vnode: do not manipulate vnode lock directly use VOP_LOCK / VOP_UNLOCK wrappers...
[TXT] ufs_inode.c  1.45   4 months  beck   Remove Softdep. Softdep has been a no-op for some time now, this removes it to ...
[TXT] ufs_lookup.c  1.61   4 months  beck   Remove Softdep. Softdep has been a no-op for some time now, this removes it to ...
[TXT] ufs_quota.c  1.47   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] ufs_quota_stub.c  1.8   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] ufs_vfsops.c  1.20   15 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] ufs_vnops.c  1.162   4 weeks  semarie   vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part while h...
[TXT] ufsmount.h  1.13   8 years  natano   Move mnt_maxsymlink from struct mount to struct ufsmount. The concept of differ...
[TXT] extattr.h (in the Attic) [Hide]  1.2   18 years  drahn   Extended Attributes was a piece to get to ACLs, however ACLs have not been worke...
[TXT] ufs_extattr.c (in the Attic) [Hide]  1.6   18 years  drahn   Extended Attributes was a piece to get to ACLs, however ACLs have not been worke...
[TXT] ufs_readwrite.c (in the Attic) [Hide]  1.30   17 years  thib   LFS and FFS shared the same read and write vnops, through the macro games in ufs...