0.0.2m (18/07/2001)
	- Update patch to 2.4.7-pre7 / 2.4.6
	- Fix devfs major/minor order (Vitaly)
	- Remember to touch_buffer() as not to screw vm pressure
	- GFP_BUFFER -> GFP_NOIO conversion

0.0.2l-as (28/05/2001)
	- updated patch to 2.4.5 kernel, 
	  removed patches for older kernels
	- updated TODO lists with TODO suggestions from Jens, as well
	  as mount tip from Thiago
	- updated install insructions for 2.4.5
	- updated FAQ to mention FTP web sites.. 

0.0.2k (09/05/2001)
	- Fix b_count bh bug, forgot to release buffers
	- Fix lock_buffer buf
	- Remove pkt_gather_data rerun to print buggy buffer list, that bug
	  has been fixed.
	- Changed proc layout to /proc/driver/pktcdvd/pktcdvdX, one file
	  per writer. Also compiles without proc fs support now.
	- Set quiet bit on write cache settings, drive may not support it
	- Remove PACKET_WAKEUP ioctl (buggy too, noticed by jgarzik)
	- Merge with 2.4.5-pre1
	- Added recovery mode
	- (with above) Added relocate_blocks super operation
	- Missing break in PACKET_GET_STATS ioctl
	- invalidate_device changes
	- Always piggy buffers to maintain b_end_io consistency
	- Change several BUG's to complain and abort nicely
	- Remove __dump_rq from ll_rw_blk and SCSI
	- Updated INSTALL and FAQ
	- Added kernel UDF diff
	- Fixup end_request handling
	- Put unplug back in
	- Rewrite kernel thread setup/exit
	- Set device RO on BLKROSET

0.0.2j (28/04/2001)
	- (0.0.2i-b) Fix compile error, pkt_put_buffer from pkt_end_io_read
	- Fix linking when ide-cd/sr modular and pktcdvd builtin
	- Remove SCSI_DEBUG_QUEUES, leave sanity segment check to final
	  request state instead (makes more sense anyway now)
	- Add/correct config help entries
	- Merge 2.4.4 final
	- Remove throttling (see msg in packet-writing archive)
	- Remove request_cachep export again (used for throttling only)
	- Correctly kill request on I/O on media
	- Don't clear BH_Uptodate on failed buffer write (this is only
	  valid for reads, see comment in source)

0.0.2i (27/04/2001)
	- Fix PKT_BUF_LIST error in fs/buffer.c
	- Fix pkt_find_dev in two spots, use q->queuedata in pkt_elevator_merge.
	- introduce pkt_make_request as READ remapper (and eventually add
	  block remapper for WRITEs too).
	- Loose READ/WRITE checks in pkt_elevator_merge and pkt_request, they
	  don't deal with anything but WRITEs after above change.
	- Fix pending request count in proc reading.
	- Fix increment usage bug for failed FMODE_WRITE opens.
	- Loose pd_lock/unlock, use io_request_lock for now. When block
	  switches to per-queue lock, a search/replace operation will be
	  sufficient.
	- Start to handle buffers non-uniform size buffers in a WRITE request.
	- Browse buffer cache hash table for possible bh victims
	- Fix blk_started_io to account buffers from buffer cache too
	- Do hole merging in regular elevator path
	- Fix bh_rq_in_between to look in the right direction
	- Remove sequencing from pkt_elevator
	- Use bh_cachep slab cache for private pool of buffer_heads
	- Remove old BH_Packet flag
	- Default udf to 2kB blocksize
	- Remove __getblk again
	- Remove rq->cmd checks in merge functions, only WRITEs now
	- Fix io_request_lock lockup when used with ATAPI (req->end_io)
	- Throttle down write when failed and retry, should write OPC
	  entry when this happens
	- Use current time for b_flushtime in buffer.c for packet device,
	  we don't want to postpone flushing a buffer if it causes read
	  gathering
	- Remove all bh->b_private references, we could be stomping on
	  other users (highmem, most notably).
	- Always use pkt_end_io_write as our bh->b_end_io callback
	- Added write caching config option (don't use yet)
	- Fixed missing brelse() for buffers stolen from buffer cache
	- Combine pkt_init_bh and pkt_recount_segments to only do one
	  scan of request (pkt_init_rq)
	- Fix dupe buffer_head in pkt_hole_merge
	- Change buffer_head sequence check in ll_rw_blk, add to SCSI
	  end_request handling
	- Missing MOD_DEC_USE_COUNT on failed bh list grow
	- Replace more pkt_find_dev with pkt_devs array lookup
	- Fix lockup on non-uptodate WRITE on ATAPI
	- Refile now cleaned dirty buffer when gotten from buffer cache
	- Add buffer/page cache hits statistics
	- Fix wait queue race due to unplug
	- Kill requests on buffer errors
	- Fixup sparc64 for new stats
	- Remove get_request_wait timeout, bug has been fixed
	- Cleanup rq clearing with pkt_end_request
	- Fix s/1/0 return from pkt_handle_queue on already busy
	- Cleanup pkt_request
	- Move default speed from 8 to 16
	- Fix cleanup on error pkt_new_dev
	- Fixed nasty missing bh->b_reqnext list detachment in
	  pkt_gather_data (solid hang, and possible corruption)
	- Only alloc PACKET_MAX_BUFFERS - 1 for freelist, save ~2kB mem
	- Remove pending bh count
	- Error compile on CONFIG_SCSI_DEBUG_QUEUES set, until fixed nicely
	- Fix pd locking, rely less on io_request_lock
	- Make sure only to try to throttle once per failed write
	- Remove kcdrwd startup/kill messages
	- Handle holes sanely, remove ll_rw_blk changes for that
	- Put pkt buffer on non-uptodate read

0.0.2e, 0.0.2f, 0.0.2g
	- [get from Ben]
