| 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 | Use softdep_change_linkcnt to note that the inode mode was set to 0. | 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 | As pointed out by mycroft and reflected in the comment, update the | fvdl |
| 2001-12-23 | Fix botch in my original softdep code merge: remove redundant (and | 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 | use the new compatibility routines to allow mmap() to work | chs |
| 2001-12-18 | when truncating a file, make sure the last block of the file is actually | chs |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |
| 2001-11-30 | pick up changes from ufs_balloc_range(). | chs |
| 2001-11-30 | VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. | chs |
| 2001-11-23 | add spaces for KNF. confirmed to produce identical objects. | chs |
| 2001-11-22 | we need to hold the pageq lock while calling uvm_page_unbusy() on | chs |
| 2001-11-19 | fix compile error noted by itojun in [kern/14638] | lukem |
| 2001-11-19 | be consistent and cache UFS_*NEEDSWAP results in more functions | lukem |
| 2001-11-17 | Set `flags' before being used in the WRITE() function. | simonb |
| 2001-11-16 | move code to calculate size of direct for a given namlen to separate | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | some callers of ufs_bmaparray() in LFS depend on *nump being set to 0 for | chs |
| 2001-11-10 | track some changes in the ufs code: | chs |
| 2001-11-10 | update to track ufs_bmap.c: | chs |
| 2001-11-10 | fix the previous change: use the correct test for a block number | 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 | only call ufs_getlbns() for blocks which involve indirects, and assert | chs |
| 2001-11-08 | call VOP_PUTPAGES() directly for vnodes instead of | chs |
| 2001-11-08 | add RCSID. (note; this file gets #included) | lukem |
| 2001-11-08 | add RCSID | lukem |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-11-06 | Use the sector size from the partition info, not a hard-coded value. | simonb |
| 2001-11-06 | Remove a variable that is set but never used. | simonb |
| 2001-11-06 | Remove some bogus checks for unsigned variables < 0. | simonb |
| 2001-11-06 | Remove superfluous semicolon. | 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-10-26 | this needs <ufs/ufs/quota.h>, so pull it in | lukem |
| 2001-10-26 | rename inclusion protection define from _QUOTA_ to _UFS_UFS_QUOTA_H_ | lukem |
| 2001-10-14 | initialize the vnode's copy of the size in lfs_ialloc(). | chs |
| 2001-10-10 | in ufs_balloc_range(), if we extend a fragment and need to write the | chs |
| 2001-10-03 | don't do any flush-behind for async mounts. | chs |
| 2001-09-30 | in ffs_balloc(), clean up page cache state to avoid hangs when we | chs |
| 2001-09-30 | process one block at a time even when we're using the write fast path | chs |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |