summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Following a fair amount of real world experience with ACLs andrwatson2009-01-271-1/+1
* The r187467 should remove all pages for V_NORMAL case too, becausekib2009-01-201-8/+17
* When extending inode size, we call vnode_pager_setsize(), to have akib2009-01-201-1/+3
* FFS puts the extended attributes blocks at the negative blocks for thekib2009-01-201-0/+9
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+2
* When downgrading the read-write mount to read-only, do_unmount() setskib2008-09-161-0/+8
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-4/+5
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-081-3/+3
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-101-5/+7
* - 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
OpenPOWER on IntegriCloud