summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-171-6/+26
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-1/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Extend the sanity checks in ufs_lookup to ensure that each directoryiedowse2001-02-041-1/+2
* Use the correct flags field when checking for a read-only filesystemiedowse2001-02-031-1/+1
* Several small but important fixes for snapshots:mckusick2000-12-191-2/+2
* Preventing runaway kernel soft updates memory, take three.mckusick2000-12-131-1/+6
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-191-3/+2
* o Substitute suser() calls for direct credential checks, which is nowrwatson2000-09-181-1/+1
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set bybp2000-09-171-13/+30
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-261-0/+14
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-2/+2
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-151-3/+3
* In the 'found' case for ufs_lookup() the underlying bp's data wasdillon2000-03-091-1/+1
* Several performance improvements for soft updates have been added:mckusick2000-01-101-7/+10
* Add sysctl debug.dircheck to allow directory sanity checking to be turneddillon1999-10-301-0/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-131-9/+12
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-5/+5
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-4/+2
* Fixed printf format errors.bde1998-07-111-3/+3
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-87/+176
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* VM level code cleanups.dyson1998-01-221-1/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-9/+9
* Update the comment and remove checks now done centrally.phk1997-09-101-16/+16
* Removed unused #includes.bde1997-09-021-2/+1
* Uncut&paste cache_lookup().phk1997-08-261-53/+2
* Treat symlinks as first class citizens with their own uid/gid rather thanpeter1997-03-311-2/+1
* Update a number of routines to reflect the actual namempp1997-03-091-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-48/+103
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use bowrite instead of VOP_BWRITE in a few cases. This can probably be takengibbs1996-09-061-5/+5
* This commit causes UFS to perform at Linux EXT2FS metadata rates. Afterdyson1995-11-061-4/+20
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-1/+4
* use roundup2 to avoid a bunch of 64bit divides.phk1995-10-061-5/+5
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-25/+25
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-2/+1
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-081-22/+39
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+970
OpenPOWER on IntegriCloud