summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-152-4/+4
* In the 'found' case for ufs_lookup() the underlying bp's data wasdillon2000-03-091-1/+1
* After much consulting with bde, concluded that this fix was the best fixrwatson2000-02-221-2/+2
* Disable chflags() from within jail() so that root within jail can't makerwatson2000-02-201-1/+1
* Several performance improvements for soft updates have been added:mckusick2000-01-103-29/+56
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-7/+7
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-152-43/+3
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+6
* Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-032-1/+3
* Add sysctl debug.dircheck to allow directory sanity checking to be turneddillon1999-10-301-0/+11
* Remove v_maxio from struct vnode.phk1999-09-291-2/+1
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-78/+11
* Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-201-6/+4
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-35/+4
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-112-18/+33
* remove unused variables.phk1999-08-281-1/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2815-15/+15
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-19/+2
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-3/+3
* Support full-precision file timestamps. Until now, only the secondsjdp1999-08-221-10/+19
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-2/+2
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-9/+7
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-131-15/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-4/+4
* s/v_specinfo/v_rdev/phk1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-082-4/+3
* Move the memory access behavior information provided by madvisealc1999-08-011-5/+4
* Fixed access timestamp bugs:bde1999-07-251-5/+17
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-134-26/+38
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-4/+8
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-5/+5
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-162-6/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-112-5/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-4/+4
* Continue where Julian left off in July 1998:phk1999-05-071-4/+4
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-282-8/+8
* Suser() simplification:phk1999-04-272-8/+8
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-6/+17
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-061-1/+2
* Moved kernel declarations inside the KERNEL ifdef, and removedbde1999-03-051-7/+7
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-2/+2
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-021-2/+2
* Fix last commit based on feedback from Guido, Bruce and Terry.imp1999-02-261-5/+6
* Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink andimp1999-02-251-1/+5
* Update ufs_vnops code to use new specinfo fields rather then guess.dillon1999-02-251-7/+14
* Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFSdillon1999-02-131-3/+3
OpenPOWER on IntegriCloud