| Commit message (Expand) | Author | Age | Files | Lines |
* | Clone bio versions of certain bits of infrastructure: | phk | 2000-04-02 | 1 | -0/+98 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 6 | -6/+8 |
* | Change the write-behind code to take more care when starting | dillon | 2000-04-02 | 1 | -1/+3 |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 1 | -3/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 6 | -19/+18 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 5 | -18/+19 |
* | Use 64-bit math to calculate if we have hit our freespace limit. | mckusick | 2000-03-17 | 1 | -1/+2 |
* | Bug fixes for currently harmless bugs that could rise to bite | mckusick | 2000-03-15 | 2 | -4/+4 |
* | Use 64-bit math to decide if optimization needs to be changed. | mckusick | 2000-03-15 | 1 | -30/+48 |
* | In the 'found' case for ufs_lookup() the underlying bp's data was | dillon | 2000-03-09 | 1 | -1/+1 |
* | Fix a 'freeing free block' panic in UFS. The problem occurs when the | dillon | 2000-02-24 | 1 | -1/+24 |
* | After much consulting with bde, concluded that this fix was the best fix | rwatson | 2000-02-22 | 1 | -2/+2 |
* | Disable chflags() from within jail() so that root within jail can't make | rwatson | 2000-02-20 | 1 | -1/+1 |
* | When writing out bitmap buffers, need to skip over ones that already | mckusick | 2000-01-30 | 1 | -1/+2 |
* | During fastpath processing for removal of a short-lived inode, the | mckusick | 2000-01-18 | 1 | -48/+56 |
* | Need to reorganize the flushing of directory entry (pagedep) dependencies | mckusick | 2000-01-18 | 1 | -63/+62 |
* | Better bounding on softdep_flushfiles; other minor tweeks to checks. | mckusick | 2000-01-17 | 1 | -7/+9 |
* | Must track multiple uncommitted renames until one ultimately gets | mckusick | 2000-01-17 | 1 | -22/+65 |
* | 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 | 8 | -115/+285 |
* | 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 | 4 | -8/+8 |
* | 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 | 2 | -0/+4 |
* | 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 | 3 | -43/+5 |
* | 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 |
* | Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. | phk | 1999-11-26 | 1 | -121/+0 |
* | 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 |
* | Fix a warning (unused static declaration without MFS_ROOT) | peter | 1999-11-18 | 1 | -0/+2 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -1/+2 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -2/+6 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -0/+2 |