| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 2 | -62/+12 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 14 | -170/+67 |
* | Staticize the ufs vnops member functions. | phk | 1997-10-16 | 2 | -39/+37 |
* | Remove an overlapping variable I created in last round. | phk | 1997-10-16 | 2 | -21/+13 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 20 | -247/+141 |
* | Two more places where root filesystems were mounted, put them at the head of | julian | 1997-10-16 | 1 | -2/+2 |
* | vnops megacommit | phk | 1997-10-15 | 5 | -237/+180 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 3 | -56/+56 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 3 | -339/+311 |
* | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags | bde | 1997-10-15 | 1 | -4/+4 |
* | Reset the flag right away, could catch a bogon someday. | phk | 1997-10-14 | 1 | -1/+2 |
* | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 5 | -13/+17 |
* | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 3 | -8/+8 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 8 | -13/+27 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 3 | -3/+9 |
* | Make ufs_reclaim free the underlying inode. | phk | 1997-10-10 | 3 | -7/+15 |
* | Use generic ufs_reclaim(). | phk | 1997-10-10 | 5 | -49/+18 |
* | Add type arg to ffs_mountfs and avoid examining v_tag to find out | phk | 1997-10-10 | 3 | -35/+17 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 4 | -23/+24 |
* | Make MFS a supported option, finally. | joerg | 1997-09-22 | 1 | -3/+1 |
* | Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag | gibbs | 1997-09-21 | 1 | -77/+56 |
* | Update for new buffer queue data structure. | gibbs | 1997-09-21 | 2 | -12/+12 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -10/+10 |
* | [Regarding the previous patch] This is completely wrong. | phk | 1997-09-19 | 1 | -3/+5 |
* | Ffs_alloc allow users to write one block beyond the limit. | phk | 1997-09-18 | 1 | -2/+2 |
* | Convert select -> poll. | peter | 1997-09-14 | 6 | -34/+44 |
* | Update the comment and remove checks now done centrally. | phk | 1997-09-10 | 1 | -16/+16 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 3 | -18/+10 |
* | Removed unused #includes. | bde | 1997-09-02 | 11 | -58/+11 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -2/+2 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 3 | -57/+7 |
* | Back out some incorrect changes that was worse than the original bug. | dyson | 1997-08-26 | 2 | -11/+3 |
* | Renamed doclusterread/write to unique names (ffs_doclusterread/write), | kato | 1997-08-25 | 2 | -9/+11 |
* | Fix the "remove optimization" by removing it. Sorry for the trouble. | dyson | 1997-08-22 | 1 | -1/+3 |
* | This is a trial improvement for the vnode reference count while on the vnode | dyson | 1997-08-22 | 1 | -2/+2 |
* | Performance improvment to minimize delayed write output of files | dyson | 1997-08-21 | 1 | -1/+7 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 5 | -16/+16 |
* | We got a couple of "map mismatch" panics from the following | phk | 1997-08-04 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-08-02 | 11 | -50/+11 |
* | Always mark st_ctime for update upon successful completion of | bde | 1997-07-13 | 1 | -7/+4 |
* | Use the correct size for a sector in the search for a label in | bde | 1997-07-13 | 1 | -3/+3 |
* | Removed semicolon from the end of a #define. | bde | 1997-07-13 | 1 | -2/+2 |
* | Fixed comment about i_spare. | bde | 1997-07-13 | 1 | -2/+2 |
* | Fix a problem with the VN device. Specifically, the VN device can | dyson | 1997-06-15 | 2 | -2/+13 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 1 | -7/+11 |
* | Fix warnings (from LINT). Missing static prototype, missing vm includes | peter | 1997-05-25 | 1 | -1/+9 |
* | Shrink struct inode by 20 bytes, so that malloc wastes less space. | phk | 1997-05-22 | 1 | -2/+2 |
* | Remove redundant check for vp == dvp (done in VFS before calling). | phk | 1997-05-17 | 1 | -9/+2 |
* | Mount MFS read/write as in days of yore. | jkh | 1997-04-28 | 1 | -1/+4 |