summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-181-0/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* - Use the new vop_stdfsync instead of recreating our own.jeff2003-02-091-49/+3
* Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().phk2003-01-281-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-9/+0
* Be consistent about functions being static.phk2002-10-161-16/+16
* - Lock access to the buf lists.jeff2002-09-251-10/+13
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-11/+4
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-4/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-3/+3
* vfs_syscalls.c:bde2002-09-101-51/+6
* In order to better support flexible and extensible access control,rwatson2002-08-151-5/+7
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-121-7/+8
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+6
* Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-181-1/+1
* Remove register keyword.iedowse2002-05-161-10/+10
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-118/+996
* Fixed syntax errors (garbage after #endif; just editing errors in thisbde2002-05-131-4/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Repaired CSRG id. This file was not in Lite1; it was just cloned from abde2002-03-231-1/+1
* Remove __P.alfred2002-03-191-12/+12
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+1
* KSE Milestone 2julian2001-09-121-22/+22
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofbde2000-11-041-1/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-151-0/+1
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).bde2000-03-031-11/+23
* 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
OpenPOWER on IntegriCloud