| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Apply patches in rev 1.2 and 1.9 that I forgot | guido | 2000-01-14 | 1 | -2/+3 |
* | 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 |
* | Bring over ipfilter kernel sources, including merging the local modifications. | guido | 2000-01-13 | 15 | -224/+429 |
* | 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 |
* | 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 | 1 | -3/+4 |
* | 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 | 1 | -57/+185 |
* | 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 |
* | Make static non-exported functions from soft updates. | mckusick | 2000-01-09 | 1 | -6/+12 |
* | KERNEL -> _KERNEL | eivind | 2000-01-05 | 5 | -5/+5 |
* | Garbage collect oltr_pci_shutdown | eivind | 1999-12-21 | 1 | -11/+0 |
* | The ipfilter module name wasn't exactly conventional.. | peter | 1999-12-20 | 1 | -1/+1 |
* | The function request_cleanup() had a tsleep() with PCATCH. It is | mckusick | 1999-12-16 | 1 | -1/+1 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | Revamp the devstat priority system. All disks now have the same priority. | ken | 1999-12-08 | 1 | -1/+2 |
* | Last minute patch that I forgot to apply: check return code of iplattach() | guido | 1999-12-06 | 1 | -0/+2 |
* | Revive mlfk_ipl here. This version is slightly changed from | guido | 1999-12-06 | 5 | -7/+181 |
* | Fix typo, add $FreeBSD$ | billf | 1999-12-03 | 1 | -1/+3 |
* | Fix a stray (ifdef'ed) reference to a non-existing file. | peter | 1999-11-29 | 1 | -4/+0 |
* | Get rid of useless osreldate include for KLD/LKM modules (sys/param.h | guido | 1999-11-23 | 1 | -2/+0 |
* | Add kernel parts of revived ipfilter (3.3.3.) | guido | 1999-11-23 | 19 | -0/+10805 |
* | Convert various pieces of code to use vn_isdisk() rather than checking | phk | 1999-11-22 | 1 | -4/+4 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -2/+1 |
* | Finding root devices is a much more sane thing now. | phk | 1999-11-10 | 1 | -7/+8 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -3/+1 |
* | remove unused #includes. | phk | 1999-10-11 | 1 | -2/+0 |
* | Nuke the old antique copy of ipfilter from the tree. This is old enough | peter | 1999-10-10 | 17 | -8628/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -9/+0 |
* | Use devstat_end_transaction_buf() rather than Use devstat_end_transaction() | phk | 1999-09-18 | 1 | -7/+4 |
* | Bite the bullet and allocate the devsw entry at compile time. | phk | 1999-09-12 | 1 | -1/+2 |
* | Use a different tactic when creating the devsw so that disk_create() | phk | 1999-09-12 | 1 | -1/+1 |
* | Update docs for 3.3-R | phk | 1999-09-08 | 2 | -18/+142 |
* | Clean $Log$ debris. | peter | 1999-09-06 | 1 | -2/+1 |
* | Improve the micro "disk" layer after gaining more experience with it. | phk | 1999-09-01 | 1 | -2/+1 |
* | Remove unneeded slice element. | phk | 1999-08-29 | 1 | -1/+0 |
* | Convert to use the new "disk" layer. | phk | 1999-08-29 | 1 | -107/+79 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 17 | -18/+18 |
* | SMP: Release the giant lock while we work the flash array | phk | 1999-08-15 | 1 | -97/+40 |