summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* - Convert locks to use standard macros.jeff2002-09-251-0/+2
* Don't call softdep_slowdown() if soft updates are not active on theiedowse2002-08-051-1/+1
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-21/+81
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-231-6/+6
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-56/+82
* Remove register keyword.phk2002-05-131-10/+10
* Remove __P.alfred2002-03-191-2/+2
* When taking a snapshot, we must check for active files that havemckusick2002-02-021-4/+6
* Put write on read-only filesystem panic after we have weeded outmckusick2002-01-161-2/+2
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-151-2/+4
* When a file is partially truncated, we first check to see if themckusick2001-12-131-0/+12
* KSE Milestone 2julian2001-09-121-5/+5
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-0/+2
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-2/+2
* 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
* Get rid of spurious check in ffs_truncate for i_size == lengthmckusick2000-12-191-2/+0
* Preventing runaway kernel soft updates memory, take three.mckusick2000-12-131-2/+2
* 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
OpenPOWER on IntegriCloud