| Age | Commit message (Expand) | Author |
| 2000-07-24 | Need string.h for memset() prototype. | mycroft |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-07-22 | ext2fs_reload(), ext2fs_mountfs(): do devvp locking same way as ffs | jdolecek |
| 2000-07-13 | XXX Use of hzto() return value needs to be double-checked here. | thorpej |
| 2000-07-06 | Fix so non-kernel code will compile (_LKM) | perseant |
| 2000-07-05 | Clean up accounting of lfs_uinodes (dirty but unwritten inodes). | perseant |
| 2000-07-05 | kern.maxvnodes (and hence desireddquot) depends more directly on NVNODE than | jdolecek |
| 2000-07-04 | Fix errors observed while trying to fill the filesystem with yesterday's | perseant |
| 2000-07-04 | Add missing second argument to tablefull call. I *think* the added | mjacob |
| 2000-07-03 | Fix i_ffs_blocks in fragment extension case where fragment has not yet | perseant |
| 2000-07-03 | Correct typo in previous. | fvdl |
| 2000-07-03 | i_lfs_effnblks fixes. Put debugging printfs under #ifdef DEBUG_LFS. | perseant |
| 2000-07-03 | Allow the number of free segments reserved for the cleaner to be | perseant |
| 2000-07-01 | Move SET_ENDOP after vrele to avoid deactivating vnode twice, if | perseant |
| 2000-06-30 | Rearrange code around getnewvnode as was already done for ffs, to avoid | fvdl |
| 2000-06-28 | remove include of <vm/vm.h> and <uvm/uvm_extern.h> | mrg |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-27 | Due to popular demand, change vinsheadfree to ungetnewvnode to make | fvdl |
| 2000-06-27 | In ffs_vget, do not hold ufs_haslock across the call to getnewvnode. | fvdl |
| 2000-06-27 | Fixes associated with filling an LFS: | perseant |
| 2000-06-27 | From John Evans <jevans@cray.com>: use datosn() to convert to segment | perseant |
| 2000-06-27 | We shouldn't be defining DEBUG and DIAGNOSTIC on our own; these may have | pk |
| 2000-06-22 | fix my own typo, grr.... | perseant |
| 2000-06-22 | Read i_ffs_gen from the version number in the Ifile during lfs_valloc, | perseant |
| 2000-06-22 | Update lfs_vunref for the fact that now a vnode can be locked with no | perseant |
| 2000-06-22 | Moved here from gnu/sys/ufs/ffs | fvdl |
| 2000-06-22 | Copyright changed. | fvdl |
| 2000-06-16 | make it compile (fix typo) | perseant |
| 2000-06-16 | ignore the softdep flags when mounting and there's no softdep in the kernel. | matt |
| 2000-06-15 | Allow MNT_SOFTDEP to be passed in via the mount(2) system call, do not | fvdl |
| 2000-06-11 | Bitbucket MFS I/O after vfs_shutdown has started.. | sommerfeld |
| 2000-06-06 | Don't try to inactivate dirop vnodes that are still in the middle of | perseant |
| 2000-06-06 | Protect inode free list with seglock, instead of separate lock, so that | perseant |
| 2000-05-31 | Make this build. (Balance parenthesis. | fredb |
| 2000-05-31 | update for IN_ACCESSED changes | perseant |
| 2000-05-30 | Adjust where IN_MODIFIED and IN_ACCESSED are cleared (as in the FFS code). | mycroft |
| 2000-05-30 | Back out previous kluge. | mycroft |
| 2000-05-30 | In ffs_update(): | mycroft |
| 2000-05-30 | Mark an inode as changed after a rename. It wasn't before in the softdep | fvdl |
| 2000-05-30 | Don't try to "correct" accounting for fragments being extended but which | perseant |
| 2000-05-29 | According to Frank, buffers with dependencies *are* left on v_dirtyblks, so | mycroft |
| 2000-05-29 | Pull in IN_ACCESSED changes and some MNT_LAZY `bug fixes' from FFS to EXT2FS. | mycroft |
| 2000-05-29 | Pull in IN_ACCESSED changes and some MNT_LAZY `bug fixes' from FFS. | mycroft |
| 2000-05-29 | Use LIST_{FIRST,NEXT,EMPTY}(). | mycroft |
| 2000-05-29 | Add a new inode flags called IN_ACCESSED. This used in place of IN_MODIFIED | mycroft |
| 2000-05-29 | Never call softdep_sync_metadata() in the FSYNC_RECLAIM case. Any pending | mycroft |
| 2000-05-29 | In ffs_fsync(), remove the FSYNC_RECLAIM special case, so that it properly | mycroft |
| 2000-05-29 | MNT_WAIT -> FSYNC_WAIT | mycroft |
| 2000-05-28 | Pull in indirect block unwind code from FFS. | mycroft |
| 2000-05-28 | DTRT when unwinding multiple levels. | mycroft |