freebsd-nq/sys/dev/vinum
Kirk McKusick 67812eacd7 Convert buffer locking from using the B_BUSY and B_WANTED flags to using
lockmgr locks. This commit should be functionally equivalent to the old
semantics. That is, all buffer locking is done with LK_EXCLUSIVE
requests. Changes to take advantage of LK_SHARED and LK_RECURSIVE will
be done in future commits.
1999-06-26 02:47:16 +00:00
..
COPYRIGHT
makestatetext
request.h Clarify some comments. 1999-06-24 08:52:27 +00:00
statetexts.h
vinum.c Modify to work with phk's latest mods to cdevsw. This is a temporary 1999-06-22 05:36:13 +00:00
vinumconfig.c free_drive: 1999-06-24 08:53:14 +00:00
vinumdaemon.c Implement daemonrq_closedrive function to close a drive. 1999-06-24 08:54:09 +00:00
vinumext.h Implement daemonrq_closedrive function to close a drive. 1999-06-24 08:54:09 +00:00
vinumhdr.h
vinuminterrupt.c
vinumio.c Convert buffer locking from using the B_BUSY and B_WANTED flags to using 1999-06-26 02:47:16 +00:00
vinumio.h
vinumioctl.c Be more intelligent about attaching subdisks to plexes. 1999-06-22 05:37:57 +00:00
vinumkw.h
vinumlock.c Modify to work with new style dev_t. 1999-05-15 05:49:21 +00:00
vinummemory.c
vinumparser.c Modify to work with new style dev_t. 1999-05-15 05:49:21 +00:00
vinumrequest.c Convert buffer locking from using the B_BUSY and B_WANTED flags to using 1999-06-26 02:47:16 +00:00
vinumrevive.c Convert buffer locking from using the B_BUSY and B_WANTED flags to using 1999-06-26 02:47:16 +00:00
vinumstate.c set_drive_state: 1999-06-24 08:57:16 +00:00
vinumstate.h
vinumutil.c Modify to work with new style dev_t. 1999-05-15 05:49:21 +00:00
vinumvar.h Add some comments about the VINUMMINOR macro, which is not for human 1999-06-22 05:41:36 +00:00