summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* `nextgennumber' can go away now that is no longer (ab)used by foreignbde1997-12-021-2/+1
* Use the same algorithm as ffs for generation numbers.bde1997-12-021-6/+3
* Fix a small style bug in the generation number change (rev.1.33) beforebde1997-12-021-2/+2
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-241-7/+14
* Staticized.bde1997-11-223-11/+13
* Unremoved prtrealloc and the declaration of ffs_clusteralloc(). Thesebde1997-11-221-1/+9
* Fixed marking of access time for special files and fifos (don't dobde1997-11-201-8/+9
* Removed an unused #include in the `#ifdef KERNEL' case.bde1997-11-181-5/+3
* unifdef -UEXT2FSphk1997-11-181-110/+1
* oops, fix left out semicolon in code I patched by hand.julian1997-11-131-7/+7
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-2/+102
* Reviewed by: various.julian1997-11-123-6/+6
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-7/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-9/+5
* Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.tegge1997-11-012-4/+6
* Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.tegge1997-11-012-4/+24
* Removed unused #includes. The need for most of them went away withbde1997-10-274-19/+7
* Forward declare precisely the structs that are actually used in this header.bde1997-10-271-7/+9
* VFS interior redecoration.phk1997-10-262-3/+4
* I belive this fixes MFS after I broke it.phk1997-10-201-6/+14
* This might fix the mfs_badop problem left over with the cool VFS fixes.dyson1997-10-191-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-172-62/+12
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-1614-170/+67
* Staticize the ufs vnops member functions.phk1997-10-162-39/+37
* Remove an overlapping variable I created in last round.phk1997-10-162-21/+13
* VFS mega cleanup commit (x/N)phk1997-10-1620-247/+141
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-161-2/+2
* vnops megacommitphk1997-10-155-237/+180
* Hmm, realign the vnops into two columns.phk1997-10-153-56/+56
* 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
OpenPOWER on IntegriCloud