| Commit message (Expand) | Author | Age | Files | Lines |
* | Non-operational change, fix compiler warning. | dillon | 2000-01-14 | 1 | -1/+1 |
* | Confirming Peter's fix (locking 101: release the lock before you go | mckusick | 2000-01-13 | 1 | -2/+0 |
* | Free the global softupdates lock prior to tsleep() in getdirtybuf(). | peter | 2000-01-13 | 1 | -0/+2 |
* | Because cylinder group blocks are now written in background, | mckusick | 2000-01-13 | 1 | -3/+13 |
* | A panic occurs during an fsync when a dirty block associated with | mckusick | 2000-01-13 | 1 | -4/+7 |
* | The only known cause of this panic is running out of disk space. | mckusick | 2000-01-11 | 1 | -3/+13 |
* | We cannot proceed to free the blocks of the file until the dependencies | mckusick | 2000-01-11 | 1 | -29/+32 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 3 | -11/+9 |
* | Missing FREE_LOCK call before handle_workitem_freeblocks. | mckusick | 2000-01-10 | 1 | -3/+5 |
* | Several performance improvements for soft updates have been added: | mckusick | 2000-01-10 | 5 | -86/+229 |
* | Keep tighter control of removal dependencies by limiting the number | mckusick | 2000-01-09 | 1 | -20/+22 |
* | Reorganize softdep_fsync so that it only does the inode-is-flushed | mckusick | 2000-01-09 | 1 | -26/+22 |
* | Get rid of unreferenced function. | mckusick | 2000-01-09 | 1 | -9/+0 |
* | Make static non-exported functions from soft updates. | mckusick | 2000-01-09 | 2 | -11/+12 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | Update the unclean flag for mount -u. I forgot to handle this case | bde | 1999-12-23 | 1 | -0/+2 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -1/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | The function request_cleanup() had a tsleep() with PCATCH. It is | mckusick | 1999-12-16 | 1 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+2 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | Remove the 'alpha, use at your own risk' death-statement. | billf | 1999-12-03 | 1 | -4/+1 |
* | Fix typo, add $FreeBSD$ | billf | 1999-12-03 | 1 | -1/+3 |
* | Preferentially allocate the first indirect block in the same | mckusick | 1999-12-01 | 1 | -1/+1 |
* | Convert various pieces of code to use vn_isdisk() rather than checking | phk | 1999-11-22 | 3 | -8/+8 |
* | We do not have ffs_checkexp, so remove the prototype | eivind | 1999-11-20 | 1 | -2/+0 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -2/+1 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -0/+2 |
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | bde | 1999-11-03 | 1 | -0/+1 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 2 | -2/+0 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -15/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 1 | -0/+4 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 2 | -7/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 10 | -10/+10 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -6/+2 |
* | Fix bug introduced in rev 1.28, which causes kernel build to break for | sheldonh | 1999-08-24 | 1 | -2/+4 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -17/+20 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -8/+8 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 3 | -8/+5 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 2 | -11/+9 |
* | Use the fsid from the superblock, unless it looks bogus or has already | phk | 1999-07-11 | 1 | -6/+6 |
* | Add $Id$ | roberto | 1999-07-07 | 1 | -0/+1 |
* | Update pathnames for new location of soft-updates sources. | jdp | 1999-07-03 | 1 | -4/+4 |
* | No longer need to set B_ASYNC flag since BUF_KERNPROC now | mckusick | 1999-06-29 | 1 | -2/+1 |
* | Keep the inlines for <sys/buf.h> happy.. | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 2 | -15/+20 |
* | On our final pass through ffs_fsync, do all I/O synchronously so that | mckusick | 1999-06-18 | 1 | -7/+8 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -12/+14 |