freebsd-src/sys/dev/vinum
Greg Lehey b8962e0ff8 Clean up some comments.
Move the declaration of freerq() to request.h.

logrq: add support for lock events.

vinumstart: solve a problem where removing a plex from an active
	    volume could cause attempts to access non-existent plexes.

launch_requests: don't set a request group active until we're sure we
		 can launch it.  This caused some hangs under unusual
		 circumstances.

bre: don't set XFR_BAD_SUBDISK if we're not going to use it.

build_read_request: correct recovery, which caused some hangs under
		    (other) unusual circumstances.

build_rq_buffer: don't set bp->b_dev if we don't have a dev.

sdio: clean up, remove obsolete code.

deallocrqg: unlock any locks the rqg may have.
1999-08-14 06:30:15 +00:00
..
COPYRIGHT
makestatetext Include the copyright notice in the script, making the file COPYRIGHT 1999-01-21 00:29:20 +00:00
request.h Clarify some comments. 1999-08-14 06:21:45 +00:00
statetexts.h Add 'referenced' states to subdisks and plexes. 1999-03-28 08:52:11 +00:00
vinum.c vinumopen: add code for opening raw plexes. Volume-related plex 1999-08-14 06:22:15 +00:00
vinumconfig.c Add code which someday will help support hot spares. 1999-08-14 06:24:34 +00:00
vinumdaemon.c Close a memory leak. 1999-08-07 08:06:05 +00:00
vinumext.h Change definitions for get_volume_label, lockrange. 1999-08-14 06:25:14 +00:00
vinumhdr.h Include opt_vinum.h to get the VINUMDEBUG definition as early as 1999-05-07 08:08:02 +00:00
vinuminterrupt.c Remove some XXX comments (they're not really gone, just invisible). 1999-08-14 06:25:52 +00:00
vinumio.c Remove some XXX comments (they're not really gone, just invisible). 1999-08-14 06:26:32 +00:00
vinumio.h Add definition of new ioctl (READPOL) for setting the read policy of a 1999-08-07 08:08:18 +00:00
vinumioctl.c vinumioctl: add ioctls for raw subdisks and plexes. Remove code for 1999-08-14 06:27:25 +00:00
vinumkw.h Add hotspare keyword. 1999-08-14 06:27:52 +00:00
vinumlock.c rewrite lockrange and unlockrange. Hopefully the current version will 1999-08-14 06:28:21 +00:00
vinummemory.c Make Vinum compile correctly without VINUMDEBUG 1999-05-08 02:50:44 +00:00
vinumparser.c Add keypairs replace and readpol. These got forgotten in a previous 1999-08-14 06:28:48 +00:00
vinumraid5.c Tidy up some comments. 1999-08-14 06:29:25 +00:00
vinumrequest.c Clean up some comments. 1999-08-14 06:30:15 +00:00
vinumrevive.c Import RAID-5 code. 1999-08-07 08:11:22 +00:00
vinumstate.c Import RAID-5 code. 1999-08-07 08:14:01 +00:00
vinumstate.h Add 'referenced' states to subdisks and plexes. 1999-03-28 08:52:11 +00:00
vinumutil.c Update a comment. 1999-08-07 08:14:44 +00:00
vinumvar.h Import RAID-5 code. 1999-08-07 08:15:25 +00:00