summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Stylistic overhaul of vnops tables.phk1997-10-153-339/+311
* IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flagsbde1997-10-151-4/+4
* Reset the flag right away, could catch a bogon someday.phk1997-10-141-1/+2
* I think my previous change may have opened a race conditio.phk1997-10-145-13/+17
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-143-8/+8
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-128-13/+27
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-113-3/+9
* Make ufs_reclaim free the underlying inode.phk1997-10-103-7/+15
* Use generic ufs_reclaim().phk1997-10-105-49/+18
* Add type arg to ffs_mountfs and avoid examining v_tag to find outphk1997-10-103-35/+17
* Clustered read and write are switched at mount-option level.kato1997-09-274-23/+24
* Make MFS a supported option, finally.joerg1997-09-221-3/+1
* Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flaggibbs1997-09-211-77/+56
* Update for new buffer queue data structure.gibbs1997-09-212-12/+12
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-10/+10
* [Regarding the previous patch] This is completely wrong.phk1997-09-191-3/+5
* Ffs_alloc allow users to write one block beyond the limit.phk1997-09-181-2/+2
* Convert select -> poll.peter1997-09-146-34/+44
* Update the comment and remove checks now done centrally.phk1997-09-101-16/+16
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-073-18/+10
* Removed unused #includes.bde1997-09-0211-58/+11
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-2/+2
* Uncut&paste cache_lookup().phk1997-08-263-57/+7
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-262-11/+3
* Renamed doclusterread/write to unique names (ffs_doclusterread/write),kato1997-08-252-9/+11
* Fix the "remove optimization" by removing it. Sorry for the trouble.dyson1997-08-221-1/+3
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+2
* Performance improvment to minimize delayed write output of filesdyson1997-08-211-1/+7
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-165-16/+16
* We got a couple of "map mismatch" panics from the followingphk1997-08-041-2/+2
* Removed unused #includes.bde1997-08-0211-50/+11
* Always mark st_ctime for update upon successful completion ofbde1997-07-131-7/+4
* Use the correct size for a sector in the search for a label inbde1997-07-131-3/+3
* Removed semicolon from the end of a #define.bde1997-07-131-2/+2
* Fixed comment about i_spare.bde1997-07-131-2/+2
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-152-2/+13
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-7/+11
* Fix warnings (from LINT). Missing static prototype, missing vm includespeter1997-05-251-1/+9
* Shrink struct inode by 20 bytes, so that malloc wastes less space.phk1997-05-221-2/+2
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-9/+2
* Mount MFS read/write as in days of yore.jkh1997-04-281-1/+4
* Use smalllblktosize() instead of multiplying small block numbersbde1997-04-101-4/+4
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofbde1997-04-011-2/+6
* Treat symlinks as first class citizens with their own uid/gid rather thanpeter1997-03-312-7/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-6/+3
* Fixed corrupted newline and corrupted tab in previous commit.bde1997-03-241-2/+3
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-233-16/+11
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-233-6/+6
* Merged the rest of lfs from Lite2. It compiles (uncleanly) but is asbde1997-03-239-185/+460
* Merged enough of lfs from Lite2 for mkdep of LINT to work again.bde1997-03-222-179/+218
OpenPOWER on IntegriCloud