Age | Commit message (Expand) | Author |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek |
2004-07-14 | trailing '\n' in printf, ok deraadt@ | Pedro Martelletto |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst |
2004-01-25 | vref device vnodes early, so we don't get mismatched vrele calls. | Ted Unangst |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2004-01-07 | sysctls for dirhash variables. with a hint from miod. ok deraadt | Ted Unangst |
2003-10-17 | Be sure i_ffs_gen is always positive. | Mike Pechkin |
2003-10-04 | vrele swap and/or root vnode should we fail during mountroot; found by mpech@... | Michael Shalayeff |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-07-10 | in statfs, cast disk size to int64_t to prevent overflow on large disks. | Ted Unangst |
2003-06-10 | o make mount(2) return EROFS, not EPERM if ffs is dirty | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-01 | Limit max file size based on PAGE_SIZE. Even though ffs can handle | Todd C. Miller |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-01-25 | Move softdep sysctls from debug to vfs.ffs; art@ OK | Todd C. Miller |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis |
2001-11-21 | Don't use #define QUOTA - use stub file instead | Constantine Sapuntzakis |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-05-15 | Correct memory type for free(). (art@ ok) | Hakan Olsson |
2001-04-22 | Free fs->fs_contigdirs array only on successful rw->ro update. This | Grigoriy Orlov |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov |
2001-04-15 | Avoid panic on unmounting read-only fs, which previously use softupdates. | Grigoriy Orlov |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov |
2001-04-12 | Allow kernels with just MFS and no FFS. Fixes PR#323. | Constantine Sapuntzakis |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov |
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov |
2001-03-22 | Sigh. PR_WAITOK, not M_WAITOK | Artur Grabowski |
2001-03-22 | Change the ffs inode allocation from using malloc to pool. | Artur Grabowski |
2001-03-14 | KNF | Grigoriy Orlov |
2001-03-13 | correct softdep integration error, add missed lock; | Grigoriy Orlov |
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-02-07 | update to use new checkexp vfs operation | assar |
2000-01-14 | rename DEBUGLOCKS to LOCKDEBUG to be consistent with the rest of the kernel | Artur Grabowski |
1999-12-06 | ffs_init is a vfsop. Move it to ffs_vfsops. | Artur Grabowski |
1999-12-06 | Always make sure that softdep mounts are not async. | Artur Grabowski |
1999-12-03 | Clean up ffs_mount. | Artur Grabowski |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1998-12-05 | There's still a good bit of lock debugging that needs to happen. Don't | Constantine Sapuntzakis |
1998-12-05 | Finally, enable lock checking for FFS, which has full-blown lock support. | Constantine Sapuntzakis |
1998-11-27 | indentation police | Artur Grabowski |