#
68846 |
| 21-Apr-1995 |
mckusick |
have to do vnode_pager_setsize after new length is set (from karels) |
#
68665 |
| 30-Mar-1995 |
mckusick |
ffs_init moves to vfs_vfsops.c |
#
68554 |
| 21-Mar-1995 |
mckusick |
daddr_t => ufs_daddr_t |
#
68542 |
| 20-Mar-1995 |
mckusick |
have to check MNT_ASYNC when deciding how to write inodes (from margo) |
#
68113 |
| 02-Jan-1995 |
mckusick |
check length > maxfilesize only when growing and return EFBIG (from mycroft) |
#
67838 |
| 19-Oct-1994 |
mckusick |
do not allow truncation beyond the maximum file size |
#
67396 |
| 15-Jun-1994 |
mkm |
avoid crash if attempting to truncate to a negative length (from mycroft) |
#
67272 |
| 31-May-1994 |
mckusick |
gotta keep those flags straight (from mycroft@sun-lamp.cs.berkeley.edu) |
#
65235 |
| 30-Dec-1993 |
mckusick |
new queue structure |
#
64604 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
64510 |
| 21-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
64419 |
| 05-Sep-1993 |
bostic |
Cleanups for 4.4BSD-Lite |
#
63371 |
| 11-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60916 |
| 01-Jun-1993 |
mckusick |
fix bug when expanding the size of a file with truncate |
#
59114 |
| 17-Apr-1993 |
mckusick |
allow truncate to grow files as well as shrink them |
#
58933 |
| 02-Apr-1993 |
mckusick |
make truncate of file to the same length asynchronous |
#
58317 |
| 28-Feb-1993 |
mckusick |
new approach to avoid temporary inode |
#
57800 |
| 02-Feb-1993 |
mckusick |
vinvalbuf and getblk take parameter to indicate interrupt |
#
57425 |
| 08-Jan-1993 |
mckusick |
correct fix to deleteing short symbolic links |
#
56941 |
| 01-Dec-1992 |
torek |
gotta set ip before you use it, kirk! |
#
56744 |
| 13-Nov-1992 |
mckusick |
clear IUPD|IACC|ICHG|IMOD flags when skipping update on read-only filesystems |
#
56619 |
| 23-Oct-1992 |
mckusick |
have to malloc temporary inode so lock can be seen by other |
#
56481 |
| 08-Oct-1992 |
margo |
When truncating indirect blocks, we cannot call bread because we have already 0'd out pages of triple/double indirect blocks and calls to bmap will fail. Instead, call getblk, fill in the daddr an
When truncating indirect blocks, we cannot call bread because we have already 0'd out pages of triple/double indirect blocks and calls to bmap will fail. Instead, call getblk, fill in the daddr and call strategy directly.
show more ...
|
#
56445 |
| 07-Oct-1992 |
margo |
Use negative block numbers for indirect blocks. |
#
54763 |
| 07-Jul-1992 |
mckusick |
Chris sez time is volatile |