| Age | Commit message (Expand) | Author |
| 2006-09-02 | add missing initializers | christos |
| 2006-09-02 | - add missing initializers | christos |
| 2006-09-02 | remove impossible test | christos |
| 2006-09-01 | Changes to help the roll-forward agent, to wit: | perseant |
| 2006-08-30 | fix missing initializers | christos |
| 2006-08-30 | fix incomplete initializer. | christos |
| 2006-08-06 | Fix size confusion with lfs_fhandle - and as it now turns out to be the same | martin |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-20 | Oops, commit the correct version of lfs_rfw.c. The roll-forward functionality | perseant |
| 2006-07-20 | Separate the (non-working) LFS kernel roll-forward code into its own file, | perseant |
| 2006-07-20 | Note partial segments that are written by the cleaner, to help out the | perseant |
| 2006-07-20 | Loop on the check for lfs_nowrap, so we don't allow a process to squeeze by. | perseant |
| 2006-07-20 | Move the kauth checks up front, so that all new LFS fcntl calls are subject | perseant |
| 2006-07-20 | Don't try to write all the vnodes, when the cleaner needs a vnode to be | perseant |
| 2006-07-13 | Apply _KERNEL_OPT | martin |
| 2006-07-13 | Version the lfs_cleanerd internal fcntl() for filehandles too, | martin |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-07-06 | Protect lfs_order_freelist() with the segment lock. | perseant |
| 2006-07-06 | Fix a typo that caused a "multiple free" panic on unmounting a resized lfs. | perseant |
| 2006-06-29 | Don't wake up the cleaner if the filesystem is unwrappable, and fix the | perseant |
| 2006-06-24 | Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in | perseant |
| 2006-06-23 | fix a simonb-timecounters regression. | yamt |
| 2006-06-12 | softdep_sync_metadata: If vp is a block device it may have new I/O requests | hannken |
| 2006-06-11 | PR 33697: complete timecounter conversion | kardel |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-24 | Read the inode version number fro a more reliable source, quelling a | perseant |
| 2006-05-21 | Include <sys/kauth.h> because it's needed. | cube |
| 2006-05-20 | Fix a bug in which FINFOs were written with a version number of zero. | perseant |
| 2006-05-18 | Break out the finfo array manipulation code into two new functions, | perseant |
| 2006-05-18 | Don't duplicate the LFS_STARVED_FOR_SEGS check (an oversight that came | perseant |
| 2006-05-17 | Don't be quite so eager to error out from lfs_putpages() when pages are | perseant |
| 2006-05-15 | we need <sys/kauth.h> for the kernel. | christos |
| 2006-05-15 | Don't include <sys/kauth.h>; breaks userland (newfs_lfs) | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-14 | Correct a bogus expression gcc4 found. | christos |
| 2006-05-12 | Fixes to address the "vinvalbuf: dirty blocks" panic that can occur when | perseant |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-05-04 | Change VOP_FCNTL to take an unlocked vnode. Approved by wrstuden@. | perseant |
| 2006-05-04 | Introduce another per-filesystem parameter, lfs_resvseg, to separate the | perseant |
| 2006-05-02 | Fix a "locking against myself": lfs_flush_dirops() doesn't need to lock the | perseant |
| 2006-05-01 | Don't ever partially write dirops, even if we need the cleaner to run. | perseant |
| 2006-04-30 | Add an explicit list initialization that was missing from my last commit. | perseant |
| 2006-04-30 | Postpone the segment accounting changes coming from truncation until the | perseant |
| 2006-04-23 | remove unused FFS_NAMES and LFS_NAMES. | yamt |
| 2006-04-22 | Fix a fencepost error in the bitmap handling in extend_ifile(), and another | perseant |
| 2006-04-22 | Regression test improvements: | perseant |
| 2006-04-19 | Avoid a possible sign overflow condition in lfs_truncate, which would result | perseant |
| 2006-04-18 | Don't roll forward if we aren't given a process context. Coverity CID 1076. | perseant |
| 2006-04-18 | Get rid of the LFS_FORCE_WRITE case. We never really used it, and it could | perseant |