summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-0/+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
* Add kernel support for running fsck on active filesystems.mckusick2001-03-211-0/+8
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-191-2/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-1/+2
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-3/+3
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-2/+10
* Move prtactive to vfs from ufs. It is used all over the place.phk2000-06-271-2/+0
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-9/+4
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-031-2/+8
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* `nextgennumber' can go away now that is no longer (ab)used by foreignbde1997-12-021-2/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-2/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-3/+3
* I think my previous change may have opened a race conditio.phk1997-10-141-1/+6
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-141-6/+1
* Make ufs_reclaim free the underlying inode.phk1997-10-101-4/+11
* Removed unused #includes.bde1997-09-021-6/+1
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-2/+2
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+2
* 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-68/+20
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert QUOTA to new-style option.wollman1996-01-051-1/+3
* Changes to existing files for ext2fs support. The UFS mods need reworkdyson1995-11-051-1/+4
* Change panic messges that are ffs_blah functions to say they are ffs notgibbs1995-01-041-3/+3
* Add back variable declaration removed by wrong prevous cleanups.ache1994-10-151-1/+4
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-081-2/+2
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+188
OpenPOWER on IntegriCloud