summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
Commit message (Expand)AuthorAgeFilesLines
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-304-9/+9
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-282-0/+2
* Add two new functions, get{micro|nano}time.phk1998-03-261-24/+1
* Make this compile after soft updates integration.eivind1998-03-091-4/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+10
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-0/+1
* Style nits and staticism with the previous commit.msmith1998-03-011-6/+6
* Add local stup putpages/getpages routines.msmith1998-03-011-0/+33
* Fixed configuration and linkage of ext2_checkoverlap().bde1998-02-132-8/+5
* Back out DIAGNOSTIC changes.eivind1998-02-067-12/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-047-1/+12
* Make LINT at least compile. This faithfully duplicate the changeseivind1998-02-041-8/+8
* Retire LFS.phk1998-01-302-6/+2
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-6/+38
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+1
* Convert SUIDDIR fully to a new-style option.eivind1997-12-151-0/+1
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-053-0/+3
* Needs to include <sys/lock.h> if we're using struct lock.jkh1997-12-051-1/+2
* Fixed corruption of the per-group used directories count. It wasn'tbde1997-12-031-3/+4
* Fix the copyright and attribution on this file. I forgot thisphk1997-12-021-0/+6
* Use the same algorithm as ffs for generation numbers.bde1997-12-022-9/+3
* Removed __FreeBSD__ ifdefs.bde1997-12-0213-187/+0
* Fixed missing #include of "opt_quota.h".bde1997-11-241-508/+505
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-241-7/+14
* Use consistent description strings for M_EXT2NODE. This also fixes abde1997-11-201-1/+1
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-181-0/+1020
* Reviewed by: various.julian1997-11-121-1/+1
* Removed unused #includes. The need for most of them went away withbde1997-10-271-5/+0
* I guess nobody uses ext2fs in current ?phk1997-10-261-0/+1
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-2/+2
* Another VFS cleanup "kilo commit"phk1997-10-167-24/+23
* VFS mega cleanup commit (x/N)phk1997-10-169-74/+70
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-161-1/+1
* vnops megacommitphk1997-10-151-107/+3
* Hmm, realign the vnops into two columns.phk1997-10-151-21/+21
* Stylistic overhaul of vnops tables.phk1997-10-151-129/+127
* I think my previous change may have opened a race conditio.phk1997-10-142-3/+2
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-141-0/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-122-2/+7
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+1
* Make ufs_reclaim free the underlying inode.phk1997-10-101-1/+2
* Mega commit to cleanup the "remaining nits" after my malloc change.phk1997-10-102-10/+8
* `numdirtybuffers' was not maintained properly. This caused excessivebde1997-10-071-2/+4
* Oops, include <sys/conf.h>.kato1997-09-281-0/+1
* Clustered read and write are switched at mount-option level.kato1997-09-274-28/+18
* Make MFS a supported option, finally.joerg1997-09-221-3/+1
* Convert select -> poll.peter1997-09-141-3/+5
* Remove some stuff from lookup which is now handled centrally.phk1997-09-101-11/+0
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-6/+4
* Removed unused #includes.bde1997-09-021-3/+1
OpenPOWER on IntegriCloud