aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r203818:Konstantin Belousov2010-02-201-1/+3
* MFC r188240:Edward Tomasz Napierala2009-03-011-4/+4
* MFC r182366:Konstantin Belousov2009-02-141-1/+11
* Merge r187790 from head to stable/7:Robert Watson2009-02-061-7/+16
* MFC: Turn most ffs 'DIAGNOSTIC's into INVARIANTS.David E. O'Brien2008-02-151-17/+17
* MFC: rev 1.149: Fix a broken DIAGNOSTICS/INVARIANTS check to handle a blockDavid E. O'Brien2008-01-011-2/+4
* Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdirBjoern A. Zeeb2007-09-101-1/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+2
* Account for di_blocks allocations when IN_SPACECOUNTED is set in anBrian Somers2007-02-231-3/+28
* Quota system cleanup.Mike Pritchard2007-01-201-1/+1
* Fix a spelling error in some comments. heirarchy -> hierarchy.Mike Pritchard2007-01-161-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+3
* Drop two unnecessary casts.Stefan Farfeleder2006-07-181-2/+2
* - Move softdep from using a global worklist to per-mount worklists. ThisJeff Roberson2006-03-021-3/+3
* Rate limit filesystem full and out of inodes messages to once aPaul Saab2005-10-311-6/+21
* Avoid unintended VMIO on directories and symlinks due to leftover objectTor Egge2005-10-101-0/+1
* Reinitialize v_type and v_op fields in case vnode has been reused withoutTor Egge2005-10-091-0/+5
* Initialize the inode i_flag field in ffs_valloc() to clean up anyDon Lewis2005-10-031-0/+1
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-6/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+6
* The recomputation of file system summary at mount time can be aXin LI2005-02-201-1/+68
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.Poul-Henning Kamp2005-02-101-5/+5
* Don't use the UFS_* and VFS_* functions where a direct call is possble.Poul-Henning Kamp2005-02-081-6/+6
* - Don't use atomic operations to deal with the active array, insteadJeff Roberson2005-01-241-96/+183
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fixes a bug that caused UFS2 filesystems bigger than 2TB toKirk McKusick2004-12-091-9/+9
* Move UFS from DEVFS backing to GEOM backing.Poul-Henning Kamp2004-10-291-3/+0
* Explicitly break out NETA license from Berkeley license to clearlyRobert Watson2004-10-201-0/+21
* Remove the buffercache/vnode side of BIO_DELETE processing inPoul-Henning Kamp2004-09-131-1/+0
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properAlexander Kabaev2004-07-281-8/+8
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Style fixup in previous commit.Ken Smith2004-05-191-4/+2
* Change ffs_realloccg() to set the valid bits for the extended part of theKen Smith2004-05-141-2/+10
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Avoid doing bawrite to initialize inode block while holding cylinderAlexander Kabaev2004-03-161-1/+3
* Tweak the calculation of minbfree in ffs_dirpref() so that onlyDon Lewis2003-10-311-7/+7
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Remove unused local variables.Poul-Henning Kamp2003-05-311-4/+4
* Minor fixes to ffs_fserr():John Baldwin2003-03-201-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-1/+1
* This patch fixes a bug on an active filesystem on which a snapshotKirk McKusick2003-02-221-0/+41
* Replace use of random() with arc4random() to provide less guessableKirk McKusick2003-02-141-2/+2
* Correct lines incorrectly added to the copyright message.Kirk McKusick2003-02-141-3/+0
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* When compiling the kernel do not implicitly include filedesc.h from proc.h,Alfred Perlstein2003-01-011-0/+1
* Cosmetic cleanup of unsigned buglets.Kirk McKusick2002-12-181-5/+5
* More tightly verify the preference returned for the new inode.Kirk McKusick2002-12-061-1/+1