summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-17/+10
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-252-6/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-193-7/+11
* Convert QUOTA to new-style option.wollman1996-01-053-0/+6
* Staticize.phk1995-12-174-43/+44
* Restored variables that are used iff QUOTA is defined.bde1995-12-102-0/+6
* Restored used includes of <vm/vm_extern.h>.bde1995-12-102-0/+2
* Correct some serious porting errors. The worst one was that thedyson1995-11-193-9/+41
* Get rid of the last debug sysctl variables of the old style.phk1995-11-142-3/+3
* ext2_inode_cnv.c:bde1995-11-097-24/+35
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-135/+135
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-087-38/+26
OpenPOWER on IntegriCloud