OpenBSD CVS

src/sys/ufs/ext2fs/


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 / ext2fs


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ext2fs.h  1.27   12 months  martijn   Add ext4 field definitions. Taken from NetBSD, with some cosmetic changes to kee...
[TXT] ext2fs_alloc.c  1.39   4 years  deraadt   panic does not require a \n at the end. When one is provided, it looks wrong.
[TXT] ext2fs_balloc.c  1.27   6 years  cheloha   getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
[TXT] ext2fs_bmap.c  1.29   15 months  jsg   correct indentation no functional change, found by smatch warnings ok miod@ blu...
[TXT] ext2fs_bswap.c  1.8   11 years  pelikan   use proper on-disk inode size: no more, no less. Reported by Roman Yakovlev, th...
[TXT] ext2fs_dinode.h  1.17   11 years  pelikan   use proper on-disk inode size: no more, no less. Reported by Roman Yakovlev, th...
[TXT] ext2fs_dir.h  1.12   18 months  guenther   Delete support for FFS filesystems before the in-inode symlink optimization. As...
[TXT] ext2fs_extents.c  1.3   7 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] ext2fs_extents.h  1.1   11 years  pelikan   ext4 (extents) read support Tested on amd64 with > 4GB files and 50,000 subdire...
[TXT] ext2fs_extern.h  1.40   3 weeks  jsg   remove prototypes for removed functions
[TXT] ext2fs_inode.c  1.68   12 months  beck   Revert the vdoom change, while it prevents the crashes on joel's go builder and ...
[TXT] ext2fs_lookup.c  1.48   10 months  jsg   remove unneeded semicolons; checked by millert@
[TXT] ext2fs_readwrite.c  1.46   2 years  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] ext2fs_subr.c  1.38   9 months  jsg   remove unused ffs_checkoverlap() ext2fs_checkoverlap(); ok miod@
[TXT] ext2fs_vfsops.c  1.122   7 weeks  deraadt   Carefully prune sysctl nodes with #ifndef SMALL_KERNEL recover space lost to oth...
[TXT] ext2fs_vnops.c  1.95   2 months  rsadowski   File flags handling fixes for ext2fs ext2fs does not have *user* immutable and ...