| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2003-12-17 | set VBWAIT when waiting v_numoutput to be drained. | yamt |
| 2003-12-17 | remove a redundant substitution. | yamt |
| 2003-12-04 | use b_private rather than b_saveaddr. | yamt |
| 2003-11-07 | - tweak lfs_update_single()'s prototype so that it can be used by | yamt |
| 2003-10-25 | Fix uninitialized variable warnings. | christos |
| 2003-10-18 | be more strict about sa->vp. | yamt |
| 2003-10-18 | Remove assigned-to but otherwise unused variable. | simonb |
| 2003-10-17 | add comments and tweak code a little for readability. | yamt |
| 2003-10-14 | remove a redundant definition of LFS_MAX_ACTIVE. | yamt |
| 2003-10-08 | - a comment. | yamt |
| 2003-10-03 | assertions. | yamt |
| 2003-10-03 | reassignbuf() when lfs_writeseg() takes away B_DELWRI. | yamt |
| 2003-10-03 | when inactivating segments, compare segment numbers correctly. | yamt |
| 2003-09-29 | remove redundant prototypes. | yamt |
| 2003-09-07 | - buffer cache MP locks. | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-30 | using normal bufcache buffer for cluster buffer head. | yamt |
| 2003-07-23 | KNF. | yamt |
| 2003-07-12 | - wrap long lines. | yamt |
| 2003-07-12 | - protect global resource counts with lfs_subsys_lock. | yamt |
| 2003-07-02 | use queue.h macros. | yamt |
| 2003-07-02 | - add a new functions, lfs_writer_enter/leave, and use them instead of | yamt |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-18 | make is_sequential a callback in order to achieve better lfs write clustering. | yamt |
| 2003-04-23 | Make LFS work better (though still not "well") as an NFS-exported | perseant |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-04-01 | add assertions and a debug check. | yamt |
| 2003-03-28 | The checkpoint loop always used (multiples of) lfs_sepb as the number | fvdl |
| 2003-03-28 | Add a sleeper count, to prevent the cleaner from panicing the kernel | perseant |
| 2003-03-21 | KNF (space after keywords). | perseant |
| 2003-03-21 | Use VONWORKLST as a heuristic for vnode emptiness, rather than exhaustively | perseant |
| 2003-03-20 | lfs_writevnodes: | yamt |
| 2003-03-20 | Don't break out of Ifile-writing loop in lfs_segwrite until nothing is left. | perseant |
| 2003-03-15 | Add simple_lock protection for lfs_seglock and lfs_subsys_pages; these will | perseant |
| 2003-03-15 | SO C requires a statement after a label. | kristerw |
| 2003-03-11 | - Get rid of unused #ifdefs LFS_NO_PAGEMOVE and LFS_MALLOC_SUMMARY (both | perseant |
| 2003-03-08 | Take away "#ifdef LFS_UBC". | perseant |
| 2003-03-08 | Add an lfs_strategy() that checks to make sure we're not trying to read | perseant |
| 2003-03-04 | Make sure we hold the uobjlock when checking for dirty pages, in lfs_vflush. | perseant |
| 2003-03-02 | Account SEGUSE_ACTIVE correctly so that the automatic segment cleaning | perseant |
| 2003-02-23 | Fix a buffer overflow bug in the LFS_UBC case that manifested itself | perseant |
| 2003-02-20 | Tabify, and fix some comment alignment problems. | perseant |
| 2003-02-19 | acquire v_interlock before calling VOP_PUTPAGES. | yamt |
| 2003-02-17 | Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now | perseant |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-29 | don't use daddr_t for segment summary since it's an on-disk structure. | yamt |