summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* MFufs 1.33:bde2002-10-181-1/+1
* In order to better support flexible and extensible access control,rwatson2002-08-151-2/+2
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-121-3/+5
* Give ext2fs its own static "dirchk" variable instead of using ufs'siedowse2002-05-161-4/+12
* Remove register keyword.iedowse2002-05-161-12/+12
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-16/+33
* Moved $FreeBSD$ to the correct place.bde2002-03-231-2/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-3/+2
* Remove __P.alfred2002-03-191-2/+2
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-5/+10
* KSE Milestone 2julian2001-09-121-15/+15
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Fixed some serious bugs in ext2_readdir():bde2000-09-121-11/+22
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-151-0/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-4/+4
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).bde2000-03-031-1/+1
* Support filesystems with the not-so-new "filetype" feature. Thisbde2000-01-051-66/+95
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-16/+16
* Fixed printf format errors.bde1998-07-111-1/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+2
* Removed __FreeBSD__ ifdefs.bde1997-12-021-4/+0
* VFS mega cleanup commit (x/N)phk1997-10-161-7/+7
* Remove some stuff from lookup which is now handled centrally.phk1997-09-101-11/+0
* Uncut&paste cache_lookup().phk1997-08-261-49/+1
* Removed unused #includes.bde1997-06-141-1/+0
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to bedfr1997-04-051-0/+26
* Fixed gratuitous ANSIisms.bde1997-04-011-5/+6
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-14/+15
* 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
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+0
* ext2_inode_cnv.c:bde1995-11-091-3/+10
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-081-18/+5
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-051-0/+1083
OpenPOWER on IntegriCloud