summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-2/+0
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-1/+0
* 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
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-191-4/+4
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* 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
OpenPOWER on IntegriCloud