freebsd-nq/sys/dev/vinum
Greg Lehey a2d8e114f4 close_drive:
If a drive has gone down and has dirty buffers associated with it,
  we'll get a panic when we try to vn_close it.  Check for this
  situation and discard any buffers; they're toast anyway.

  Only complain about usage count if DEBUG_WARNINGS is set.

check_drive:
  Change parameter name from drivename to devicename.

  Get the check for a referenced drive right.

  If the partition isn't a vinum drive, set the last error to ENODEV.

vinum_scandisk:
  Change parameter name from drivename [] to devicename [].
1999-05-02 07:51:20 +00:00
..
COPYRIGHT If I've done this right, revive the vinum code in it's now home after it 1998-12-28 04:56:24 +00:00
makestatetext Include the copyright notice in the script, making the file COPYRIGHT 1999-01-21 00:29:20 +00:00
request.h Modify to compile with egcs. 1999-03-18 23:26:22 +00:00
statetexts.h Add 'referenced' states to subdisks and plexes. 1999-03-28 08:52:11 +00:00
vinum.c Suser() simplification: 1999-04-27 11:18:52 +00:00
vinumconfig.c Add debug calls to catch occasional deadlocks on drives. The problem 1999-04-10 08:08:45 +00:00
vinumdaemon.c daemonq_return request: Clean up request queue and free all memory 1999-03-31 08:42:52 +00:00
vinumext.h Add declaration for basename() 1999-04-10 08:09:27 +00:00
vinumhdr.h Define macro LOCKDRIVE for debugging drive locking deadlocks. 1999-04-10 08:09:49 +00:00
vinuminterrupt.c Modify to compile with egcs. 1999-03-18 23:26:22 +00:00
vinumio.c close_drive: 1999-05-02 07:51:20 +00:00
vinumio.h Change the lengths of many ioctl parameters, which occasionally caused 1999-03-30 05:01:23 +00:00
vinumioctl.c Revise use of the vinum_conf variables drives_used, subdisks_used, 1999-03-30 05:01:06 +00:00
vinumkw.h Add flag keyword w. 1999-04-10 08:10:55 +00:00
vinumlock.c lockdrive: Add debug calls to catch occasional deadlocks on drives. 1999-04-10 08:11:21 +00:00
vinummemory.c vinum_mallocinfo: 1999-05-02 07:50:38 +00:00
vinumparser.c Add flag keyword w. 1999-04-10 08:10:55 +00:00
vinumrequest.c Put some \ns in some log messages. 1999-03-28 08:54:25 +00:00
vinumrevive.c Change printf() calls to log() calls. 1999-03-02 06:56:39 +00:00
vinumstate.c set_sd_state: 1999-05-02 07:50:09 +00:00
vinumstate.h Add 'referenced' states to subdisks and plexes. 1999-03-28 08:52:11 +00:00
vinumutil.c sizespec: 1999-05-02 07:49:13 +00:00
vinumvar.h Remove some dead variables. 1999-05-02 07:48:00 +00:00