summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-041-3/+1
* 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
* Background fsck sysctl operations must use vn_start_write andmckusick2001-04-171-8/+14
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-101-17/+112
* Fix typo ); -> ,asmodai2001-03-241-1/+1
* Check that background fsck operation is being done on a ufs filesystem.mckusick2001-03-231-0/+2
* Add kernel support for running fsck on active filesystems.mckusick2001-03-211-14/+219
* Report the correct inode number when panicing with freeing free inode.mckusick2001-03-211-14/+14
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Minor change: fix warning - move a 'struct vnode *vp' declaration inside apeter2000-07-281-0/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+16
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Use 64-bit math to decide if optimization needs to be changed.mckusick2000-03-151-30/+48
* Several performance improvements for soft updates have been added:mckusick2000-01-101-0/+7
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Preferentially allocate the first indirect block in the samemckusick1999-12-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix bug introduced in rev 1.28, which causes kernel build to break forsheldonh1999-08-241-2/+4
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-17/+20
* Try and fix a dev_t/major/minor etc nit.peter1999-05-121-3/+3
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-6/+3
* Ifdefed the conditionally used variable `prtrealloc'. Declare itbde1999-01-061-2/+4
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-131-14/+4
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-071-1/+3
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+2
* Removed unused includes.bde1998-08-171-2/+3
* Fixed printf format errors.bde1998-07-111-19/+21
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-6/+6
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-23/+70
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Fix a small style bug in the generation number change (rev.1.33) beforebde1997-12-021-2/+2
* Staticized.bde1997-11-221-3/+6
* Unremoved prtrealloc and the declaration of ffs_clusteralloc(). Thesebde1997-11-221-1/+9
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-2/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-24/+18
* I think my previous change may have opened a race conditio.phk1997-10-141-4/+1
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-141-1/+4
* [Regarding the previous patch] This is completely wrong.phk1997-09-191-3/+5
* Ffs_alloc allow users to write one block beyond the limit.phk1997-09-181-2/+2
* Removed unused #includes.bde1997-09-021-4/+1
* We got a couple of "map mismatch" panics from the followingphk1997-08-041-2/+2
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-231-6/+3
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-2/+2
* Update a number of panic messages to reflect the actual namempp1997-03-091-7/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud