summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate().jeff2005-04-051-105/+104
* - Fix an assert now that the XLOCK no longer exists.jeff2005-03-131-4/+1
* - Add VOP locking asserts in several functions that have been implicated injeff2005-02-221-0/+3
* - In the softupdates case for ffs_truncate() we use vinvalbuf() tojeff2005-02-091-0/+1
* Don't use the UFS_* and VFS_* functions where a direct call is possble.phk2005-02-081-4/+4
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-3/+3
* - Acquire the ufs lock when manipulating some fields of struct fs.jeff2005-01-241-7/+13
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-3/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-3/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-2/+2
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-1/+1
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-281-16/+19
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-181-0/+1
* - In ffs_update() assert that either the vnode lock or the XLOCK is held.jeff2003-10-051-0/+4
* Use __FBSDID().obrien2003-06-111-1/+3
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* - 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
OpenPOWER on IntegriCloud