| Age | Commit message (Expand) | Author |
| 2001-12-18 | use the new compatibility routines to allow mmap() to work | chs |
| 2001-11-23 | add spaces for KNF. confirmed to produce identical objects. | chs |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-08 | add RCSID | lukem |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-10-14 | initialize the vnode's copy of the size in lfs_ialloc(). | chs |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-22 | Add fifo_putpages() placebo so that the vnode's uobj is unlocked. | sommerfeld |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-08-24 | disable mmap() for LFS until it is fixed. | chs |
| 2001-08-17 | add getpages/putpages entries for spec vnodes. | chs |
| 2001-08-03 | Constraint 'blkcnt' of lfs_markv() syscall by 64KB. Reviewed by | jdolecek |
| 2001-07-26 | lfs_writeseg(): make el_size a size_t (cosmetic only, no functional change) | jdolecek |
| 2001-07-24 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
| 2001-07-13 | Merge the short-lived perseant-lfsv2 branch into the trunk. | perseant |
| 2001-07-05 | Fix typo. s/extention/extension/ | toshii |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-02-04 | don't include lfs_extern.h; ufs/inode.h does too. | christos |
| 2001-01-26 | Call inittodr() from lfs_mountroot() so that the system time is set properly | itohy |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2001-01-09 | If DIAGNOSTIC and the segment writer gets a badly sized buffer, panic() | joff |
| 2000-12-20 | replace \<space(s)><newline> (wrong!) with \<newline> | cgd |
| 2000-12-03 | Call uvm_vmp_setsize() in lfs_{fast,}vget to set initial vnode size. | perseant |
| 2000-12-03 | Fix typo in 'malloc' for non-MALLOCLOG case | perseant |
| 2000-12-03 | Get rid of some old unnecessary code that cleared B_NEEDCOMMIT from buffers in | perseant |
| 2000-12-03 | don't forget to set um_lognindir (now required by ufs_bmaparray()). | chs |
| 2000-11-30 | only include opt_ddb.h for !LKM | jdolecek |
| 2000-11-30 | no need to include fs_lfs.h, define LFS directly | jdolecek |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-27 | If LFS_DO_ROLLFORWARD is defined, roll forward from the older checkpoint | perseant |
| 2000-11-25 | Use u_int32_t instead of u_long to compute LFS checksums, since the | perseant |
| 2000-11-22 | Protect lfs_{bmapv,markv} with vfs_{un,}busy. Fix a reference/lock leak | perseant |
| 2000-11-21 | More locked_queue_* and lfs_avail accounting fixes from Jesse Off | perseant |
| 2000-11-18 | Make buildable again. | toshii |
| 2000-11-17 | Correct accounting of lfs_avail, locked_queue_count, and locked_queue_bytes. | perseant |
| 2000-11-14 | Initialize the cleaner information in the Ifile from the same info from | perseant |
| 2000-11-13 | Remove debugging code that accidentally went in with yesterday's commit. | perseant |
| 2000-11-12 | Do not needlessly dirty segment table blocks during lfs_segwrite, | perseant |
| 2000-11-12 | Fix obsolete comments in lfs_writeinode since rev. 1.27. | toshii |
| 2000-10-21 | In lfs_fastvget(), initialize i_lfs_effnblks correctly. | toshii |
| 2000-10-20 | Do not increment the clean segment counter, if a segment that the cleaner | perseant |
| 2000-10-14 | In lfs_truncate, don't overcount the real blocks removed from the inode, | perseant |
| 2000-09-19 | Adapt for VOP_FSYNC parameter change. | fvdl |
| 2000-09-13 | Cast back to int32_t in LFS_EST_BFREE and LFS_EST_RSVD macros, for | perseant |
| 2000-09-12 | Make this file compile on the alpha as well (use %ld and cast to long, | perseant |
| 2000-09-10 | Make this file compile again. | augustss |
| 2000-09-09 | oops | perseant |
| 2000-09-09 | Various bug-fixes to LFS, to wit: | perseant |