| Age | Commit message (Expand) | Author |
| 2001-12-31 | Do not compare an integer to NULL. | thorpej |
| 2001-12-30 | XXXX temporary measure: in the case of a softdep 'unmount pending error', | fvdl |
| 2001-12-27 | The softdep code sometimes use vfs_vget .. vput. For removals, these | fvdl |
| 2001-12-27 | Pull over one missed fix from FreeBSD wrt. running out of quota. Also | fvdl |
| 2001-12-23 | Fix from FreeBSD that I missed: speed up handling of short-lived | fvdl |
| 2001-12-23 | process the delayed-free queue more often. | chs |
| 2001-12-19 | ffs_reload may be called after an old fsck has run, and the pending* | fvdl |
| 2001-12-18 | Bring over fixes from FreeBSD that weren't incorporated yet, mainly | fvdl |
| 2001-12-18 | when truncating a file, make sure the last block of the file is actually | chs |
| 2001-11-30 | VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. | chs |
| 2001-11-08 | the previous fix (in rev. 1.26) for hangs when the filesystem is full | chs |
| 2001-11-08 | in both paths that can cause fragments to be expanded (write and truncate-up), | chs |
| 2001-11-08 | call VOP_PUTPAGES() directly for vnodes instead of | chs |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-11-06 | Remove some bogus checks for unsigned variables < 0. | simonb |
| 2001-10-30 | add __KERNEL_RCSID() | lukem |
| 2001-10-29 | ffs_sb_swap() fixes: | lukem |
| 2001-10-26 | - pull in ufsmount.h after inode.h, because the latter pulls in | lukem |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-09-30 | in ffs_balloc(), clean up page cache state to avoid hangs when we | chs |
| 2001-09-28 | handle allocation errors in truncate-up case. | chs |
| 2001-09-26 | undo the part of the previous revision about skipping | chs |
| 2001-09-26 | be sure to call the pager put with page-aligned offsets. | chs |
| 2001-09-22 | Add fifo_putpages() placebo so that the vnode's uobj is unlocked. | sommerfeld |
| 2001-09-20 | we can't assert that the inode and vnode sizes are consistent at the start | chs |
| 2001-09-19 | - ffs_blkpref() changes: | lukem |
| 2001-09-16 | add softdep_reinitialize() stub | jdolecek |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | use pools for allocating most softdep datastructures. since we want to | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-09-06 | Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in | lukem |
| 2001-09-03 | deprecate fs_fscktime; we never used it. | lukem |
| 2001-09-02 | Incorporate fix by iedowse @ FreeBSD to allow disks with large numbers of | lukem |
| 2001-08-31 | no need to cast arg to lblktosize() any more | lukem |
| 2001-08-31 | More fixes from FreeBSD (with changes): | lukem |
| 2001-08-30 | be consistent when casting arg to lblktosize() in UVM_PAGE_TRKOWN debug code | lukem |
| 2001-08-30 | some improvements from freebsd/openbsd | lukem |
| 2001-08-30 | - minor whitespace and comments cleanup | lukem |
| 2001-08-30 | min() -> MIN() (on general principles) | chs |
| 2001-08-30 | min() -> MIN() | chs |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-17 | add getpages/putpages entries for spec vnodes. | chs |
| 2001-08-17 | remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() | lukem |
| 2001-08-09 | correctly cast arguments to scanc() | lukem |
| 2001-08-09 | be consistent and use "u_char" instead of "unsigned char" | lukem |
| 2001-08-08 | get argument name correct in comment describing vop_balloc_args | lukem |
| 2001-07-27 | - multiple include protection | lukem |
| 2001-07-26 | if printing the value of fs_clean, say 'fs_clean' instead of 'fs_flags' ... | lukem |
| 2001-06-03 | fix an error case for quotas. | chs |