summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-141-2/+2
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-2/+2
* o Permit UFS Extended Attributes to be associated with special devicesrwatson2000-09-211-0/+8
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-2/+12
* Revert part of my bioops change which implemented panic(8).phk2000-06-161-2/+0
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-2/+5
* 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/+7
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+2
* Several performance improvements for soft updates have been added:mckusick2000-01-101-19/+30
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-221-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-6/+7
* On our final pass through ffs_fsync, do all I/O synchronously so thatmckusick1999-06-181-7/+8
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-141-1/+6
* When fsync'ing a file on a filesystem using soft updates, we first trymckusick1999-03-021-10/+18
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-4/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-4/+4
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-241-6/+2
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-071-4/+1
* Back out John's changes 1.45 -> 1.46julian1998-06-101-21/+17
* Add missing splx()julian1998-05-111-1/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Softdep_sync_metadata appears to expect that it is called at splbio,dyson1998-03-211-12/+17
* Fix vfs_bio_awrite usage, and correct vtruncbuf usage.dyson1998-03-191-6/+9
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-28/+69
* In the author's words:msmith1998-02-261-1/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Back out recent laptop sync changes. They had significant errors.dyson1998-02-011-16/+3
* Support more intelligent sync operations for MNT_NOATIME.dyson1998-02-011-3/+16
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-7/+32
* Removed unused #includes. The need for most of them went away withbde1997-10-271-5/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-5/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-7/+1
* vnops megacommitphk1997-10-151-121/+4
* Hmm, realign the vnops into two columns.phk1997-10-151-25/+25
* Stylistic overhaul of vnops tables.phk1997-10-151-145/+137
* Add type arg to ffs_mountfs and avoid examining v_tag to find outphk1997-10-101-24/+4
* Clustered read and write are switched at mount-option level.kato1997-09-271-11/+1
* Convert select -> poll.peter1997-09-141-4/+12
* Removed unused #includes.bde1997-09-021-6/+1
* Uncut&paste cache_lookup().phk1997-08-261-2/+3
* Renamed doclusterread/write to unique names (ffs_doclusterread/write),kato1997-08-251-6/+8
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-2/+2
* Fixed connection of vfs.ffs node to the sysctl tree.bde1997-03-041-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud