aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-1213/+0
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).Bruce Evans2000-03-031-11/+23
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-23/+0
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-2/+7
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-2/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatWarner Losh1999-03-021-0/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-18/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-3/+3
* "The releaseing of the reference and lock is not temporary and belongsMike Smith1998-08-121-1/+0
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepBruce Evans1998-05-161-1/+1
* In the words of the submitter:Mike Smith1998-05-071-22/+13
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* Style nits and staticism with the previous commit.Mike Smith1998-03-011-6/+6
* Add local stup putpages/getpages routines.Mike Smith1998-03-011-0/+33
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Make LINT at least compile. This faithfully duplicate the changesEivind Eklund1998-02-041-8/+8
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+1
* Convert SUIDDIR fully to a new-style option.Eivind Eklund1997-12-151-0/+1
* Fix the copyright and attribution on this file. I forgot thisPoul-Henning Kamp1997-12-021-0/+6
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-20/+0
* Fixed missing #include of "opt_quota.h".Bruce Evans1997-11-241-508/+505
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,Poul-Henning Kamp1997-11-181-0/+1020
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-5/+0
* I guess nobody uses ext2fs in current ?Poul-Henning Kamp1997-10-261-0/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-4/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-6/+1
* vnops megacommitPoul-Henning Kamp1997-10-151-107/+3
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-21/+21
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-129/+127
* Mega commit to cleanup the "remaining nits" after my malloc change.Poul-Henning Kamp1997-10-101-3/+3
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-11/+0
* Convert select -> poll.Peter Wemm1997-09-141-3/+5
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-1/+2
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. RenamedKATO Takenori1997-08-241-21/+5
* Added sysctl args vfs.ext2fs.doclusterread andKATO Takenori1997-08-231-9/+15
* Removed unused #includes.Bruce Evans1997-06-141-6/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-5/+1
* Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaimJohn Dyson1997-02-261-3/+4
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-1/+1
* Staticize.Poul-Henning Kamp1995-12-171-9/+13
* Restored used includes of <vm/vm_extern.h>.Bruce Evans1995-12-101-0/+1
* Correct some serious porting errors. The worst one was that theJohn Dyson1995-11-191-4/+0
* Get rid of the last debug sysctl variables of the old style.Poul-Henning Kamp1995-11-141-2/+2
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-132/+132