summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs
AgeCommit message (Expand)Author
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-21Fix usage of fifth argument to pool_init().simonb
2003-12-17set VBWAIT when waiting v_numoutput to be drained.yamt
2003-12-17remove a redundant substitution.yamt
2003-12-16- reduce code duplication.yamt
2003-12-16g/c lfs_no_inactive.yamt
2003-12-04Dynamic sysctl.atatat
2003-12-04use b_private rather than b_saveaddr.yamt
2003-11-25use FINFOSIZE macro.yamt
2003-11-07- tweak lfs_update_single()'s prototype so that it can be used byyamt
2003-11-07fix spec vnode aliasing.yamt
2003-11-07- tell filesize changes to vm when roll-forwarding data blocks.yamt
2003-11-07more assertion about file truncation to zero.yamt
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-29Adjust to remove bogus initializer.mycroft
2003-10-25Fix uninitialized variable warnings.christos
2003-10-21Correct preempt() calls.fvdl
2003-10-18be more strict about sa->vp.yamt
2003-10-18Remove assigned-to but otherwise unused variable.simonb
2003-10-17add comments and tweak code a little for readability.yamt
2003-10-14add mnt_iflag field to struct mount for internal flagsdbj
2003-10-14add a prototype of check_segsum().yamt
2003-10-14when roll-forwarding, check segment serial numbers correctly.yamt
2003-10-14add a missing fsbtodb() to read a correct block for roll-forwarding.yamt
2003-10-14remove a redundant definition of LFS_MAX_ACTIVE.yamt
2003-10-08- a comment.yamt
2003-10-03assertions.yamt
2003-10-03reassignbuf() when lfs_writeseg() takes away B_DELWRI.yamt
2003-10-03when inactivating segments, compare segment numbers correctly.yamt
2003-09-29remove redundant prototypes.yamt
2003-09-24fix a bug of lfs.yamt
2003-09-23cleanup IN_ADIROP/VDIROP handling a little.yamt
2003-09-23remove unnecessary externs of lfs_do_flush.yamt
2003-09-20some commentsyamt
2003-09-10g/c CHECK_COPYIN.yamt
2003-09-07comments on lfs_issequential_hole.yamt
2003-09-07- raise spl to bio in lfs_countlocked() rather than having callers to do so.yamt
2003-09-07- buffer cache MP locks.yamt
2003-09-07use LFS_DEBUG_COUNTLOCKED macro.yamt
2003-09-04don't call LFS_DEBUG_COUNTLOCKED after bread().yamt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-30using normal bufcache buffer for cluster buffer head.yamt
2003-07-30- check EROFS earlier in lfs_markv.yamt
2003-07-30remove an unused definition of LFS_VREF_THRESHOLD.yamt
2003-07-23KNF.yamt
2003-07-23add parenthesis missed in rev.1.127.yamt
2003-07-23whitespaceyamt
2003-07-23add KASSERTs in lfs_issequential_hole.yamt
2003-07-12more MP locks.yamt