History log of /csrg-svn/sys/ufs/ffs/ffs_alloc.c (Results 1 – 25 of 126)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69705 26-May-1995 mckusick

yet more cluster checks

# 69190 03-May-1995 mckusick

give up on rotational layout if there is only one rotational position

# 68664 30-Mar-1995 mckusick

doasyncfree and prtrealloc move FFS sysctl variables

# 68554 21-Mar-1995 mckusick

daddr_t => ufs_daddr_t

# 68336 15-Feb-1995 mckusick

more debugging for clustering

# 68122 02-Jan-1995 mckusick

convert quad => int64_t (from mycroft)

# 68112 02-Jan-1995 mckusick

more consistent with DEBUG (from mycroft)

# 67871 27-Oct-1994 mckusick

add more debugging code for ffs_reallocblks

# 67869 27-Oct-1994 mckusick

use and maintain fs_maxcluster array

# 67392 15-Jun-1994 mkm

debugging sysctl needs to be ifdef DEBUG (from mycroft)

# 66176 21-Feb-1994 mckusick

conditionally avoid synchronous writes (and indicate real fix)

# 66086 14-Feb-1994 mckusick

If the offset within the indirect block of the "end block" of our
current cluster is greater than the length of the cluster, then we know
that the start block of the cluster must also be in that indi

If the offset within the indirect block of the "end block" of our
current cluster is greater than the length of the cluster, then we know
that the start block of the cluster must also be in that indirect block
(since the cluster is contiguous) hence the entire cluster is mapped by
a single indirect block (or completely in the direct blocks if end_lvl == 0).
From: mike@cs.utah.edu (Mike Hibler)

show more ...

# 65999 05-Feb-1994 mckusick

first cut at improving cluster allocation

# 65718 13-Jan-1994 bostic

lint

# 65468 04-Jan-1994 bostic

lint

# 64603 23-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 64508 21-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 63371 11-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 57000 04-Dec-1992 mckusick

take next available block on drives of unknown geometry

# 56665 02-Nov-1992 margo

Detect contiguous allocation at the beginning of files and
indirect blocks so that you can allocate "maxcontig" blocks before paying
a rot-delay.

# 54653 03-Jul-1992 mckusick

delete USES; add parameter declarations; streamline unmarshalling

# 53865 04-Jun-1992 heideman

registerized vnodeop ops after vnode interface conversion

# 53583 15-May-1992 heideman

vnodeop argument macro expansion

# 53577 15-May-1992 heideman

ffs_vfree now returns a (0) error

# 53519 14-May-1992 heideman

vnode interface conversion

123456