summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Stylistic overhaul of vnops tables.phk1997-10-151-129/+127
* 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-143-7/+9
* 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-123-4/+10
* 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
* Uncut&paste cache_lookup().phk1997-08-263-51/+4
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamedkato1997-08-242-23/+7
* Added sysctl args vfs.ext2fs.doclusterread andkato1997-08-232-9/+28
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tdyson1997-08-044-19/+38
* Fixed comment about i_spare.bde1997-07-131-2/+2
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-151-0/+6
* Removed unused #includes.bde1997-06-149-25/+2
* Shrink struct inode by 20 bytes, so that malloc wastes less space.phk1997-05-221-2/+2
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to bedfr1997-04-051-0/+26
* Fixed gratuitous ANSIisms.bde1997-04-014-14/+17
* Use __i386__ instead of i386 in ifdefs.bde1997-04-013-5/+9
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofbde1997-04-011-2/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-225-23/+11
* Update a number of routines to reflect the actual namempp1997-03-091-2/+2
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.bde1997-03-031-3/+1
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsbde1997-03-031-8/+0
* Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaimdyson1997-02-261-3/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-224-4/+4
* Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long tobde1997-02-122-4/+4
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1010-180/+176
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-1/+2
* Fixed lookup of ".." in checkpath. It always failed, so renames ofbde1996-11-091-1/+1
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedbde1996-11-081-1/+1
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.bde1996-11-081-12/+17
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-202-16/+16
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
* Updated #includes to 4.4Lite style.bde1996-09-101-1/+1
* Clean up -Wunused warnings.gpalmer1996-06-123-7/+13
OpenPOWER on IntegriCloud