Lines Matching refs:a
21 might leave a trashed file system with the
24 - When a file is truncated to a size that is not
25 a multiple of the blocksize, the rest of the
34 - fix for a possible bitmap corruption
112 - truncate() zeroes the unused remainder of a
113 partially used last block when a file is truncated.
118 - Added a few comments, fixed some typos (and
120 more consistent. Changed a bad example in the
148 when it allocated a new block.
173 up if a file was enlarged via truncate() and there
181 - Fixed a few typos.
193 causing a solid lock-up.
197 - Fixed bug in add_entry(): When doing a sorted insert,
200 affs use it on a 68k, they didn't notice. But why did
222 - Added a remount function, so attempts to remount
223 a dircache filesystem or one with errors read/write
250 cache. If a file was extended by means of
263 demand instead of when a file is opened, as
280 - Errors and warnings are now reported via a
281 function. They are all prefixed by a severity
316 - Fixed a nasty bug which didn't allow read-only
336 - Fixed a few things to get it compiled.