summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-23/+0
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+1
* Suser() simplification:phk1999-04-271-1/+1
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-021-0/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-18/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-3/+3
* "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-121-1/+0
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepbde1998-05-161-1/+1
* In the words of the submitter:msmith1998-05-071-22/+13
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+5
* Style nits and staticism with the previous commit.msmith1998-03-011-6/+6
* Add local stup putpages/getpages routines.msmith1998-03-011-0/+33
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
* Make LINT at least compile. This faithfully duplicate the changeseivind1998-02-041-8/+8
* 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
* Fix the copyright and attribution on this file. I forgot thisphk1997-12-021-0/+6
* Removed __FreeBSD__ ifdefs.bde1997-12-021-20/+0
* Fixed missing #include of "opt_quota.h".bde1997-11-241-508/+505
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-181-0/+1020
* 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
* Another VFS cleanup "kilo commit"phk1997-10-161-4/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-6/+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
* Mega commit to cleanup the "remaining nits" after my malloc change.phk1997-10-101-3/+3
* Clustered read and write are switched at mount-option level.kato1997-09-271-11/+0
* Convert select -> poll.peter1997-09-141-3/+5
* Uncut&paste cache_lookup().phk1997-08-261-1/+2
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamedkato1997-08-241-21/+5
* Added sysctl args vfs.ext2fs.doclusterread andkato1997-08-231-9/+15
* Removed unused #includes.bde1997-06-141-6/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-5/+1
* Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaimdyson1997-02-261-3/+4
* Updated #includes to 4.4Lite style.bde1996-09-101-1/+1
* Staticize.phk1995-12-171-9/+13
* Restored used includes of <vm/vm_extern.h>.bde1995-12-101-0/+1
* Correct some serious porting errors. The worst one was that thedyson1995-11-191-4/+0
* Get rid of the last debug sysctl variables of the old style.phk1995-11-141-2/+2
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-132/+132
* Omitted a '#if FIFO' in ext2_vnops.cdyson1995-11-061-0/+2
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-051-0/+338
OpenPOWER on IntegriCloud