summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-18/+18
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+1
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-1/+2
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYbde1998-09-261-42/+63
* Fixed missing newlines in messages in ext2_check_descriptors().bde1998-09-261-8/+12
* Fixed clean flag handling:bde1998-09-261-10/+35
* Fixed the usual missing permissions checks in mount(). As for cd9660,bde1998-09-091-1/+35
* Don't forget to initialize the inode lock. This bug causedbde1998-09-091-0/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-3/+3
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)julian1998-07-301-0/+2
* Don't use "ffs" in an ext2fs sleep message string.bde1998-05-161-3/+14
* As described by the submitter:msmith1998-05-061-1/+0
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-1/+1
* Make this compile after soft updates integration.eivind1998-03-091-4/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-0/+1
* Use the same algorithm as ffs for generation numbers.bde1997-12-021-4/+1
* Removed __FreeBSD__ ifdefs.bde1997-12-021-40/+0
* Use consistent description strings for M_EXT2NODE. This also fixes abde1997-11-201-1/+1
* Reviewed by: various.julian1997-11-121-1/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-0/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-0/+4
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-161-1/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+1
* Mega commit to cleanup the "remaining nits" after my malloc change.phk1997-10-101-7/+5
* Oops, include <sys/conf.h>.kato1997-09-281-0/+1
* Clustered read and write are switched at mount-option level.kato1997-09-271-2/+16
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-6/+4
* 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-041-17/+13
* Removed unused #includes.bde1997-06-141-3/+0
* 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
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-9/+4
* Clean up -Wunused warnings.gpalmer1996-06-121-6/+9
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-251-1/+1
* Convert QUOTA to new-style option.wollman1996-01-051-0/+2
* Staticize.phk1995-12-171-15/+29
* Restored variables that are used iff QUOTA is defined.bde1995-12-101-0/+3
* Correct some serious porting errors. The worst one was that thedyson1995-11-191-0/+29
* ext2_inode_cnv.c:bde1995-11-091-0/+4
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-081-6/+3
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-051-0/+1082
OpenPOWER on IntegriCloud