summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* When writing out bitmap buffers, need to skip over ones that alreadymckusick2000-01-301-1/+2
* During fastpath processing for removal of a short-lived inode, themckusick2000-01-181-48/+56
* Need to reorganize the flushing of directory entry (pagedep) dependenciesmckusick2000-01-181-63/+62
* Better bounding on softdep_flushfiles; other minor tweeks to checks.mckusick2000-01-171-7/+9
* Must track multiple uncommitted renames until one ultimately getsmckusick2000-01-171-22/+65
* Non-operational change, fix compiler warning.dillon2000-01-141-1/+1
* Confirming Peter's fix (locking 101: release the lock before you gomckusick2000-01-131-2/+0
* Free the global softupdates lock prior to tsleep() in getdirtybuf().peter2000-01-131-0/+2
* Because cylinder group blocks are now written in background,mckusick2000-01-131-3/+13
* A panic occurs during an fsync when a dirty block associated withmckusick2000-01-131-4/+7
* The only known cause of this panic is running out of disk space.mckusick2000-01-111-3/+13
* We cannot proceed to free the blocks of the file until the dependenciesmckusick2000-01-111-29/+32
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-103-11/+9
* Missing FREE_LOCK call before handle_workitem_freeblocks.mckusick2000-01-101-3/+5
* Several performance improvements for soft updates have been added:mckusick2000-01-105-86/+229
* Keep tighter control of removal dependencies by limiting the numbermckusick2000-01-091-20/+22
* Reorganize softdep_fsync so that it only does the inode-is-flushedmckusick2000-01-091-26/+22
* Get rid of unreferenced function.mckusick2000-01-091-9/+0
* Make static non-exported functions from soft updates.mckusick2000-01-092-11/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Update the unclean flag for mount -u. I forgot to handle this casebde1999-12-231-0/+2
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* The function request_cleanup() had a tsleep() with PCATCH. It ismckusick1999-12-161-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove the 'alpha, use at your own risk' death-statement.billf1999-12-031-4/+1
* Fix typo, add $FreeBSD$billf1999-12-031-1/+3
* Preferentially allocate the first indirect block in the samemckusick1999-12-011-1/+1
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-223-8/+8
* We do not have ffs_checkexp, so remove the prototypeeivind1999-11-201-2/+0
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-2/+1
* Next step in the device cleanup process.phk1999-11-091-0/+2
* Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-031-0/+1
* Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* useracc() the prequel:phk1999-10-292-2/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-15/+0
* Remove v_maxio from struct vnode.phk1999-09-291-0/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-112-7/+6
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Fix bug introduced in rev 1.28, which causes kernel build to break forsheldonh1999-08-241-2/+4
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-17/+20
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-8/+8
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-083-8/+5
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-132-11/+9
* Use the fsid from the superblock, unless it looks bogus or has alreadyphk1999-07-111-6/+6
* Add $Id$roberto1999-07-071-0/+1
* Update pathnames for new location of soft-updates sources.jdp1999-07-031-4/+4
OpenPOWER on IntegriCloud