summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Style fixup in previous commit.kensmith2004-05-191-4/+2
* Change ffs_realloccg() to set the valid bits for the extended part of thekensmith2004-05-141-2/+10
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Avoid doing bawrite to initialize inode block while holding cylinderkan2004-03-161-1/+3
* Tweak the calculation of minbfree in ffs_dirpref() so that onlytruckman2003-10-311-7/+7
* Use __FBSDID().obrien2003-06-111-1/+3
* Remove unused local variables.phk2003-05-311-4/+4
* Minor fixes to ffs_fserr():jhb2003-03-201-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* This patch fixes a bug on an active filesystem on which a snapshotmckusick2003-02-221-0/+41
* Replace use of random() with arc4random() to provide less guessablemckusick2003-02-141-2/+2
* Correct lines incorrectly added to the copyright message.mckusick2003-02-141-3/+0
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* Cosmetic cleanup of unsigned buglets.mckusick2002-12-181-5/+5
* More tightly verify the preference returned for the new inode.mckusick2002-12-061-1/+1
* intmax_t is printed with %jd, not %lld.obrien2002-09-191-7/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+4
* Fix braino in last commit.phk2002-07-301-3/+0
* Move ffs_isfreeblock() to ffs_alloc.c and make it static.phk2002-07-301-0/+25
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-3/+4
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-161-2/+2
* Fixed some printf format errors (4 new ones reported by gcc and 5 nearbybde2002-07-081-7/+7
* Warning fixes for 64 bits platforms. This eliminates all themux2002-06-231-4/+4
* This patch fixes a problem whereby filesystems that ranmckusick2002-06-221-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-228/+449
* More s/file system/filesystem/gtrhodes2002-05-161-7/+7
* Remove register keyword.phk2002-05-131-22/+22
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Remove __P.alfred2002-03-191-15/+13
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+3
* Occationally background fsck would cause a spurious ``freeing freemckusick2002-02-071-0/+4
* When taking a snapshot, we must check for active files that havemckusick2002-02-021-65/+74
* This patch fixes a long standing complaint with soft updates inmckusick2002-01-221-6/+22
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+3
* Change the atomic_set_char to atomic_set_int and atomic_clear_charmckusick2001-12-181-8/+6
* Minimize the time necessary to suspend operations on a filesystemmckusick2001-12-141-0/+14
* o Replace two direct uid!=0 comparisons with suser_xxx() calls.rwatson2001-10-021-2/+2
* Fix warning:peter2001-06-151-1/+1
* 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
OpenPOWER on IntegriCloud