summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Implement a low-memory deadlock solution.dillon2000-11-181-0/+3
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-261-0/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* s/biowait/bufwait/gphk2000-04-291-1/+1
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-131-9/+5
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-11/+7
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-061-2/+2
* Backed out rev.1.47. It just broke my optimisations for lazy syncingbde1999-01-061-5/+3
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+2
* Restore pre-v1.44 behavior: always copy modified in-core inode to diskluoqi1998-09-151-3/+5
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-031-8/+8
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-031-21/+6
* Slight change to directory cleanupjulian1998-06-141-5/+9
* Correct an error that I made where the vtruncbuf was changed backdyson1998-05-041-2/+2
* Fix an error that I made with an optimization. In the casedyson1998-04-301-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-20/+7
* Add two new functions, get{micro|nano}time.phk1998-03-261-1/+2
* Fix vfs_bio_awrite usage, and correct vtruncbuf usage.dyson1998-03-191-5/+8
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-13/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-9/+47
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Back out recent laptop sync changes. They had significant errors.dyson1998-02-011-7/+1
* Support more intelligent sync operations for MNT_NOATIME.dyson1998-02-011-1/+7
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-2/+7
* Another VFS cleanup "kilo commit"phk1997-10-161-17/+16
* VFS mega cleanup commit (x/N)phk1997-10-161-16/+13
* Removed unused #includes.bde1997-09-021-5/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-2/+2
* 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-27/+23
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) whendg1996-11-051-17/+22
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+3
* Convert QUOTA to new-style option.wollman1996-01-051-1/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-5/+11
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-051-1/+5
OpenPOWER on IntegriCloud